Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8d1a544c
Commit
8d1a544c
authored
Dec 10, 2012
by
Eli Zaretskii
Browse files
Provide a prototype for unsetenv on MS-Windows.
nt/inc/unistd.h (unsetenv): Provide a prototype.
parent
ca065258
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
nt/ChangeLog
nt/ChangeLog
+4
-0
nt/inc/unistd.h
nt/inc/unistd.h
+3
-0
No files found.
nt/ChangeLog
View file @
8d1a544c
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.
...
...
nt/inc/unistd.h
View file @
8d1a544c
...
...
@@ -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 */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment