Sourceware Bugzilla – Attachment 3778 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 arm
robust_pi_futexes.arm.diff (text/plain), 882 bytes, created by
Aurelien Jarno
on 2009-02-27 15:08:47 UTC
(
hide
)
Description:
Updated patch for arm
Filename:
MIME Type:
Creator:
Aurelien Jarno
Created:
2009-02-27 15:08:47 UTC
Size:
882 bytes
patch
obsolete
>2009-09-27 Aurelien Jarno <aurelien@aurel32.net> > > * sysdeps/unix/sysv/linux/arm/kernel-features.h > (__ASSUME_SET_ROBUST_LIST): Define for 2.6.28 and later. > (__ASSUME_FUTEX_LOCK_PI): Ditto. > >diff --git a/sysdeps/unix/sysv/linux/arm/kernel-features.h b/sysdeps/unix/sysv/linux/arm/kernel-features.h >index ea439d5..d4f447b 100644 >--- a/sysdeps/unix/sysv/linux/arm/kernel-features.h >+++ b/sysdeps/unix/sysv/linux/arm/kernel-features.h >@@ -51,6 +51,16 @@ > # define __ASSUME_SIGFRAME_V2 1 > #endif > >+/* Support for inter-process robust mutexes was added in 2.6.28. */ >+#if __LINUX_KERNEL_VERSION >= 132636 >+ # define __ASSUME_SET_ROBUST_LIST 1 >+#endif >+ >+/* Support for PI futexes was added in 2.6.28. */ >+#if __LINUX_KERNEL_VERSION >= 132636 >+ # define __ASSUME_FUTEX_LOCK_PI 1 >+#endif >+ > #include_next <kernel-features.h> > > /* These syscalls are not implemented yet for ARM. */
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