m68k: don't assume PI futexes before 3.10

This commit is contained in:
Andreas Schwab 2013-12-04 01:35:01 +01:00
parent 5fc273b084
commit 2ea2960024
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2013-12-10 Andreas Schwab <schwab@linux-m68k.org>
* sysdeps/unix/sysv/linux/m68k/kernel-features.h
(__ASSUME_REQUEUE_PI, __ASSUME_SET_ROBUST_LIST): Undefine before
3.10.
2013-11-28 Joseph Myers <joseph@codesourcery.com>
* sysdeps/m68k/fpu/fegetround.c (fegetround): Use libm_hidden_def.

View File

@ -47,3 +47,9 @@
# undef __ASSUME_PSELECT
# undef __ASSUME_PPOLL
#endif
/* No support for PI futexes or robust mutexes before 3.10 for m68k. */
#if __LINUX_KERNEL_VERSION < 0x030a00
# undef __ASSUME_REQUEUE_PI
# undef __ASSUME_SET_ROBUST_LIST
#endif