include cleanups: remove unused headers and add feature test macros
authorSzabolcs Nagy <nsz@port70.net>
Thu, 12 Dec 2013 05:09:18 +0000 (05:09 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 12 Dec 2013 05:09:18 +0000 (05:09 +0000)
commit571744447c23f91feb6439948f3a619aca850dfb
tree996c6f90721d69494683ae213ec22784d02a899a
parentac45692a53a1b8d2ede329d91652d43c1fb5dc8d
include cleanups: remove unused headers and add feature test macros
157 files changed:
src/ctype/__ctype_b_loc.c
src/ctype/__ctype_get_mb_cur_max.c
src/ctype/__ctype_tolower_loc.c
src/ctype/__ctype_toupper_loc.c
src/dirent/fdopendir.c
src/dirent/opendir.c
src/dirent/readdir.c
src/dirent/readdir_r.c
src/dirent/scandir.c
src/env/__init_security.c
src/env/__stack_chk_fail.c
src/env/clearenv.c
src/env/putenv.c
src/env/unsetenv.c
src/exit/atexit.c
src/exit/exit.c
src/fcntl/fcntl.c
src/fcntl/open.c
src/fcntl/openat.c
src/internal/syscall_ret.c
src/ldso/dlinfo.c
src/legacy/euidaccess.c
src/legacy/futimes.c
src/legacy/getdtablesize.c
src/legacy/getpagesize.c
src/legacy/getpass.c
src/legacy/getusershell.c
src/legacy/lutimes.c
src/linux/chroot.c
src/linux/clock_adjtime.c
src/linux/klogctl.c
src/linux/personality.c
src/linux/prlimit.c
src/linux/sendfile.c
src/linux/setfsgid.c
src/linux/setfsuid.c
src/linux/setgroups.c
src/linux/sethostname.c
src/linux/setns.c
src/linux/stime.c
src/linux/sysinfo.c
src/linux/wait4.c
src/locale/intl.c
src/locale/localeconv.c
src/locale/strcasecmp_l.c
src/malloc/calloc.c
src/misc/get_current_dir_name.c
src/misc/getgrouplist.c
src/misc/getrusage.c
src/misc/initgroups.c
src/misc/nftw.c
src/misc/syslog.c
src/misc/uname.c
src/mman/msync.c
src/mman/munmap.c
src/multibyte/internal.c
src/multibyte/internal.h
src/multibyte/mblen.c
src/multibyte/mbrlen.c
src/multibyte/mbrtowc.c
src/multibyte/mbsinit.c
src/multibyte/mbsnrtowcs.c
src/multibyte/mbsrtowcs.c
src/multibyte/mbtowc.c
src/multibyte/wcrtomb.c
src/multibyte/wcsnrtombs.c
src/multibyte/wcsrtombs.c
src/multibyte/wctomb.c
src/network/__ipparse.c
src/network/gethostbyaddr.c
src/network/gethostbyname2.c
src/network/gethostbyname2_r.c
src/network/getifaddrs.c
src/network/getnameinfo.c
src/network/if_nameindex.c
src/network/inet_ntop.c
src/network/proto.c
src/network/recv.c
src/network/res_query.c
src/network/send.c
src/network/serv.c
src/passwd/fgetgrent.c
src/passwd/fgetpwent.c
src/passwd/putgrent.c
src/passwd/putpwent.c
src/prng/__rand48_step.c
src/process/fexecve.c
src/process/system.c
src/process/vfork.c
src/regex/glob.c
src/regex/regcomp.c
src/signal/raise.c
src/signal/sigaction.c
src/signal/sigfillset.c
src/signal/sighold.c
src/signal/sigignore.c
src/signal/siginterrupt.c
src/signal/sigismember.c
src/signal/siglongjmp.c
src/signal/signal.c
src/signal/sigpause.c
src/signal/sigqueue.c
src/signal/sigrelse.c
src/signal/sigset.c
src/signal/sigsetjmp.c
src/stat/fchmodat.c
src/stat/futimesat.c
src/stat/lchmod.c
src/stdio/fgetln.c
src/stdio/fwide.c
src/stdio/swprintf.c
src/stdio/swscanf.c
src/stdio/vfscanf.c
src/stdio/vfwscanf.c
src/stdlib/ecvt.c
src/stdlib/gcvt.c
src/stdlib/wcstod.c
src/string/bcmp.c
src/string/bcopy.c
src/string/bzero.c
src/string/index.c
src/string/memccpy.c
src/string/memchr.c
src/string/memmem.c
src/string/mempcpy.c
src/string/rindex.c
src/string/stpcpy.c
src/string/stpncpy.c
src/string/strchrnul.c
src/string/strlcpy.c
src/string/strlen.c
src/string/strstr.c
src/string/strverscmp.c
src/string/wcsstr.c
src/string/wmemchr.c
src/string/wmemcmp.c
src/string/wmemcpy.c
src/string/wmemmove.c
src/string/wmemset.c
src/temp/__randname.c
src/temp/mkdtemp.c
src/temp/mktemp.c
src/termios/tcgetattr.c
src/termios/tcsetattr.c
src/thread/pthread_attr_init.c
src/thread/pthread_sigmask.c
src/thread/synccall.c
src/time/mktime.c
src/time/nanosleep.c
src/time/strptime.c
src/time/time.c
src/time/wcsftime.c
src/unistd/ctermid.c
src/unistd/gethostname.c
src/unistd/getlogin_r.c
src/unistd/ttyname_r.c
src/unistd/usleep.c