setenv()
This commit is contained in:
parent
dcb0fee484
commit
321f95f6c5
@ -76,6 +76,7 @@ _PROTOTYPE( int getloadavg, (double *, int) );
|
|||||||
|
|
||||||
#ifdef _MINIX
|
#ifdef _MINIX
|
||||||
_PROTOTYPE( int putenv, (const char *_name) );
|
_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
|
/* According to POSIX, getopt should be in unistd.h. What do we do with
|
||||||
* this?
|
* this?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user