From b830319d49a421741b61ae29ce32ab37f8b970ed Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 4 Nov 2012 19:59:40 +0100 Subject: [BZ #157] Remove include/stub-tag.h for good. --- misc/acct.c | 1 - misc/brk.c | 1 - misc/chflags.c | 1 - misc/chroot.c | 1 - misc/fchflags.c | 1 - misc/fgetxattr.c | 1 - misc/flistxattr.c | 1 - misc/fremovexattr.c | 1 - misc/fsetxattr.c | 1 - misc/fsync.c | 1 - misc/ftruncate.c | 1 - misc/futimes.c | 1 - misc/futimesat.c | 1 - misc/getdomain.c | 1 - misc/getdtsz.c | 1 - misc/gethostid.c | 1 - misc/gethostname.c | 1 - misc/getloadavg.c | 1 - misc/getpagesize.c | 1 - misc/getsysstats.c | 1 - misc/getxattr.c | 1 - misc/gtty.c | 1 - misc/ioctl.c | 1 - misc/lgetxattr.c | 1 - misc/listxattr.c | 1 - misc/llistxattr.c | 1 - misc/lremovexattr.c | 1 - misc/lsetxattr.c | 1 - misc/lutimes.c | 1 - misc/madvise.c | 1 - misc/mincore.c | 1 - misc/mlock.c | 1 - misc/mlockall.c | 1 - misc/mmap.c | 1 - misc/mprotect.c | 1 - misc/msync.c | 1 - misc/munlock.c | 1 - misc/munlockall.c | 1 - misc/munmap.c | 1 - misc/preadv.c | 1 - misc/preadv64.c | 1 - misc/ptrace.c | 1 - misc/pwritev.c | 1 - misc/pwritev64.c | 1 - misc/readv.c | 1 - misc/reboot.c | 1 - misc/remap_file_pages.c | 1 - misc/removexattr.c | 1 - misc/revoke.c | 1 - misc/select.c | 1 - misc/setdomain.c | 1 - misc/setegid.c | 1 - misc/seteuid.c | 1 - misc/sethostid.c | 1 - misc/sethostname.c | 1 - misc/setregid.c | 1 - misc/setreuid.c | 1 - misc/setxattr.c | 1 - misc/sstk.c | 1 - misc/stty.c | 1 - misc/swapoff.c | 1 - misc/swapon.c | 1 - misc/sync.c | 1 - misc/syncfs.c | 1 - misc/syscall.c | 1 - misc/truncate.c | 1 - misc/ualarm.c | 1 - misc/usleep.c | 1 - misc/ustat.c | 1 - misc/utimes.c | 1 - misc/vhangup.c | 1 - misc/writev.c | 1 - 72 files changed, 72 deletions(-) (limited to 'misc') diff --git a/misc/acct.c b/misc/acct.c index 0ae8d7f..8e4713b 100644 --- a/misc/acct.c +++ b/misc/acct.c @@ -30,4 +30,3 @@ acct (name) } stub_warning (acct) -#include diff --git a/misc/brk.c b/misc/brk.c index 0976456..bcbac64 100644 --- a/misc/brk.c +++ b/misc/brk.c @@ -33,4 +33,3 @@ __brk (addr) stub_warning (brk) weak_alias (__brk, brk) -#include diff --git a/misc/chflags.c b/misc/chflags.c index ea6e742..d1a44b2 100644 --- a/misc/chflags.c +++ b/misc/chflags.c @@ -39,4 +39,3 @@ chflags (file, flags) } stub_warning (chflags) -#include diff --git a/misc/chroot.c b/misc/chroot.c index db301ad..1c1bbd8 100644 --- a/misc/chroot.c +++ b/misc/chroot.c @@ -30,4 +30,3 @@ chroot (path) stub_warning (chroot) -#include diff --git a/misc/fchflags.c b/misc/fchflags.c index ebb50db..8277134 100644 --- a/misc/fchflags.c +++ b/misc/fchflags.c @@ -39,4 +39,3 @@ fchflags (fd, flags) } stub_warning (fchflags) -#include diff --git a/misc/fgetxattr.c b/misc/fgetxattr.c index 049fd28..86df9a4 100644 --- a/misc/fgetxattr.c +++ b/misc/fgetxattr.c @@ -27,4 +27,3 @@ fgetxattr (int __fd, const char *__name, } stub_warning (fgetxattr) -#include diff --git a/misc/flistxattr.c b/misc/flistxattr.c index dbbe20a..8f5667f 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 diff --git a/misc/fremovexattr.c b/misc/fremovexattr.c index 8f38e0a..f21da5a 100644 --- a/misc/fremovexattr.c +++ b/misc/fremovexattr.c @@ -26,4 +26,3 @@ fremovexattr (int __fd, const char *__name) } stub_warning (fremovexattr) -#include diff --git a/misc/fsetxattr.c b/misc/fsetxattr.c index 706e4bb..2d62a17 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 diff --git a/misc/fsync.c b/misc/fsync.c index d94a059..a927f72 100644 --- a/misc/fsync.c +++ b/misc/fsync.c @@ -29,4 +29,3 @@ fsync (fd) stub_warning (fsync) -#include diff --git a/misc/ftruncate.c b/misc/ftruncate.c index f2b2e27..79bf287 100644 --- a/misc/ftruncate.c +++ b/misc/ftruncate.c @@ -32,4 +32,3 @@ __ftruncate (fd, length) weak_alias (__ftruncate, ftruncate) stub_warning (ftruncate) -#include diff --git a/misc/futimes.c b/misc/futimes.c index b644fd1..1204a9c 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 diff --git a/misc/futimesat.c b/misc/futimesat.c index 5d895bc..b33939e 100644 --- a/misc/futimesat.c +++ b/misc/futimesat.c @@ -42,4 +42,3 @@ futimesat (fd, file, tvp) } stub_warning (futimesat) -#include diff --git a/misc/getdomain.c b/misc/getdomain.c index c8d1527..7fb8da2 100644 --- a/misc/getdomain.c +++ b/misc/getdomain.c @@ -56,7 +56,6 @@ getdomainname (name, len) } stub_warning (getdomainname) -#include #endif diff --git a/misc/getdtsz.c b/misc/getdtsz.c index 020ec9d..7c6f7e6 100644 --- a/misc/getdtsz.c +++ b/misc/getdtsz.c @@ -29,4 +29,3 @@ __getdtablesize () stub_warning (getdtablesize) weak_alias (__getdtablesize, getdtablesize) -#include diff --git a/misc/gethostid.c b/misc/gethostid.c index 8854cf4..876c83c 100644 --- a/misc/gethostid.c +++ b/misc/gethostid.c @@ -28,4 +28,3 @@ gethostid () stub_warning (gethostid) -#include diff --git a/misc/gethostname.c b/misc/gethostname.c index 6e70da9..40d3027 100644 --- a/misc/gethostname.c +++ b/misc/gethostname.c @@ -32,4 +32,3 @@ __gethostname (name, len) stub_warning (gethostname) weak_alias (__gethostname, gethostname) -#include diff --git a/misc/getloadavg.c b/misc/getloadavg.c index 768fe32..6e39939 100644 --- a/misc/getloadavg.c +++ b/misc/getloadavg.c @@ -33,4 +33,3 @@ getloadavg (double loadavg[], int nelem) return -1; } stub_warning (getloadavg) -#include diff --git a/misc/getpagesize.c b/misc/getpagesize.c index 0ec823d..6d3821a 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 diff --git a/misc/getsysstats.c b/misc/getsysstats.c index d03e75b..c5ce2fd 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 diff --git a/misc/getxattr.c b/misc/getxattr.c index bde3619..1e5b2bb 100644 --- a/misc/getxattr.c +++ b/misc/getxattr.c @@ -27,4 +27,3 @@ getxattr (const char *__path, const char *__name, } stub_warning (getxattr) -#include diff --git a/misc/gtty.c b/misc/gtty.c index e1a2668..2c6ae3f 100644 --- a/misc/gtty.c +++ b/misc/gtty.c @@ -36,4 +36,3 @@ gtty (fd, params) } stub_warning (gtty) -#include diff --git a/misc/ioctl.c b/misc/ioctl.c index 616ee2d..f47d90e 100644 --- a/misc/ioctl.c +++ b/misc/ioctl.c @@ -31,4 +31,3 @@ __ioctl (fd, request) stub_warning (ioctl) weak_alias (__ioctl, ioctl) -#include diff --git a/misc/lgetxattr.c b/misc/lgetxattr.c index fcdf53c..44e23d9 100644 --- a/misc/lgetxattr.c +++ b/misc/lgetxattr.c @@ -27,4 +27,3 @@ lgetxattr (const char *__path, const char *__name, } stub_warning (lgetxattr) -#include diff --git a/misc/listxattr.c b/misc/listxattr.c index a58f217..5de7d30 100644 --- a/misc/listxattr.c +++ b/misc/listxattr.c @@ -26,4 +26,3 @@ listxattr (const char *__path, char *__list, size_t __size) } stub_warning (listxattr) -#include diff --git a/misc/llistxattr.c b/misc/llistxattr.c index f133579..da3bfee 100644 --- a/misc/llistxattr.c +++ b/misc/llistxattr.c @@ -26,4 +26,3 @@ llistxattr (const char *__path, char *__list, size_t __size) } stub_warning (llistxattr) -#include diff --git a/misc/lremovexattr.c b/misc/lremovexattr.c index 541e22d..a04853f 100644 --- a/misc/lremovexattr.c +++ b/misc/lremovexattr.c @@ -26,4 +26,3 @@ lremovexattr (const char *__path, const char *__name) } stub_warning (lremovexattr) -#include diff --git a/misc/lsetxattr.c b/misc/lsetxattr.c index bc43e17..f433fe4 100644 --- a/misc/lsetxattr.c +++ b/misc/lsetxattr.c @@ -27,4 +27,3 @@ lsetxattr (const char *__path, const char *__name, } stub_warning (lsetxattr) -#include diff --git a/misc/lutimes.c b/misc/lutimes.c index ed7e842..57faae4 100644 --- a/misc/lutimes.c +++ b/misc/lutimes.c @@ -31,4 +31,3 @@ __lutimes (const char *file, const struct timeval tvp[2]) weak_alias (__lutimes, lutimes) stub_warning (lutimes) -#include diff --git a/misc/madvise.c b/misc/madvise.c index 4e9681a..188a20e 100644 --- a/misc/madvise.c +++ b/misc/madvise.c @@ -33,4 +33,3 @@ libc_hidden_def (__madvise) weak_alias (__madvise, madvise) stub_warning (madvise) -#include diff --git a/misc/mincore.c b/misc/mincore.c index e85ebce..8e8045c 100644 --- a/misc/mincore.c +++ b/misc/mincore.c @@ -26,4 +26,3 @@ mincore (void *__start, size_t __len, unsigned char *__vec) } stub_warning (mincore) -#include diff --git a/misc/mlock.c b/misc/mlock.c index 588495c..0d81d04 100644 --- a/misc/mlock.c +++ b/misc/mlock.c @@ -31,4 +31,3 @@ mlock (const void *addr, size_t len) } stub_warning (mlock) -#include diff --git a/misc/mlockall.c b/misc/mlockall.c index a740388..e51b953 100644 --- a/misc/mlockall.c +++ b/misc/mlockall.c @@ -32,4 +32,3 @@ mlockall (int flags) } stub_warning (mlockall) -#include diff --git a/misc/mmap.c b/misc/mmap.c index b77856d..dbe6255 100644 --- a/misc/mmap.c +++ b/misc/mmap.c @@ -36,5 +36,4 @@ __mmap (__ptr_t addr, size_t len, int prot, int flags, int fd, off_t offset) } stub_warning (mmap) -#include weak_alias (__mmap, mmap) diff --git a/misc/mprotect.c b/misc/mprotect.c index e6cb623..bef7efc 100644 --- a/misc/mprotect.c +++ b/misc/mprotect.c @@ -32,4 +32,3 @@ __mprotect (__ptr_t addr, size_t len, int prot) weak_alias (__mprotect, mprotect) stub_warning (mprotect) -#include diff --git a/misc/msync.c b/misc/msync.c index c163994..aa3d0ce 100644 --- a/misc/msync.c +++ b/misc/msync.c @@ -31,4 +31,3 @@ msync (__ptr_t addr, size_t len, int flags) } stub_warning (msync) -#include diff --git a/misc/munlock.c b/misc/munlock.c index 0a02e5b..37fd518 100644 --- a/misc/munlock.c +++ b/misc/munlock.c @@ -30,4 +30,3 @@ munlock (const void *addr, size_t len) } stub_warning (munlock) -#include diff --git a/misc/munlockall.c b/misc/munlockall.c index 8094ab6..bceb944 100644 --- a/misc/munlockall.c +++ b/misc/munlockall.c @@ -30,4 +30,3 @@ munlockall (void) } stub_warning (munlockall) -#include diff --git a/misc/munmap.c b/misc/munmap.c index 8c3c37c..97c6ef9 100644 --- a/misc/munmap.c +++ b/misc/munmap.c @@ -30,5 +30,4 @@ __munmap (__ptr_t addr, size_t len) } stub_warning (munmap) -#include weak_alias (__munmap, munmap) diff --git a/misc/preadv.c b/misc/preadv.c index 0e5138c..9ef32a6 100644 --- a/misc/preadv.c +++ b/misc/preadv.c @@ -37,4 +37,3 @@ preadv (fd, vector, count, offset) } stub_warning (preadv) -#include diff --git a/misc/preadv64.c b/misc/preadv64.c index c7c9dd1..dd49490 100644 --- a/misc/preadv64.c +++ b/misc/preadv64.c @@ -37,4 +37,3 @@ preadv64 (fd, vector, count, offset) } stub_warning (preadv64) -#include diff --git a/misc/ptrace.c b/misc/ptrace.c index a70f195..4f600d8 100644 --- a/misc/ptrace.c +++ b/misc/ptrace.c @@ -99,4 +99,3 @@ ptrace (request) stub_warning (ptrace) -#include diff --git a/misc/pwritev.c b/misc/pwritev.c index 2e10ca8..fba8a57 100644 --- a/misc/pwritev.c +++ b/misc/pwritev.c @@ -37,4 +37,3 @@ pwritev (fd, vector, count, offset) } stub_warning (pwritev) -#include diff --git a/misc/pwritev64.c b/misc/pwritev64.c index 650abd6..c599511 100644 --- a/misc/pwritev64.c +++ b/misc/pwritev64.c @@ -37,4 +37,3 @@ pwritev64 (fd, vector, count, offset) } stub_warning (pwritev64) -#include diff --git a/misc/readv.c b/misc/readv.c index 74fb3a9..6b165d7 100644 --- a/misc/readv.c +++ b/misc/readv.c @@ -37,4 +37,3 @@ strong_alias (__libc_readv, __readv) weak_alias (__libc_readv, readv) stub_warning (readv) -#include diff --git a/misc/reboot.c b/misc/reboot.c index c8a4c04..455a6bd 100644 --- a/misc/reboot.c +++ b/misc/reboot.c @@ -30,4 +30,3 @@ reboot (howto) stub_warning (reboot) -#include diff --git a/misc/remap_file_pages.c b/misc/remap_file_pages.c index 2ad057d..08a2d4c 100644 --- a/misc/remap_file_pages.c +++ b/misc/remap_file_pages.c @@ -30,5 +30,4 @@ __remap_file_pages (void *start, size_t size, int prot, size_t pgoff, } stub_warning (remap_file_pages) -#include weak_alias (__remap_file_pages, remap_file_pages) diff --git a/misc/removexattr.c b/misc/removexattr.c index 56a9014..aede787 100644 --- a/misc/removexattr.c +++ b/misc/removexattr.c @@ -26,4 +26,3 @@ removexattr (const char *__path, const char *__name) } stub_warning (removexattr) -#include diff --git a/misc/revoke.c b/misc/revoke.c index ed1659e..2e42a42 100644 --- a/misc/revoke.c +++ b/misc/revoke.c @@ -27,4 +27,3 @@ revoke (file) return -1; } stub_warning (revoke) -#include diff --git a/misc/select.c b/misc/select.c index ce08f0c..8f5cb0d 100644 --- a/misc/select.c +++ b/misc/select.c @@ -39,4 +39,3 @@ libc_hidden_def (__select) stub_warning (select) weak_alias (__select, select) -#include diff --git a/misc/setdomain.c b/misc/setdomain.c index b19e20b..7e6665b 100644 --- a/misc/setdomain.c +++ b/misc/setdomain.c @@ -30,4 +30,3 @@ setdomainname (name, len) } stub_warning (setdomainname) -#include diff --git a/misc/setegid.c b/misc/setegid.c index 22a0bc8..219c1b9 100644 --- a/misc/setegid.c +++ b/misc/setegid.c @@ -28,4 +28,3 @@ setegid (gid) } libc_hidden_def (setegid) stub_warning (setegid) -#include diff --git a/misc/seteuid.c b/misc/seteuid.c index b338f71..648b77a 100644 --- a/misc/seteuid.c +++ b/misc/seteuid.c @@ -28,4 +28,3 @@ seteuid (uid) } libc_hidden_def (seteuid) stub_warning (seteuid) -#include diff --git a/misc/sethostid.c b/misc/sethostid.c index fd4483e..73dfb33 100644 --- a/misc/sethostid.c +++ b/misc/sethostid.c @@ -30,4 +30,3 @@ sethostid (id) stub_warning (sethostid) -#include diff --git a/misc/sethostname.c b/misc/sethostname.c index ff31900..9641358 100644 --- a/misc/sethostname.c +++ b/misc/sethostname.c @@ -31,4 +31,3 @@ sethostname (name, len) stub_warning (sethostname) -#include diff --git a/misc/setregid.c b/misc/setregid.c index d73260d..ad7ca4b 100644 --- a/misc/setregid.c +++ b/misc/setregid.c @@ -32,4 +32,3 @@ __setregid (effective_gid, real_gid) stub_warning (setregid) weak_alias (__setregid, setregid) -#include diff --git a/misc/setreuid.c b/misc/setreuid.c index 3a97788..87fcfc6 100644 --- a/misc/setreuid.c +++ b/misc/setreuid.c @@ -32,4 +32,3 @@ __setreuid (effective_uid, real_uid) stub_warning (setreuid) weak_alias (__setreuid, setreuid) -#include diff --git a/misc/setxattr.c b/misc/setxattr.c index d0f8035..6409751 100644 --- a/misc/setxattr.c +++ b/misc/setxattr.c @@ -27,4 +27,3 @@ setxattr (const char *__path, const char *__name, } stub_warning (setxattr) -#include diff --git a/misc/sstk.c b/misc/sstk.c index 3401936..3a4580b 100644 --- a/misc/sstk.c +++ b/misc/sstk.c @@ -31,4 +31,3 @@ sstk (increment) } stub_warning (sstk) -#include diff --git a/misc/stty.c b/misc/stty.c index 66c475c..5ce9e23 100644 --- a/misc/stty.c +++ b/misc/stty.c @@ -36,4 +36,3 @@ stty (fd, params) } stub_warning (stty) -#include diff --git a/misc/swapoff.c b/misc/swapoff.c index f4e59f8..d887c43 100644 --- a/misc/swapoff.c +++ b/misc/swapoff.c @@ -27,4 +27,3 @@ swapoff (const char *path) } stub_warning (swapoff) -#include diff --git a/misc/swapon.c b/misc/swapon.c index 095f79d..f4bdf13 100644 --- a/misc/swapon.c +++ b/misc/swapon.c @@ -30,4 +30,3 @@ swapon (path) } stub_warning (swapon) -#include diff --git a/misc/sync.c b/misc/sync.c index 45e7187..01a1696 100644 --- a/misc/sync.c +++ b/misc/sync.c @@ -27,4 +27,3 @@ sync () stub_warning (sync) -#include diff --git a/misc/syncfs.c b/misc/syncfs.c index 4dc5340..b949111 100644 --- a/misc/syncfs.c +++ b/misc/syncfs.c @@ -29,4 +29,3 @@ syncfs (int fd) stub_warning (syncfs) -#include diff --git a/misc/syscall.c b/misc/syscall.c index ad44d2b..f6dae57 100644 --- a/misc/syscall.c +++ b/misc/syscall.c @@ -31,4 +31,3 @@ syscall (callno) } stub_warning (syscall) -#include diff --git a/misc/truncate.c b/misc/truncate.c index 29f72fa..c92acd1 100644 --- a/misc/truncate.c +++ b/misc/truncate.c @@ -30,4 +30,3 @@ __truncate (path, length) weak_alias (__truncate, truncate) stub_warning (truncate) -#include diff --git a/misc/ualarm.c b/misc/ualarm.c index ac7c7a4..ca66d79 100644 --- a/misc/ualarm.c +++ b/misc/ualarm.c @@ -33,4 +33,3 @@ ualarm (value, interval) } stub_warning (ualarm) -#include diff --git a/misc/usleep.c b/misc/usleep.c index f67346e..674a025 100644 --- a/misc/usleep.c +++ b/misc/usleep.c @@ -28,4 +28,3 @@ usleep (useconds) } stub_warning (usleep) -#include diff --git a/misc/ustat.c b/misc/ustat.c index 135afe2..2dd92e7 100644 --- a/misc/ustat.c +++ b/misc/ustat.c @@ -29,4 +29,3 @@ ustat (dev, ust) return -1; } stub_warning (ustat) -#include diff --git a/misc/utimes.c b/misc/utimes.c index 3d0e868..5cdfe6c 100644 --- a/misc/utimes.c +++ b/misc/utimes.c @@ -39,4 +39,3 @@ __utimes (file, tvp) weak_alias (__utimes, utimes) stub_warning (utimes) -#include diff --git a/misc/vhangup.c b/misc/vhangup.c index 02d8504..0d8ce28 100644 --- a/misc/vhangup.c +++ b/misc/vhangup.c @@ -29,4 +29,3 @@ vhangup () } stub_warning (vhangup) -#include diff --git a/misc/writev.c b/misc/writev.c index 0bf1cb3..19bc028 100644 --- a/misc/writev.c +++ b/misc/writev.c @@ -37,4 +37,3 @@ strong_alias (__libc_writev, __writev) weak_alias (__libc_writev, writev) stub_warning (writev) -#include -- cgit v1.1