diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-09-15 00:26:24 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-09-15 00:26:24 +0200 |
commit | 33d3344be6ab376cc73f12c8355a262cb3057021 (patch) | |
tree | 37812b85dcc18410afca50efa7dbc7fca0d7a58c | |
parent | 401dd2dcdcd49f9df3f8759e2e3dc75a16b0de46 (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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pthread/cthreads-compat.c b/pthread/cthreads-compat.c index 799d3a4a..e0536ef2 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); |