remove spurious inclusion of libc.h for LFS64 ABI aliases
commit63a4c9adf227a6f6a5f7f70f6dc3f8863f846927
authorRich Felker <dalias@aerifal.cx>
Wed, 12 Sep 2018 04:28:34 +0000 (12 00:28 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 12 Sep 2018 18:34:38 +0000 (12 14:34 -0400)
tree7897385e0678791801bf27710dad3cce93bc6165
parent5ce3737931bb411a8d167356d4d0287b53b0cbdc
remove spurious inclusion of libc.h for LFS64 ABI aliases

the LFS64 macro was not self-documenting and barely saved any
characters. simply use weak_alias directly so that it's clear what's
being done, and doesn't depend on a header to provide a strange macro.
48 files changed:
src/aio/aio.c
src/aio/aio_suspend.c
src/aio/lio_listio.c
src/dirent/alphasort.c
src/dirent/readdir.c
src/dirent/readdir_r.c
src/dirent/scandir.c
src/dirent/versionsort.c
src/fcntl/creat.c
src/fcntl/open.c
src/fcntl/openat.c
src/fcntl/posix_fadvise.c
src/fcntl/posix_fallocate.c
src/internal/libc.h
src/legacy/ftw.c
src/linux/fallocate.c
src/linux/getdents.c
src/linux/prlimit.c
src/linux/sendfile.c
src/misc/getrlimit.c
src/misc/lockf.c
src/misc/nftw.c
src/misc/setrlimit.c
src/mman/mmap.c
src/regex/glob.c
src/stat/__xstat.c
src/stat/fstat.c
src/stat/fstatat.c
src/stat/lstat.c
src/stat/stat.c
src/stat/statvfs.c
src/stdio/fgetpos.c
src/stdio/fopen.c
src/stdio/freopen.c
src/stdio/fseek.c
src/stdio/fsetpos.c
src/stdio/ftell.c
src/stdio/tmpfile.c
src/temp/mkostemp.c
src/temp/mkstemp.c
src/temp/mkstemps.c
src/unistd/ftruncate.c
src/unistd/lseek.c
src/unistd/pread.c
src/unistd/preadv.c
src/unistd/pwrite.c
src/unistd/pwritev.c
src/unistd/truncate.c