summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-08-04 12:07:38 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2008-08-04 12:07:38 +0000
commit24d20469316b5a79ee1ec19da9e34384f8496c31 (patch)
treec653b57eeebdde422b2305b7bfe28b74e44d9134 /include
parent334b9a33a8adcddaf144e8285367c6753b7ab7ec (diff)
2008-08-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
* include/pthread/pthreadtypes.h (__pthread_inheritsched): Remove comma at end of enumeration.
Diffstat (limited to 'include')
-rw-r--r--include/pthread/pthreadtypes.h2
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. */