summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-09-15 00:26:24 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-09-15 00:26:24 +0200
commit75f6fe21205a87d1942492cb34e8aab482008a78 (patch)
treebf446f452b61fc856f793e88f3d0c4e75ea5ac36
parent3a931fd6e0d8212fa3d84554cb35f55e62f2dc52 (diff)
<pthread.h> must pull in a NULL definition.
Thus, revert a bit of commit 769e2108a0f5fc49eff9f3addbaf5f0646bcb253. * pthread/cthreads-compat.c: Don't #include <stddef.h>.
-rw-r--r--pthread/cthreads-compat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pthread/cthreads-compat.c b/pthread/cthreads-compat.c
index 799d3a4..e0536ef 100644
--- a/pthread/cthreads-compat.c
+++ b/pthread/cthreads-compat.c
@@ -19,7 +19,6 @@
#include <assert.h>
#include <pthread.h>
-#include <stddef.h>
typedef void *cthread_t;
typedef void *(*cthread_fn_t) (void *arg);