mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Remove pre-ISO C support
No more __const.
This commit is contained in:
@@ -155,7 +155,7 @@ function int pthread_spin_unlock (pthread_spinlock_t*)
|
||||
function void pthread_testcancel (void)
|
||||
# if defined XOPEN2K8 || defined POSIX2008
|
||||
function int pthread_mutex_consistent (pthread_mutex_t *)
|
||||
function int pthread_mutexattr_getrobust (__const pthread_mutexattr_t*, int*)
|
||||
function int pthread_mutexattr_getrobust (const pthread_mutexattr_t*, int*)
|
||||
function int pthread_mutexattr_setrobust (pthread_mutexattr_t*, int)
|
||||
# endif
|
||||
|
||||
|
Reference in New Issue
Block a user