This commit is contained in:
Ben Gras 2006-04-03 15:02:32 +00:00
parent dcb0fee484
commit 321f95f6c5

View File

@ -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?