From 1d33a64094efc72df5905d47cbe796552bd95d3e Mon Sep 17 00:00:00 2001 From: bje Date: Thu, 23 Jul 1998 15:22:49 +0000 Subject: 1998-07-24 Ben Elliston * implement.h (_PTHREAD_CANCEL_DEFAULTS): Remove. Bit fields proved to be too cumbersome. Set the defaults in attr.c using the public PTHREAD_CANCEL_* constants. --- implement.h | 3 --- 1 file changed, 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 -- cgit v1.2.3