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
484ab239
Commit
484ab239
authored
Aug 04, 2013
by
Eli Zaretskii
Browse files
Minor fix of the last commit.
parent
63f5c6c2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
3 deletions
+2
-3
nt/ChangeLog
nt/ChangeLog
+1
-0
nt/inc/ms-w32.h
nt/inc/ms-w32.h
+0
-2
src/ChangeLog
src/ChangeLog
+1
-0
src/w32.c
src/w32.c
+0
-1
No files found.
nt/ChangeLog
View file @
484ab239
...
...
@@ -4,6 +4,7 @@
"yes".
* inc/ms-w32.h (mkostemp): Declare prototype.
(mktemp): Don't redirect to sys_mktemp.
* config.nt (HAVE_MKOSTEMP): Define to 1. (Bug#15015)
...
...
nt/inc/ms-w32.h
View file @
484ab239
...
...
@@ -207,8 +207,6 @@ extern struct tm * sys_localtime (const time_t *);
#define link sys_link
#define localtime sys_localtime
#define mkdir sys_mkdir
#undef mktemp
#define mktemp sys_mktemp
#undef open
#define open sys_open
#undef read
...
...
src/ChangeLog
View file @
484ab239
...
...
@@ -3,6 +3,7 @@
* w32.c (mkostemp): New function.
(mktemp): Remove, no longer used. Most of the code reused in
mkostemp. (Bug#15015)
(mktemp): Don't undef.
2013-08-04 Dmitry Antipov <dmantipov@yandex.ru>
...
...
src/w32.c
View file @
484ab239
...
...
@@ -47,7 +47,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#undef fopen
#undef link
#undef mkdir
#undef mktemp
#undef open
#undef rename
#undef rmdir
...
...
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