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:
c0e710d
)
Include errno.h.
author
drepper
<drepper>
Tue, 30 Jun 1998 11:53:51 +0000
(11:53 +0000)
committer
drepper
<drepper>
Tue, 30 Jun 1998 11:53:51 +0000
(11:53 +0000)
linuxthreads/ptfork.c
patch
|
blob
|
history
diff --git
a/linuxthreads/ptfork.c
b/linuxthreads/ptfork.c
index
8a7b797
..
32b1d26
100644
(file)
--- a/
linuxthreads/ptfork.c
+++ b/
linuxthreads/ptfork.c
@@
-14,6
+14,7
@@
/* The "atfork" stuff */
+#include <errno.h>
#include <stddef.h>
#include <stdlib.h>
#include <unistd.h>