Correct robust mutex / PI futex kernel assumptions (bug 9894)
Andreas Schwab
schwab@linux-m68k.org
Mon Mar 24 21:50:00 GMT 2014
"Joseph S. Myers" <joseph@codesourcery.com> writes:
> diff --git a/sysdeps/unix/sysv/linux/m68k/kernel-features.h b/sysdeps/unix/sysv/linux/m68k/kernel-features.h
> index cb8915f..bc340bd 100644
> --- a/sysdeps/unix/sysv/linux/m68k/kernel-features.h
> +++ b/sysdeps/unix/sysv/linux/m68k/kernel-features.h
> @@ -48,6 +48,7 @@
>
> /* No support for PI futexes or robust mutexes before 3.10 for m68k. */
> #if __LINUX_KERNEL_VERSION < 0x030a00
> +# undef __ASSUME_FUTEX_LOCK_PI
> # undef __ASSUME_REQUEUE_PI
> # undef __ASSUME_SET_ROBUST_LIST
> #endif
This is ok, thanks. All my testing is done on 3.10+ so this never made
any difference.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
More information about the Libc-alpha
mailing list