diff options
Diffstat (limited to 'pthread_condattr_getpshared.c')
-rw-r--r-- | pthread_condattr_getpshared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread_condattr_getpshared.c b/pthread_condattr_getpshared.c index 756dfac..c995cd3 100644 --- a/pthread_condattr_getpshared.c +++ b/pthread_condattr_getpshared.c @@ -94,4 +94,4 @@ pthread_condattr_getpshared (const pthread_condattr_t * attr, int *pshared) return result; -} /* pthread_condattr_getpshared */ +} /* pthread_condattr_getpshared */ |