aboutsummaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-11-04 19:59:40 +0100
committerThomas Schwinge <thomas@codesourcery.com>2012-11-04 19:59:40 +0100
commitb830319d49a421741b61ae29ce32ab37f8b970ed (patch)
tree9611a0ac70047e08ed3850dce6d9cdf143b9e833 /posix
parent512a49be20d42af59968513cd5094b3918cf6663 (diff)
downloadglibc-b830319d49a421741b61ae29ce32ab37f8b970ed.tar.xz
glibc-b830319d49a421741b61ae29ce32ab37f8b970ed.zip
[BZ #157] Remove include/stub-tag.h for good.
Diffstat (limited to 'posix')
-rw-r--r--posix/_exit.c1
-rw-r--r--posix/alarm.c1
-rw-r--r--posix/execve.c1
-rw-r--r--posix/fexecve.c1
-rw-r--r--posix/fork.c1
-rw-r--r--posix/fpathconf.c1
-rw-r--r--posix/getaddrinfo.c2
-rw-r--r--posix/getegid.c1
-rw-r--r--posix/geteuid.c1
-rw-r--r--posix/getgid.c1
-rw-r--r--posix/getgroups.c1
-rw-r--r--posix/getlogin.c1
-rw-r--r--posix/getlogin_r.c1
-rw-r--r--posix/getpgid.c1
-rw-r--r--posix/getpid.c1
-rw-r--r--posix/getppid.c1
-rw-r--r--posix/getresgid.c1
-rw-r--r--posix/getresuid.c1
-rw-r--r--posix/getsid.c1
-rw-r--r--posix/getuid.c1
-rw-r--r--posix/glob64.c1
-rw-r--r--posix/nanosleep.c1
-rw-r--r--posix/pathconf.c1
-rw-r--r--posix/pause.c1
-rw-r--r--posix/posix_madvise.c1
-rw-r--r--posix/pread.c1
-rw-r--r--posix/pread64.c1
-rw-r--r--posix/pwrite.c1
-rw-r--r--posix/pwrite64.c1
-rw-r--r--posix/sched_getaffinity.c1
-rw-r--r--posix/sched_getp.c1
-rw-r--r--posix/sched_gets.c1
-rw-r--r--posix/sched_primax.c1
-rw-r--r--posix/sched_primin.c1
-rw-r--r--posix/sched_rr_gi.c1
-rw-r--r--posix/sched_setaffinity.c1
-rw-r--r--posix/sched_setp.c1
-rw-r--r--posix/sched_sets.c1
-rw-r--r--posix/sched_yield.c1
-rw-r--r--posix/setgid.c1
-rw-r--r--posix/setlogin.c1
-rw-r--r--posix/setpgid.c1
-rw-r--r--posix/setresgid.c1
-rw-r--r--posix/setresuid.c1
-rw-r--r--posix/setsid.c1
-rw-r--r--posix/setuid.c1
-rw-r--r--posix/sleep.c1
-rw-r--r--posix/spawni.c1
-rw-r--r--posix/sysconf.c1
-rw-r--r--posix/times.c1
-rw-r--r--posix/wait.c1
-rw-r--r--posix/wait3.c1
-rw-r--r--posix/wait4.c1
-rw-r--r--posix/waitpid.c1
54 files changed, 0 insertions, 55 deletions
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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_getpara