diff options
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 b1bc4c9..e78c3d0 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 758574b..68056dc 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 17e3ed6..8563b71 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 af84bed..2b3cbcf 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 821e107..ab2cf42 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 cdcdaaa..30b9fd4 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> |