]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 13 Apr 2000 05:59:06 +0000 (05:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 13 Apr 2000 05:59:06 +0000 (05:59 +0000)
* sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_SPIN_LOCKS):
Defined.
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.

linuxthreads/ChangeLog
linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h
linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h

index 0bd8a4a5cdc72d75355ba15d250a080fbc38ebef..e129e8cbd5209c2307ce9147bab2b72bb1406c34 100644 (file)
@@ -1,5 +1,9 @@
 2000-04-12  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_SPIN_LOCKS):
+       Defined.
+       * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
+
        * sysdeps/pthread/pthread.h: Add prototypes for pthread_spin_init,
        pthread_spin_destroy, pthread_spin_lock, pthread_spin_trylock,
        and pthread_spin_unlock.
index d5f9e3f35c67769258a590541935752590cc1d8f..a3cc2c0866b8c97c3e5738b1b43fa427da85f5db 100644 (file)
 /* We support the Timeouts option.  */
 #define _POSIX_TIMEOUTS        200912L
 
+/* We support spinlocks.  */
+#define _POSIX_SPIN_LOCKS      200912L
+
 #endif /* posix_opt.h */
index 22c5a5b8ac980941ebf5d62e841f21980d0b8e2f..5e0098d946062049b26e9cc5b9915c796033f0af 100644 (file)
 /* We support the Timeouts option.  */
 #define _POSIX_TIMEOUTS        200912L
 
+/* We support spinlocks.  */
+#define _POSIX_SPIN_LOCKS      200912L
+
 #endif /* posix_opt.h */