From 321f95f6c579a985b6b470681ccf8be4b405885d Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 3 Apr 2006 15:02:32 +0000 Subject: [PATCH] setenv() --- include/stdlib.h | 1 + 1 file changed, 1 insertion(+) 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? -- 2.44.0