Cygwin: Implement the GNU extension clearenv
This commit is contained in:
committed by
Corinna Vinschen
parent
9234545e3d
commit
defaa2ca31
@ -26,6 +26,9 @@ char *canonicalize_file_name (const char *);
|
||||
#if __BSD_VISIBLE || __POSIX_VISIBLE >= 200112
|
||||
int unsetenv (const char *);
|
||||
#endif
|
||||
#if __MISC_VISIBLE
|
||||
int clearenv (void);
|
||||
#endif
|
||||
#if __XSI_VISIBLE
|
||||
char *ptsname (int);
|
||||
int grantpt (int);
|
||||
|
Reference in New Issue
Block a user