OSDN Git Service

*64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 15 Apr 2011 23:07:23 +0000 (01:07 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:37 +0000 (14:00 +0200)
commite21479da34bbe39fb9d99e2f6e323fd1a942d9cb
treef1240e0f522f2515cf27b48fe11c38eecaa00a90
parenta4b93f0bef877d6e996037696ecb1779bfe46074
*64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard

_lfs_64.h makes the compile fail, if LFS is not enabled, no need for the guard.
Reorganize to include only the minimal necessary headers.

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
21 files changed:
libc/sysdeps/linux/arm/mmap64.S
libc/sysdeps/linux/common/__syscall_fcntl64.c
libc/sysdeps/linux/common/creat64.c
libc/sysdeps/linux/common/fstat64.c
libc/sysdeps/linux/common/fstatat64.c
libc/sysdeps/linux/common/ftruncate64.c
libc/sysdeps/linux/common/getdents64.c
libc/sysdeps/linux/common/getrlimit64.c
libc/sysdeps/linux/common/lstat64.c
libc/sysdeps/linux/common/open64.c
libc/sysdeps/linux/common/posix_fadvise64.c
libc/sysdeps/linux/common/sendfile64.c
libc/sysdeps/linux/common/setrlimit64.c
libc/sysdeps/linux/common/stat64.c
libc/sysdeps/linux/common/truncate64.c
libc/sysdeps/linux/frv/fstat64.c
libc/sysdeps/linux/frv/lstat64.c
libc/sysdeps/linux/frv/stat64.c
libc/sysdeps/linux/i386/mmap64.S
libc/sysdeps/linux/i386/posix_fadvise64.S
libc/sysdeps/linux/mips/posix_fadvise64.c