Provide a prototype for unsetenv on MS-Windows.
nt/inc/unistd.h (unsetenv): Provide a prototype.
This commit is contained in:
parent
ca065258cc
commit
8d1a544c11
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-12-09 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* inc/unistd.h (unsetenv): Provide a prototype.
|
||||
|
||||
2012-12-08 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* inc/ms-w32.h (putenv): Redirect to sys_putenv.
|
||||
|
|
|
@ -28,4 +28,7 @@ extern int faccessat (int, char const *, int, int);
|
|||
|
||||
#define O_NOCTTY 0
|
||||
|
||||
/* This is normally on stdlib.h, but we don't override that header. */
|
||||
extern int unsetenv (const char *);
|
||||
|
||||
#endif /* _UNISTD_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue