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
4d395425
Commit
4d395425
authored
Sep 08, 2007
by
Eli Zaretskii
Browse files
[WINDOWSNT]: Don't include sysselect.h
parent
b1634ed2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/sysdep.c
src/sysdep.c
+4
-0
No files found.
src/ChangeLog
View file @
4d395425
2007-09-08 Eli Zaretskii <eliz@gnu.org>
* sysdep.c [WINDOWSNT]: Don't include sysselect.h
2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
* s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
* s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
src/sysdep.c
View file @
4d395425
...
@@ -46,7 +46,11 @@ extern void srandom P_ ((unsigned int));
...
@@ -46,7 +46,11 @@ extern void srandom P_ ((unsigned int));
#endif
#endif
#endif
#endif
/* The w32 build defines select stuff in w32.h, which is included by
sys/select.h (included below). */
#ifndef WINDOWSNT
#include "sysselect.h"
#include "sysselect.h"
#endif
#include "blockinput.h"
#include "blockinput.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