diff options
Diffstat (limited to 'sysdeps/pthread/bits/pthread.h')
-rw-r--r-- | sysdeps/pthread/bits/pthread.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/pthread/bits/pthread.h b/sysdeps/pthread/bits/pthread.h index 13a8163..593ab06 100644 --- a/sysdeps/pthread/bits/pthread.h +++ b/sysdeps/pthread/bits/pthread.h @@ -23,8 +23,7 @@ typedef int __pthread_t; /* Return true if __T1 and __T2 both name the same thread. Otherwise, false. */ -extern int -__pthread_equal (__pthread_t __t1, __pthread_t __t2); +extern int __pthread_equal (__pthread_t __t1, __pthread_t __t2); #ifdef __USE_EXTERN_INLINES __extern_inline int |