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 | 2b52fcee6552b568b1dd59b5c89beae48cba9d00 (patch) | |
tree | 05b16b9fc79f3d62721bdbe030da67505ad83fb5 /pthread | |
parent | 1c6cae3acb13e23065723d7a0072bea0a25c9064 (diff) | |
parent | 75f6fe21205a87d1942492cb34e8aab482008a78 (diff) |
Merge commit 'refs/top-bases/t/fix_inline' into t/fix_inline
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); |