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 /stdio-common | |
parent | 512a49be20d42af59968513cd5094b3918cf6663 (diff) | |
download | glibc-b830319d49a421741b61ae29ce32ab37f8b970ed.tar.gz glibc-b830319d49a421741b61ae29ce32ab37f8b970ed.tar.xz glibc-b830319d49a421741b61ae29ce32ab37f8b970ed.zip |
[BZ #157] Remove include/stub-tag.h for good.
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/ctermid.c | 1 | ||||
-rw-r--r-- | stdio-common/cuserid.c | 1 | ||||
-rw-r--r-- | stdio-common/remove.c | 1 | ||||
-rw-r--r-- | stdio-common/rename.c | 1 | ||||
-rw-r--r-- | stdio-common/renameat.c | 1 | ||||
-rw-r--r-- | stdio-common/tempname.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/stdio-common/ctermid.c b/stdio-common/ctermid.c index b1bc4c9835..e78c3d083c 100644 --- a/stdio-common/ctermid.c +++ b/stdio-common/ctermid.c @@ -32,4 +32,3 @@ ctermid (s) stub_warning (ctermid) -#include <stub-tag.h> diff --git a/stdio-common/cuserid.c b/stdio-common/cuserid.c index 758574b607..68056dcfc8 100644 --- a/stdio-common/cuserid.c +++ b/stdio-common/cuserid.c @@ -31,4 +31,3 @@ cuserid (s) stub_warning (cuserid) -#include <stub-tag.h> diff --git a/stdio-common/remove.c b/stdio-common/remove.c index 17e3ed6057..8563b71875 100644 --- a/stdio-common/remove.c +++ b/stdio-common/remove.c @@ -29,4 +29,3 @@ remove (file) libc_hidden_def (remove) stub_warning (remove) -#include <stub-tag.h> diff --git a/stdio-common/rename.c b/stdio-common/rename.c index af84bed00c..2b3cbcfa14 100644 --- a/stdio-common/rename.c +++ b/stdio-common/rename.c @@ -37,4 +37,3 @@ rename (old, new) stub_warning (rename) -#include <stub-tag.h> diff --git a/stdio-common/renameat.c b/stdio-common/renameat.c index 821e107a82..ab2cf428f2 100644 --- a/stdio-common/renameat.c +++ b/stdio-common/renameat.c @@ -46,4 +46,3 @@ renameat (oldfd, old, newfd, new) stub_warning (renameat) -#include <stub-tag.h> diff --git a/stdio-common/tempname.c b/stdio-common/tempname.c index cdcdaaa86f..30b9fd4455 100644 --- a/stdio-common/tempname.c +++ b/stdio-common/tempname.c @@ -57,4 +57,3 @@ __gen_tempname (tmpl, suffixlen, flags, kind) } stub_warning (__gen_tempname) -#include <stub-tag.h> |