Sourceware Bugzilla – Attachment 3780 Details for
Bug 9894
Support for PI futexes wrongly marked as introduced in 2.6.18
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch for mips
robust_pi_futexes.mips.diff (text/plain), 828 bytes, created by
Aurelien Jarno
on 2009-02-27 15:09:24 UTC
(
hide
)
Description:
Updated patch for mips
Filename:
MIME Type:
Creator:
Aurelien Jarno
Created:
2009-02-27 15:09:24 UTC
Size:
828 bytes
patch
obsolete
>2009-09-27 Aurelien Jarno <aurelien@aurel32.net> > > * sysdeps/unix/sysv/linux/mips/kernel-features.h > (__ASSUME_SET_ROBUST_LIST): Define for 2.6.18 and later. > (__ASSUME_FUTEX_LOCK_PI): Ditto. > >diff --git a/sysdeps/unix/sysv/linux/mips/kernel-features.h b/sysdeps/unix/sysv/linux/mips/kernel-features.h >index f479b60..39e609e 100644 >--- a/sysdeps/unix/sysv/linux/mips/kernel-features.h >+++ b/sysdeps/unix/sysv/linux/mips/kernel-features.h >@@ -31,4 +31,15 @@ > # define __ASSUME_FCNTL64 1 > #endif > >+/* Support for inter-process robust mutexes was added in 2.6.18. */ >+#if __LINUX_KERNEL_VERSION >= 132626 >+ # define __ASSUME_SET_ROBUST_LIST 1 >+#endif >+ >+ >+/* Support for PI futexes was added in 2.6.18. */ >+#if __LINUX_KERNEL_VERSION >= 132626 >+ # define __ASSUME_FUTEX_LOCK_PI 1 >+#endif >+ > #include_next <kernel-features.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 9894
:
3764
|
3765
|
3766
|
3767
|
3777
|
3778
|
3779
| 3780