From: Ulrich Drepper Date: Wed, 12 Jan 2000 11:58:29 +0000 (+0000) Subject: (PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP): New definition. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9ee7d5f8e5d9681f686df965b075c1637019cde;p=thirdparty%2Fglibc.git (PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP): New definition. --- diff --git a/linuxthreads/sysdeps/pthread/pthread.h b/linuxthreads/sysdeps/pthread/pthread.h index 48619511ee7..41f4b00b729 100644 --- a/linuxthreads/sysdeps/pthread/pthread.h +++ b/linuxthreads/sysdeps/pthread/pthread.h @@ -97,6 +97,7 @@ enum { PTHREAD_RWLOCK_PREFER_READER_NP, PTHREAD_RWLOCK_PREFER_WRITER_NP, + PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP, PTHREAD_RWLOCK_DEFAULT_NP = PTHREAD_RWLOCK_PREFER_WRITER_NP }; #endif /* Unix98 */