summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
authorbje <bje>1998-07-23 15:22:49 +0000
committerbje <bje>1998-07-23 15:22:49 +0000
commit1d33a64094efc72df5905d47cbe796552bd95d3e (patch)
tree2e82b8fab72a7341026ef3e4a8f95bdfc55af899 /implement.h
parentb9850298857209b12d9b7eacdb7bfe611f2dd57a (diff)
1998-07-24 Ben Elliston <bje@cygnus.com>
* 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.
Diffstat (limited to 'implement.h')
-rw-r--r--implement.h3
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