aboutsummaryrefslogtreecommitdiff
path: root/misc
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 /misc
parent512a49be20d42af59968513cd5094b3918cf6663 (diff)
downloadglibc-b830319d49a421741b61ae29ce32ab37f8b970ed.tar.xz
glibc-b830319d49a421741b61ae29ce32ab37f8b970ed.zip
[BZ #157] Remove include/stub-tag.h for good.
Diffstat (limited to 'misc')
-rw-r--r--misc/acct.c1
-rw-r--r--misc/brk.c1
-rw-r--r--misc/chflags.c1
-rw-r--r--misc/chroot.c1
-rw-r--r--misc/fchflags.c1
-rw-r--r--misc/fgetxattr.c1
-rw-r--r--misc/flistxattr.c1
-rw-r--r--misc/fremovexattr.c1
-rw-r--r--misc/fsetxattr.c1
-rw-r--r--misc/fsync.c1
-rw-r--r--misc/ftruncate.c1
-rw-r--r--misc/futimes.c1
-rw-r--r--misc/futimesat.c1
-rw-r--r--misc/getdomain.c1
-rw-r--r--misc/getdtsz.c1
-rw-r--r--misc/gethostid.c1
-rw-r--r--misc/gethostname.c1
-rw-r--r--misc/getloadavg.c1
-rw-r--r--misc/getpagesize.c1
-rw-r--r--misc/getsysstats.c1
-rw-r--r--misc/getxattr.c1
-rw-r--r--misc/gtty.c1
-rw-r--r--misc/ioctl.c1
-rw-r--r--misc/lgetxattr.c1
-rw-r--r--misc/listxattr.c1
-rw-r--r--misc/llistxattr.c1
-rw-r--r--misc/lremovexattr.c1
-rw-r--r--misc/lsetxattr.c1
-rw-r--r--misc/lutimes.c1
-rw-r--r--misc/madvise.c1
-rw-r--r--misc/mincore.c1
-rw-r--r--misc/mlock.c1
-rw-r--r--misc/mlockall.c1
-rw-r--r--misc/mmap.c1
-rw-r--r--misc/mprotect.c1
-rw-r--r--misc/msync.c1
-rw-r--r--misc/munlock.c1
-rw-r--r--misc/munlockall.c1
-rw-r--r--misc/munmap.c1
-rw-r--r--misc/preadv.c1
-rw-r--r--misc/preadv64.c1
-rw-r--r--misc/ptrace.c1
-rw-r--r--misc/pwritev.c1
-rw-r--r--misc/pwritev64.c1
-rw-r--r--misc/readv.c1
-rw-r--r--misc/reboot.c1
-rw-r--r--misc/remap_file_pages.c1
-rw-r--r--misc/removexattr.c1
-rw-r--r--misc/revoke.c1
-rw-r--r--misc/select.c1
-rw-r--r--misc/setdomain.c1
-rw-r--r--misc/setegid.c1
-rw-r--r--misc/seteuid.c1
-rw-r--r--misc/sethostid.c1
-rw-r--r--misc/sethostname.c1
-rw-r--r--misc/setregid.c1
-rw-r--r--misc/setreuid.c1
-rw-r--r--misc/setxattr.c1
-rw-r--r--misc/sstk.c1
-rw-r--r--misc/stty.c1
-rw-r--r--misc/swapoff.c1
-rw-r--r--misc/swapon.c1
-rw-r--r--misc/sync.c1
-rw-r--r--misc/syncfs.c1
-rw-r--r--misc/syscall.c1
-rw-r--r--misc/truncate.c1
-rw-r--r--misc/ualarm.c1
-rw-r--r--misc/usleep.c1
-rw-r--r--misc/ustat.c1
-rw-r--r--misc/utimes.c1
-rw-r--r--misc/vhangup.c1
-rw-r--r--misc/writev.c1
72 files changed, 0 insertions, 72 deletions
diff --git a/misc/acct.c b/misc/acct.c
index 0ae8d7fe11..8e4713bf13 100644
--- a/misc/acct.c
+++ b/misc/acct.c
@@ -30,4 +30,3 @@ acct (name)
}
stub_warning (acct)
-#include <stub-tag.h>
diff --git a/misc/brk.c b/misc/brk.c
index 097645679a..bcbac64399 100644
--- a/misc/brk.c
+++ b/misc/brk.c
@@ -33,4 +33,3 @@ __brk (addr)
stub_warning (brk)
weak_alias (__brk, brk)
-#include <stub-tag.h>
diff --git a/misc/chflags.c b/misc/chflags.c
index ea6e742cf5..d1a44b24c1 100644
--- a/misc/chflags.c
+++ b/misc/chflags.c
@@ -39,4 +39,3 @@ chflags (file, flags)
}
stub_warning (chflags)
-#include <stub-tag.h>
diff --git a/misc/chroot.c b/misc/chroot.c
index db301ad6ac..1c1bbd8be7 100644
--- a/misc/chroot.c
+++ b/misc/chroot.c
@@ -30,4 +30,3 @@ chroot (path)
stub_warning (chroot)
-#include <stub-tag.h>
diff --git a/misc/fchflags.c b/misc/fchflags.c
index ebb50dbfcb..8277134199 100644
--- a/misc/fchflags.c
+++ b/misc/fchflags.c
@@ -39,4 +39,3 @@ fchflags (fd, flags)
}
stub_warning (fchflags)
-#include <stub-tag.h>
diff --git a/misc/fgetxattr.c b/misc/fgetxattr.c
index 049fd28d43..86df9a4504 100644
--- a/misc/fgetxattr.c
+++ b/misc/fgetxattr.c
@@ -27,4 +27,3 @@ fgetxattr (int __fd, const char *__name,
}
stub_warning (fgetxattr)
-#include <stub-tag.h>
diff --git a/misc/flistxattr.c b/misc/flistxattr.c
index dbbe20a3b1..8f5667f86a 100644
--- a/misc/flistxattr.c
+++ b/misc/flistxattr.c
@@ -26,4 +26,3 @@ flistxattr (int __fd, char *__list, size_t __size)
}
stub_warning (flistxattr)
-#include <stub-tag.h>
diff --git a/misc/fremovexattr.c b/misc/fremovexattr.c
index 8f38e0a398..f21da5ae9f 100644
--- a/misc/fremovexattr.c
+++ b/misc/fremovexattr.c
@@ -26,4 +26,3 @@ fremovexattr (int __fd, const char *__name)
}
stub_warning (fremovexattr)
-#include <stub-tag.h>
diff --git a/misc/fsetxattr.c b/misc/fsetxattr.c
index 706e4bb54a..2d62a177cf 100644
--- a/misc/fsetxattr.c
+++ b/misc/fsetxattr.c
@@ -27,4 +27,3 @@ fsetxattr (int __fd, const char *__name, const void *__value,
}
stub_warning (fsetxattr)
-#include <stub-tag.h>
diff --git a/misc/fsync.c b/misc/fsync.c
index d94a0592d1..a927f72d31 100644
--- a/misc/fsync.c
+++ b/misc/fsync.c
@@ -29,4 +29,3 @@ fsync (fd)
stub_warning (fsync)
-#include <stub-tag.h>
diff --git a/misc/ftruncate.c b/misc/ftruncate.c
index f2b2e27eea..79bf287941 100644
--- a/misc/ftruncate.c
+++ b/misc/ftruncate.c
@@ -32,4 +32,3 @@ __ftruncate (fd, length)
weak_alias (__ftruncate, ftruncate)
stub_warning (ftruncate)
-#include <stub-tag.h>
diff --git a/misc/futimes.c b/misc/futimes.c
index b644fd190e..1204a9c28f 100644
--- a/misc/futimes.c
+++ b/misc/futimes.c
@@ -30,4 +30,3 @@ __futimes (int fd, const struct timeval tvp[2])
weak_alias (__futimes, futimes)
stub_warning (futimes)
-#include <stub-tag.h>
diff --git a/misc/futimesat.c b/misc/futimesat.c
index 5d895bc0b5..b33939e0a1 100644
--- a/misc/futimesat.c
+++ b/misc/futimesat.c
@@ -42,4 +42,3 @@ futimesat (fd, file, tvp)
}
stub_warning (futimesat)
-#include <stub-tag.h>
diff --git a/misc/getdomain.c b/misc/getdomain.c
index c8d1527a72..7fb8da241d 100644
--- a/misc/getdomain.c
+++ b/misc/getdomain.c
@@ -56,7 +56,6 @@ getdomainname (name, len)
}
stub_warning (getdomainname)
-#include <stub-tag.h>
#endif
diff --git a/misc/getdtsz.c b/misc/getdtsz.c
index 020ec9d022..7c6f7e6339 100644
--- a/misc/getdtsz.c
+++ b/misc/getdtsz.c
@@ -29,4 +29,3 @@ __getdtablesize ()
stub_warning (getdtablesize)
weak_alias (__getdtablesize, getdtablesize)
-#include <stub-tag.h>
diff --git a/misc/gethostid.c b/misc/gethostid.c
index 8854cf4419..876c83c691 100644
--- a/misc/gethostid.c
+++ b/misc/gethostid.c
@@ -28,4 +28,3 @@ gethostid ()
stub_warning (gethostid)
-#include <stub-tag.h>
diff --git a/misc/gethostname.c b/misc/gethostname.c
index 6e70da9815..40d3027ec0 100644
--- a/misc/gethostname.c
+++ b/misc/gethostname.c
@@ -32,4 +32,3 @@ __gethostname (name, len)
stub_warning (gethostname)
weak_alias (__gethostname, gethostname)
-#include <stub-tag.h>
diff --git a/misc/getloadavg.c b/misc/getloadavg.c
index 768fe32985..6e39939a78 100644
--- a/misc/getloadavg.c
+++ b/misc/getloadavg.c
@@ -33,4 +33,3 @@ getloadavg (double loadavg[], int nelem)
return -1;
}
stub_warning (getloadavg)
-#include <stub-tag.h>
diff --git a/misc/getpagesize.c b/misc/getpagesize.c
index 0ec823d96e..6d3821aef1 100644
--- a/misc/getpagesize.c
+++ b/misc/getpagesize.c
@@ -29,4 +29,3 @@ libc_hidden_def (__getpagesize)
stub_warning (getpagesize)
weak_alias (__getpagesize, getpagesize)
-#include <stub-tag.h>
diff --git a/misc/getsysstats.c b/misc/getsysstats.c
index d03e75b38b..c5ce2fdb9f 100644
--- a/misc/getsysstats.c
+++ b/misc/getsysstats.c
@@ -65,4 +65,3 @@ __get_avphys_pages ()
weak_alias (__get_avphys_pages, get_avphys_pages)
stub_warning (get_avphys_pages)
-#include <stub-tag.h&g