projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f6e0cd
)
Include <errno.h> for TEMP_FAILURE_RETRY.
author
drepper
<drepper>
Mon, 4 Nov 2002 09:09:22 +0000
(09:09 +0000)
committer
drepper
<drepper>
Mon, 4 Nov 2002 09:09:22 +0000
(09:09 +0000)
manual/examples/select.c
patch
|
blob
|
history
diff --git
a/manual/examples/select.c
b/manual/examples/select.c
index
def2cd6
..
a65ed77
100644
(file)
--- a/
manual/examples/select.c
+++ b/
manual/examples/select.c
@@
-1,4
+1,5
@@
/*@group*/
+#include <errno.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
@@
-6,7
+7,7
@@
/*@end group*/
/*@group*/
-int
+int
input_timeout (int filedes, unsigned int seconds)
{
fd_set set;