From: Ben Gras Date: Mon, 3 Apr 2006 15:02:32 +0000 (+0000) Subject: setenv() X-Git-Tag: v3.1.2a~84 X-Git-Url: http://zhaoyanbai.com/repos/icons/jhe061.png?a=commitdiff_plain;h=321f95f6c579a985b6b470681ccf8be4b405885d;p=minix.git setenv() --- diff --git a/include/stdlib.h b/include/stdlib.h index 6dadb4cfd..8797e3b9c 100755 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -76,6 +76,7 @@ _PROTOTYPE( int getloadavg, (double *, int) ); #ifdef _MINIX _PROTOTYPE( int putenv, (const char *_name) ); +_PROTOTYPE( int setenv, (const char *name, const char *val, const int f)); /* According to POSIX, getopt should be in unistd.h. What do we do with * this?