From 24d20469316b5a79ee1ec19da9e34384f8496c31 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 4 Aug 2008 12:07:38 +0000 Subject: 2008-08-04 Samuel Thibault * include/pthread/pthreadtypes.h (__pthread_inheritsched): Remove comma at end of enumeration. --- include/pthread/pthreadtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pthread/pthreadtypes.h') 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. */ -- cgit v1.2.3