diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-09-15 00:30:59 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-09-15 00:30:59 +0200 |
commit | 02b5d455e9d566466e7a2c489096aa67fead9573 (patch) | |
tree | 671875f979af29ba937a111c6e42e79ea2da8fbf /pthread | |
parent | e64a7d2ba5edd14efe8c7928529b4c96b8b68ee0 (diff) | |
parent | 75f6fe21205a87d1942492cb34e8aab482008a78 (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.c | 1 |
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); |