diff options
author | rpj <rpj> | 2001-02-07 08:45:46 +0000 |
---|---|---|
committer | rpj <rpj> | 2001-02-07 08:45:46 +0000 |
commit | 7a31ef49c345dfb39de7cd6d43eeb29c34129495 (patch) | |
tree | 9515903248d26f12144a0e6161f7b1f6fd726978 /pthread.h | |
parent | 2f4a1905d1a8c424900a8615ec730f7637482525 (diff) |
Updates and minor corrections and changes.
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -363,10 +363,10 @@ typedef struct pthread_rwlockattr_t_ *pthread_rwlockattr_t; /* * pthread_attr_(get,set}scope * - * PTHREAD_SCOPE_PROCESS is the only scope supported. + * PTHREAD_SCOPE_SYSTEM is currently the only scope supported. */ -#define PTHREAD_SCOPE_SYSTEM 0 -#define PTHREAD_SCOPE_PROCESS 1 +#define PTHREAD_SCOPE_SYSTEM 0 +#define PTHREAD_SCOPE_PROCESS 1 /* * ==================== |