From a784e502472fb3a1afa4d01a47c66b52d23e00f6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Jan 2012 23:57:22 -0500 Subject: Remove pre-ISO C support No more __const. --- conform/data/pthread.h-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conform/data') diff --git a/conform/data/pthread.h-data b/conform/data/pthread.h-data index 5a536c7..70486cc 100644 --- a/conform/data/pthread.h-data +++ b/conform/data/pthread.h-data @@ -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 -- cgit v1.1