diff options
| author | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-04 19:59:40 +0100 |
|---|---|---|
| committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-04 19:59:40 +0100 |
| commit | b830319d49a421741b61ae29ce32ab37f8b970ed (patch) | |
| tree | 9611a0ac70047e08ed3850dce6d9cdf143b9e833 /misc | |
| parent | 512a49be20d42af59968513cd5094b3918cf6663 (diff) | |
| download | glibc-b830319d49a421741b61ae29ce32ab37f8b970ed.tar.xz glibc-b830319d49a421741b61ae29ce32ab37f8b970ed.zip | |
[BZ #157] Remove include/stub-tag.h for good.
Diffstat (limited to 'misc')
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 |
