summaryrefslogtreecommitdiff
path: root/fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'fork.c')
-rw-r--r--fork.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fork.c b/fork.c
index 3379e41..3a25c48 100644
--- a/fork.c
+++ b/fork.c
@@ -5,6 +5,9 @@
* Implementation of fork() for POSIX threads.
*/
+/* FIXME! */
+#define ENOMEM 0
+
#include "pthread.h"
#include "implement.h"