From b830319d49a421741b61ae29ce32ab37f8b970ed Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 4 Nov 2012 19:59:40 +0100 Subject: [BZ #157] Remove include/stub-tag.h for good. --- posix/_exit.c | 1 - posix/alarm.c | 1 - posix/execve.c | 1 - posix/fexecve.c | 1 - posix/fork.c | 1 - posix/fpathconf.c | 1 - posix/getaddrinfo.c | 2 -- posix/getegid.c | 1 - posix/geteuid.c | 1 - posix/getgid.c | 1 - posix/getgroups.c | 1 - posix/getlogin.c | 1 - posix/getlogin_r.c | 1 - posix/getpgid.c | 1 - posix/getpid.c | 1 - posix/getppid.c | 1 - posix/getresgid.c | 1 - posix/getresuid.c | 1 - posix/getsid.c | 1 - posix/getuid.c | 1 - posix/glob64.c | 1 - posix/nanosleep.c | 1 - posix/pathconf.c | 1 - posix/pause.c | 1 - posix/posix_madvise.c | 1 - posix/pread.c | 1 - posix/pread64.c | 1 - posix/pwrite.c | 1 - posix/pwrite64.c | 1 - posix/sched_getaffinity.c | 1 - posix/sched_getp.c | 1 - posix/sched_gets.c | 1 - posix/sched_primax.c | 1 - posix/sched_primin.c | 1 - posix/sched_rr_gi.c | 1 - posix/sched_setaffinity.c | 1 - posix/sched_setp.c | 1 - posix/sched_sets.c | 1 - posix/sched_yield.c | 1 - posix/setgid.c | 1 - posix/setlogin.c | 1 - posix/setpgid.c | 1 - posix/setresgid.c | 1 - posix/setresuid.c | 1 - posix/setsid.c | 1 - posix/setuid.c | 1 - posix/sleep.c | 1 - posix/spawni.c | 1 - posix/sysconf.c | 1 - posix/times.c | 1 - posix/wait.c | 1 - posix/wait3.c | 1 - posix/wait4.c | 1 - posix/waitpid.c | 1 - 54 files changed, 55 deletions(-) (limited to 'posix') diff --git a/posix/_exit.c b/posix/_exit.c index a8f1b58e41..ef2b7d719e 100644 --- a/posix/_exit.c +++ b/posix/_exit.c @@ -32,4 +32,3 @@ libc_hidden_def (_exit) weak_alias (_exit, _Exit) stub_warning (_exit) -#include diff --git a/posix/alarm.c b/posix/alarm.c index 0b0194836d..3fda9b0c85 100644 --- a/posix/alarm.c +++ b/posix/alarm.c @@ -35,4 +35,3 @@ alarm (seconds) libc_hidden_def (alarm) stub_warning (alarm) -#include diff --git a/posix/execve.c b/posix/execve.c index 63a234fc95..893cec2b19 100644 --- a/posix/execve.c +++ b/posix/execve.c @@ -40,4 +40,3 @@ __execve (path, argv, envp) stub_warning (execve) weak_alias (__execve, execve) -#include diff --git a/posix/fexecve.c b/posix/fexecve.c index c7b43c578e..6a22a194e3 100644 --- a/posix/fexecve.c +++ b/posix/fexecve.c @@ -39,4 +39,3 @@ fexecve (fd, argv, envp) } stub_warning (fexecve) -#include diff --git a/posix/fork.c b/posix/fork.c index e499c11ed4..08c69b69bd 100644 --- a/posix/fork.c +++ b/posix/fork.c @@ -32,4 +32,3 @@ libc_hidden_def (__fork) stub_warning (fork) weak_alias (__fork, fork) -#include diff --git a/posix/fpathconf.c b/posix/fpathconf.c index 07d868440c..01a08cab82 100644 --- a/posix/fpathconf.c +++ b/posix/fpathconf.c @@ -58,4 +58,3 @@ __fpathconf (fd, name) weak_alias (__fpathconf, fpathconf) stub_warning (fpathconf) -#include diff --git a/posix/getaddrinfo.c b/posix/getaddrinfo.c index b5e8362935..bdb79c89b5 100644 --- a/posix/getaddrinfo.c +++ b/posix/getaddrinfo.c @@ -36,5 +36,3 @@ freeaddrinfo (struct addrinfo *ai) } stub_warning (freeaddrinfo) libc_hidden_def (freeaddrinfo) - -#include diff --git a/posix/getegid.c b/posix/getegid.c index 482e4343bd..6692bc0837 100644 --- a/posix/getegid.c +++ b/posix/getegid.c @@ -28,4 +28,3 @@ __getegid () stub_warning (getegid) weak_alias (__getegid, getegid) -#include diff --git a/posix/geteuid.c b/posix/geteuid.c index 5fc0ee5b36..eb59db35d8 100644 --- a/posix/geteuid.c +++ b/posix/geteuid.c @@ -29,4 +29,3 @@ __geteuid () stub_warning (geteuid) weak_alias (__geteuid, geteuid) -#include diff --git a/posix/getgid.c b/posix/getgid.c index 6fa3d25ada..54c7d18705 100644 --- a/posix/getgid.c +++ b/posix/getgid.c @@ -29,4 +29,3 @@ __getgid () stub_warning (getgid) weak_alias (__getgid, getgid) -#include diff --git a/posix/getgroups.c b/posix/getgroups.c index e3910a8362..eed9152eaa 100644 --- a/posix/getgroups.c +++ b/posix/getgroups.c @@ -44,4 +44,3 @@ stub_warning (getgroups); #endif weak_alias (__getgroups, getgroups) -#include diff --git a/posix/getlogin.c b/posix/getlogin.c index beab0f0a02..58bc93f77d 100644 --- a/posix/getlogin.c +++ b/posix/getlogin.c @@ -29,4 +29,3 @@ getlogin (void) } stub_warning (getlogin) -#include diff --git a/posix/getlogin_r.c b/posix/getlogin_r.c index b3ddd56250..7cd7be9159 100644 --- a/posix/getlogin_r.c +++ b/posix/getlogin_r.c @@ -33,4 +33,3 @@ getlogin_r (name, name_len) libc_hidden_def (getlogin_r) stub_warning (getlogin_r) -#include diff --git a/posix/getpgid.c b/posix/getpgid.c index 198a313ade..fd1bc5a01a 100644 --- a/posix/getpgid.c +++ b/posix/getpgid.c @@ -29,4 +29,3 @@ libc_hidden_def (__getpgid) weak_alias (__getpgid, getpgid) stub_warning (getpgid) -#include diff --git a/posix/getpid.c b/posix/getpid.c index 301da5f943..3c3bb6a2af 100644 --- a/posix/getpid.c +++ b/posix/getpid.c @@ -30,4 +30,3 @@ stub_warning (getpid) weak_alias (__getpid, getpid) libc_hidden_weak (getpid) -#include diff --git a/posix/getppid.c b/posix/getppid.c index 2650ed4f00..92c8b9b6df 100644 --- a/posix/getppid.c +++ b/posix/getppid.c @@ -29,4 +29,3 @@ __getppid () stub_warning (getppid) weak_alias (__getppid, getppid) -#include diff --git a/posix/getresgid.c b/posix/getresgid.c index 7f5bdb38b2..0baec6ae7c 100644 --- a/posix/getresgid.c +++ b/posix/getresgid.c @@ -31,4 +31,3 @@ libc_hidden_def (__getresgid) stub_warning (getresgid) weak_alias (__getresgid, getresgid) -#include diff --git a/posix/getresuid.c b/posix/getresuid.c index bf56fbaa99..7da3173965 100644 --- a/posix/getresuid.c +++ b/posix/getresuid.c @@ -31,4 +31,3 @@ libc_hidden_def (__getresuid) stub_warning (getresuid) weak_alias (__getresuid, getresuid) -#include diff --git a/posix/getsid.c b/posix/getsid.c index 6b4caf0314..3283d8cb73 100644 --- a/posix/getsid.c +++ b/posix/getsid.c @@ -28,4 +28,3 @@ getsid (pid_t pid) } libc_hidden_def (getsid) stub_warning (getsid) -#include diff --git a/posix/getuid.c b/posix/getuid.c index d3ff49ef0f..2afbe583fd 100644 --- a/posix/getuid.c +++ b/posix/getuid.c @@ -29,4 +29,3 @@ __getuid () stub_warning (getuid) weak_alias (__getuid, getuid) -#include diff --git a/posix/glob64.c b/posix/glob64.c index e329270ea7..2d98cd978b 100644 --- a/posix/glob64.c +++ b/posix/glob64.c @@ -50,4 +50,3 @@ globfree64 (glob64_t *pglob) libc_hidden_def (globfree64) stub_warning (glob64) -#include diff --git a/posix/nanosleep.c b/posix/nanosleep.c index 2f44b16a0a..b29e694609 100644 --- a/posix/nanosleep.c +++ b/posix/nanosleep.c @@ -32,4 +32,3 @@ stub_warning (nanosleep) weak_alias (__libc_nanosleep, __nanosleep) libc_hidden_def (__nanosleep) weak_alias (__libc_nanosleep, nanosleep) -#include diff --git a/posix/pathconf.c b/posix/pathconf.c index e36ba62eff..6f48b0b575 100644 --- a/posix/pathconf.c +++ b/posix/pathconf.c @@ -37,4 +37,3 @@ __pathconf (path, name) weak_alias (__pathconf, pathconf) stub_warning (pathconf) -#include diff --git a/posix/pause.c b/posix/pause.c index af239bec76..095051002b 100644 --- a/posix/pause.c +++ b/posix/pause.c @@ -30,4 +30,3 @@ pause () } stub_warning (pause) -#include diff --git a/posix/posix_madvise.c b/posix/posix_madvise.c index 271dd475ea..4b9cc1e2e2 100644 --- a/posix/posix_madvise.c +++ b/posix/posix_madvise.c @@ -28,4 +28,3 @@ posix_madvise (__ptr_t addr, size_t len, int advice) return ENOSYS; } stub_warning (posix_madvise) -#include diff --git a/posix/pread.c b/posix/pread.c index bc81f1a441..b62fd943ce 100644 --- a/posix/pread.c +++ b/posix/pread.c @@ -42,4 +42,3 @@ __libc_pread (int fd, void *buf, size_t nbytes, off_t offset) strong_alias (__libc_pread, __pread) weak_alias (__libc_pread, pread) stub_warning (pread) -#include diff --git a/posix/pread64.c b/posix/pread64.c index 18c4f022f1..f6b7a35fc0 100644 --- a/posix/pread64.c +++ b/posix/pread64.c @@ -42,4 +42,3 @@ __libc_pread64 (int fd, void *buf, size_t nbytes, off64_t offset) strong_alias (__libc_pread64, __pread64) weak_alias (__libc_pread64, pread64) stub_warning (pread64) -#include diff --git a/posix/pwrite.c b/posix/pwrite.c index 0e8481d6f0..43619ed4f2 100644 --- a/posix/pwrite.c +++ b/posix/pwrite.c @@ -42,4 +42,3 @@ __libc_pwrite (int fd, const void *buf, size_t nbytes, off_t offset) strong_alias (__libc_pwrite, __pwrite) weak_alias (__libc_pwrite, pwrite) stub_warning (pwrite) -#include diff --git a/posix/pwrite64.c b/posix/pwrite64.c index c0dadfe30c..819cfd6392 100644 --- a/posix/pwrite64.c +++ b/posix/pwrite64.c @@ -43,4 +43,3 @@ strong_alias (__libc_pwrite64, __pwrite64) libc_hidden_def (__pwrite64) weak_alias (__libc_pwrite64, pwrite64) stub_warning (pwrite64) -#include diff --git a/posix/sched_getaffinity.c b/posix/sched_getaffinity.c index da70878c4d..8641b4eac7 100644 --- a/posix/sched_getaffinity.c +++ b/posix/sched_getaffinity.c @@ -31,4 +31,3 @@ sched_getaffinity (pid, cpusetsize, cpuset) return -1; } stub_warning (sched_getaffinity) -#include diff --git a/posix/sched_getp.c b/posix/sched_getp.c index 551d071053..d6a7ac6ed0 100644 --- a/posix/sched_getp.c +++ b/posix/sched_getp.c @@ -30,4 +30,3 @@ __sched_getparam (pid_t pid, struct sched_param *param) stub_warning (sched_getparam) weak_alias (__sched_getparam, sched_getparam) -#include diff --git a/posix/sched_gets.c b/posix/sched_gets.c index 874b171d24..dd3f51e6f9 100644 --- a/posix/sched_gets.c +++ b/posix/sched_gets.c @@ -30,4 +30,3 @@ __sched_getscheduler (pid_t pid) stub_warning (sched_getscheduler) weak_alias (__sched_getscheduler, sched_getscheduler) -#include diff --git a/posix/sched_primax.c b/posix/sched_primax.c index 436e35362d..ef35e11f48 100644 --- a/posix/sched_primax.c +++ b/posix/sched_primax.c @@ -29,4 +29,3 @@ __sched_get_priority_max (int algorithm) stub_warning (sched_get_priority_max) weak_alias (__sched_get_priority_max, sched_get_priority_max) -#include diff --git a/posix/sched_primin.c b/posix/sched_primin.c index 411e8fb558..cffa3f93a6 100644 --- a/posix/sched_primin.c +++ b/posix/sched_primin.c @@ -29,4 +29,3 @@ __sched_get_priority_min (int algorithm) stub_warning (sched_get_priority_min) weak_alias (__sched_get_priority_min, sched_get_priority_min) -#include diff --git a/posix/sched_rr_gi.c b/posix/sched_rr_gi.c index 82962228c4..3011050fc7 100644 --- a/posix/sched_rr_gi.c +++ b/posix/sched_rr_gi.c @@ -30,4 +30,3 @@ __sched_rr_get_interval (pid_t pid, struct timespec *t) stub_warning (sched_rr_get_interval) weak_alias (__sched_rr_get_interval, sched_rr_get_interval) -#include diff --git a/posix/sched_setaffinity.c b/posix/sched_setaffinity.c index 9d0ac0385f..3cc9bb72cf 100644 --- a/posix/sched_setaffinity.c +++ b/posix/sched_setaffinity.c @@ -31,4 +31,3 @@ sched_setaffinity (pid, cpusetsize, cpuset) return -1; } stub_warning (sched_setaffinity) -#include diff --git a/posix/sched_setp.c b/posix/sched_setp.c index 4c8888c819..90de454727 100644 --- a/posix/sched_setp.c +++ b/posix/sched_setp.c @@ -30,4 +30,3 @@ __sched_setparam (pid_t pid, const struct sched_param *param) stub_warning (sched_setparam) weak_alias (__sched_setparam, sched_setparam) -#include diff --git a/posix/sched_sets.c b/posix/sched_sets.c index a52ae45f9c..205471b547 100644 --- a/posix/sched_sets.c +++ b/posix/sched_sets.c @@ -31,4 +31,3 @@ libc_hidden_def (__sched_setscheduler) stub_warning (sched_setscheduler) weak_alias (__sched_setscheduler, sched_setscheduler) -#include diff --git a/posix/sched_yield.c b/posix/sched_yield.c index 2335c85154..2257eb3446 100644 --- a/posix/sched_yield.c +++ b/posix/sched_yield.c @@ -30,4 +30,3 @@ stub_warning (sched_yield) libc_hidden_def (__sched_yield) weak_alias (__sched_yield, sched_yield) -#include diff --git a/posix/setgid.c b/posix/setgid.c index 82546f2205..3e384aecdd 100644 --- a/posix/setgid.c +++ b/posix/setgid.c @@ -33,4 +33,3 @@ __setgid (gid) stub_warning (setgid) weak_alias (__setgid, setgid) -#include diff --git a/posix/setlogin.c b/posix/setlogin.c index fd09f51945..8a8362bdc8 100644 --- a/posix/setlogin.c +++ b/posix/setlogin.c @@ -28,4 +28,3 @@ setlogin (name) } stub_warning (setlogin) -#include diff --git a/posix/setpgid.c b/posix/setpgid.c index ad073f84ff..146fb745b8 100644 --- a/posix/setpgid.c +++ b/posix/setpgid.c @@ -33,4 +33,3 @@ libc_hidden_def (__setpgid) stub_warning (setpgid) weak_alias (__setpgid, setpgid) -#include diff --git a/posix/setresgid.c b/posix/setresgid.c index c4420d9966..ba1cce452f 100644 --- a/posix/setresgid.c +++ b/posix/setresgid.c @@ -31,4 +31,3 @@ libc_hidden_def (__setresgid) stub_warning (setresgid) weak_alias (__setresgid, setresgid) -#include diff --git a/posix/setresuid.c b/posix/setresuid.c index 1a33cac3cf..edb99a9a05 100644 --- a/posix/setresuid.c +++ b/posix/setresuid.c @@ -31,4 +31,3 @@ libc_hidden_def (__setresuid) stub_warning (setresuid) weak_alias (__setresuid, setresuid) -#include diff --git a/posix/setsid.c b/posix/setsid.c index 879b0ca70a..a4f05254e1 100644 --- a/posix/setsid.c +++ b/posix/setsid.c @@ -31,4 +31,3 @@ __setsid () stub_warning (setsid) weak_alias (__setsid, setsid) -#include diff --git a/posix/setuid.c b/posix/setuid.c index a421cb97f7..5892d23579 100644 --- a/posix/setuid.c +++ b/posix/setuid.c @@ -33,4 +33,3 @@ __setuid (uid) stub_warning (setuid) weak_alias (__setuid, setuid) -#include diff --git a/posix/sleep.c b/posix/sleep.c index f5aa751f99..d7ca5f9c89 100644 --- a/posix/sleep.c +++ b/posix/sleep.c @@ -37,4 +37,3 @@ __sleep (seconds) weak_alias (__sleep, sleep) stub_warning (sleep) -#include diff --git a/posix/spawni.c b/posix/spawni.c index 4835c71be5..c8c6127e67 100644 --- a/posix/spawni.c +++ b/posix/spawni.c @@ -42,4 +42,3 @@ __spawni (pid_t *pid, const char *file, } stub_warning (__spawni) -#include diff --git a/posix/sysconf.c b/posix/sysconf.c index 331aa27b39..8428f79ab3 100644 --- a/posix/sysconf.c +++ b/posix/sysconf.c @@ -279,4 +279,3 @@ weak_alias (__sysconf, sysconf) libc_hidden_def (__sysconf) stub_warning (sysconf) -#include diff --git a/posix/times.c b/posix/times.c index 5a47517b7a..e6f6003006 100644 --- a/posix/times.c +++ b/posix/times.c @@ -39,4 +39,3 @@ __times (buffer) stub_warning (times) weak_alias (__times, times) -#include diff --git a/posix/wait.c b/posix/wait.c index 5d6cbbf957..1f78fa2ee8 100644 --- a/posix/wait.c +++ b/posix/wait.c @@ -29,4 +29,3 @@ __wait (__WAIT_STATUS_DEFN stat_loc) stub_warning (wait) weak_alias (__wait, wait) -#include diff --git a/posix/wait3.c b/posix/wait3.c index 5491ddf90b..943ad4bccf 100644 --- a/posix/wait3.c +++ b/posix/wait3.c @@ -39,4 +39,3 @@ __wait3 (__WAIT_STATUS_DEFN stat_loc, int options, struct rusage *usage) stub_warning (wait3) weak_alias (__wait3, wait3) -#include diff --git a/posix/wait4.c b/posix/wait4.c index c53bba4d28..b805cb5ac9 100644 --- a/posix/wait4.c +++ b/posix/wait4.c @@ -29,4 +29,3 @@ __wait4 (__pid_t pid, __WAIT_STATUS stat_loc, int options, stub_warning (wait4) weak_alias (__wait4, wait4) -#include diff --git a/posix/waitpid.c b/posix/waitpid.c index 20e6f68b26..4253e7b466 100644 --- a/posix/waitpid.c +++ b/posix/waitpid.c @@ -49,4 +49,3 @@ libc_hidden_weak (__waitpid) weak_alias (__libc_waitpid, waitpid) stub_warning (waitpid) -#include -- cgit 1.4.1