Fix unsetenv and putenv prototypes to conform Open Group specs Issue 6
(also IEEE Std 1003.1-2001)
This commit is contained in:
parent
df3730247f
commit
027819c292
@ -161,7 +161,7 @@ void _Exit(int) __dead2;
|
||||
int posix_memalign(void **, size_t, size_t); /* (ADV) */
|
||||
int rand_r(unsigned *); /* (TSF) */
|
||||
int setenv(const char *, const char *, int);
|
||||
void unsetenv(const char *);
|
||||
int unsetenv(const char *);
|
||||
#endif
|
||||
|
||||
/*
|
||||
@ -197,7 +197,7 @@ long mrand48(void);
|
||||
long nrand48(unsigned short[3]);
|
||||
int posix_openpt(int);
|
||||
char *ptsname(int);
|
||||
int putenv(const char *);
|
||||
int putenv(char *);
|
||||
long random(void);
|
||||
char *realpath(const char *, char resolved_path[]);
|
||||
unsigned short
|
||||
|
Loading…
x
Reference in New Issue
Block a user