diff options
Diffstat (limited to 'include/pthread/pthreadtypes.h')
-rw-r--r-- | include/pthread/pthreadtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pthread/pthreadtypes.h b/include/pthread/pthreadtypes.h index d9c1c6b..471e08e 100644 --- a/include/pthread/pthreadtypes.h +++ b/include/pthread/pthreadtypes.h @@ -61,7 +61,7 @@ enum __pthread_inheritsched enum __pthread_contentionscope { __PTHREAD_SCOPE_SYSTEM = 0, - __PTHREAD_SCOPE_PROCESS, + __PTHREAD_SCOPE_PROCESS }; /* Possible values for the `detachstate' attribute. */ |