Sourceware Bugzilla – Attachment 3766 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]
patch for mips
pi_futexes.mips.diff (text/plain), 474 bytes, created by
Aurelien Jarno
on 2009-02-24 23:21:13 UTC
(
hide
)
Description:
patch for mips
Filename:
MIME Type:
Creator:
Aurelien Jarno
Created:
2009-02-24 23:21:13 UTC
Size:
474 bytes
patch
obsolete
>diff --git a/sysdeps/unix/sysv/linux/mips/kernel-features.h b/sysdeps/unix/sysv/linux/mips/kernel-features.h >index f479b60..f746c01 100644 >--- a/sysdeps/unix/sysv/linux/mips/kernel-features.h >+++ b/sysdeps/unix/sysv/linux/mips/kernel-features.h >@@ -31,4 +31,9 @@ > # define __ASSUME_FCNTL64 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