mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-03 04:01:43 +08:00
m68k: don't assume PI futexes before 3.10
This commit is contained in:
parent
5fc273b084
commit
2ea2960024
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user