Provide a prototype for unsetenv on MS-Windows.

nt/inc/unistd.h (unsetenv): Provide a prototype.
This commit is contained in:
Eli Zaretskii 2012-12-10 00:10:18 +02:00
parent ca065258cc
commit 8d1a544c11
2 changed files with 7 additions and 0 deletions

View file

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

View file

@ -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 */