summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
authorrpj <rpj>2001-02-07 08:45:46 +0000
committerrpj <rpj>2001-02-07 08:45:46 +0000
commit7a31ef49c345dfb39de7cd6d43eeb29c34129495 (patch)
tree9515903248d26f12144a0e6161f7b1f6fd726978 /pthread.h
parent2f4a1905d1a8c424900a8615ec730f7637482525 (diff)
Updates and minor corrections and changes.
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pthread.h b/pthread.h
index 2f09031..029216b 100644
--- a/pthread.h
+++ b/pthread.h
@@ -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
/*
* ====================