summaryrefslogtreecommitdiff
path: root/pthread
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-09-15 00:30:59 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-09-15 00:30:59 +0200
commit02b5d455e9d566466e7a2c489096aa67fead9573 (patch)
tree671875f979af29ba937a111c6e42e79ea2da8fbf /pthread
parente64a7d2ba5edd14efe8c7928529b4c96b8b68ee0 (diff)
parent75f6fe21205a87d1942492cb34e8aab482008a78 (diff)
Merge commit 'refs/top-bases/t/fix_have_kernel_resources' into t/fix_have_kernel_resources
Diffstat (limited to 'pthread')
-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);