projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e7ce61
)
* s/ms-w32.h (HAVE_SELECT): Define.
author
Jason Rumney
<jasonr@gnu.org>
Fri, 3 May 2002 20:41:03 +0000
(20:41 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Fri, 3 May 2002 20:41:03 +0000
(20:41 +0000)
* w32.h (FILE_NDELAY): New flag.
src/w32.h
patch
|
blob
|
history
diff --git
a/src/w32.h
b/src/w32.h
index 33dc9c3f17b8480861632e89bd95704e714f901e..2b87f58a56719eb6453f14e37ce5c3342de20a46 100644
(file)
--- a/
src/w32.h
+++ b/
src/w32.h
@@
-98,6
+98,7
@@
extern filedesc fd_info [ MAXDESC ];
#define FILE_SEND_SIGCHLD 0x0080
#define FILE_PIPE 0x0100
#define FILE_SOCKET 0x0200
+#define FILE_NDELAY 0x0400
extern child_process * new_child (void);
extern void delete_child (child_process *cp);