diff options
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/implement.h b/implement.h index e507831..ea68d2f 100644 --- a/implement.h +++ b/implement.h @@ -9,9 +9,6 @@ #define _PTHREAD_HASH_INDEX(x) (((ULONG) x) % PTHREAD_THREADS_MAX) -#define _PTHREAD_CANCEL_DEFAULTS \ - (PTHREAD_CANCEL_ENABLE | PTHREAD_CANCEL_DEFERRED) - /* Handler execution flags. */ #define _PTHREAD_HANDLER_NOEXECUTE 0 #define _PTHREAD_HANDLER_EXECUTE 1 |