diff options
Diffstat (limited to 'fork.c')
-rw-r--r-- | fork.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ * Implementation of fork() for POSIX threads. */ +/* FIXME! */ +#define ENOMEM 0 + #include "pthread.h" #include "implement.h" |