m68k: remove __ASSUME_TRUNCATE64_SYSCALL

This commit is contained in:
Andreas Schwab 2012-05-30 22:54:28 +02:00
parent 7fce2e2655
commit 28a45d133e
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2012-05-30 Andreas Schwab <schwab@linux-m68k.org>
* sysdeps/unix/sysv/linux/m68k/kernel-features.h
(__ASSUME_TRUNCATE64_SYSCALL): Remove.
* sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Use
hidden_def instead of adding _internal alias.

View File

@ -20,7 +20,6 @@
/* These features were surely available with 2.4.12. */
#if __LINUX_KERNEL_VERSION >= 132108
# define __ASSUME_MMAP2_SYSCALL 1
# define __ASSUME_TRUNCATE64_SYSCALL 1
# define __ASSUME_STAT64_SYSCALL 1
# define __ASSUME_FCNTL64 1
# define __ASSUME_VFORK_SYSCALL 1