This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-612-gb830319


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  b830319d49a421741b61ae29ce32ab37f8b970ed (commit)
      from  512a49be20d42af59968513cd5094b3918cf6663 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b830319d49a421741b61ae29ce32ab37f8b970ed

commit b830319d49a421741b61ae29ce32ab37f8b970ed
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Sun Nov 4 19:59:40 2012 +0100

    [BZ #157] Remove include/stub-tag.h for good.

diff --git a/ChangeLog b/ChangeLog
index bfc5cce..a1a7a04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,413 @@
-012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
+2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
+
+	[BZ #157]
+
+	* include/stub-tag.h: Remove file.
+	* sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
+	'#include' of it.
+	* manual/maint.texi (Porting): Don't reference it.
+	* Makerules ($(objpfx)stubs): Likewise.
+	* dirent/closedir.c: Don't include <stub-tag.h>.
+	* dirent/dirfd.c: Likewise.
+	* dirent/fdopendir.c: Likewise.
+	* dirent/getdents.c: Likewise.
+	* dirent/getdents64.c: Likewise.
+	* dirent/opendir.c: Likewise.
+	* dirent/readdir.c: Likewise.
+	* dirent/readdir64.c: Likewise.
+	* dirent/readdir64_r.c: Likewise.
+	* dirent/readdir_r.c: Likewise.
+	* dirent/rewinddir.c: Likewise.
+	* dirent/seekdir.c: Likewise.
+	* dirent/telldir.c: Likewise.
+	* gmon/profil.c: Likewise.
+	* grp/setgroups.c: Likewise.
+	* inet/if_index.c: Likewise.
+	* io/access.c: Likewise.
+	* io/chdir.c: Likewise.
+	* io/chmod.c: Likewise.
+	* io/chown.c: Likewise.
+	* io/close.c: Likewise.
+	* io/dup.c: Likewise.
+	* io/dup2.c: Likewise.
+	* io/dup3.c: Likewise.
+	* io/euidaccess.c: Likewise.
+	* io/faccessat.c: Likewise.
+	* io/fchdir.c: Likewise.
+	* io/fchmod.c: Likewise.
+	* io/fchmodat.c: Likewise.
+	* io/fchown.c: Likewise.
+	* io/fchownat.c: Likewise.
+	* io/fcntl.c: Likewise.
+	* io/flock.c: Likewise.
+	* io/fstatfs.c: Likewise.
+	* io/fstatfs64.c: Likewise.
+	* io/fstatvfs.c: Likewise.
+	* io/fstatvfs64.c: Likewise.
+	* io/futimens.c: Likewise.
+	* io/fxstat.c: Likewise.
+	* io/fxstat64.c: Likewise.
+	* io/fxstatat.c: Likewise.
+	* io/fxstatat64.c: Likewise.
+	* io/getcwd.c: Likewise.
+	* io/isatty.c: Likewise.
+	* io/lchmod.c: Likewise.
+	* io/lchown.c: Likewise.
+	* io/link.c: Likewise.
+	* io/linkat.c: Likewise.
+	* io/lseek.c: Likewise.
+	* io/lseek64.c: Likewise.
+	* io/lxstat64.c: Likewise.
+	* io/mkdir.c: Likewise.
+	* io/mkdirat.c: Likewise.
+	* io/mkfifo.c: Likewise.
+	* io/mkfifoat.c: Likewise.
+	* io/open.c: Likewise.
+	* io/open64.c: Likewise.
+	* io/openat.c: Likewise.
+	* io/openat64.c: Likewise.
+	* io/pipe.c: Likewise.
+	* io/pipe2.c: Likewise.
+	* io/poll.c: Likewise.
+	* io/posix_fadvise.c: Likewise.
+	* io/posix_fadvise64.c: Likewise.
+	* io/posix_fallocate.c: Likewise.
+	* io/posix_fallocate64.c: Likewise.
+	* io/read.c: Likewise.
+	* io/readlink.c: Likewise.
+	* io/readlinkat.c: Likewise.
+	* io/rmdir.c: Likewise.
+	* io/sendfile.c: Likewise.
+	* io/sendfile64.c: Likewise.
+	* io/statfs.c: Likewise.
+	* io/statfs64.c: Likewise.
+	* io/statvfs.c: Likewise.
+	* io/statvfs64.c: Likewise.
+	* io/symlink.c: Likewise.
+	* io/symlinkat.c: Likewise.
+	* io/ttyname.c: Likewise.
+	* io/ttyname_r.c: Likewise.
+	* io/umask.c: Likewise.
+	* io/unlink.c: Likewise.
+	* io/unlinkat.c: Likewise.
+	* io/utime.c: Likewise.
+	* io/utimensat.c: Likewise.
+	* io/write.c: Likewise.
+	* io/xmknod.c: Likewise.
+	* io/xmknodat.c: Likewise.
+	* io/xstat.c: Likewise.
+	* io/xstat64.c: Likewise.
+	* login/getpt.c: Likewise.
+	* login/grantpt.c: Likewise.
+	* login/unlockpt.c: Likewise.
+	* math/e_acoshl.c: Likewise.
+	* math/e_acosl.c: Likewise.
+	* math/e_asinl.c: Likewise.
+	* math/e_atan2l.c: Likewise.
+	* math/e_atanhl.c: Likewise.
+	* math/e_coshl.c: Likewise.
+	* math/e_expl.c: Likewise.
+	* math/e_fmodl.c: Likewise.
+	* math/e_gammal_r.c: Likewise.
+	* math/e_hypotl.c: Likewise.
+	* math/e_j0l.c: Likewise.
+	* math/e_j1l.c: Likewise.
+	* math/e_jnl.c: Likewise.
+	* math/e_lgammal_r.c: Likewise.
+	* math/e_log10l.c: Likewise.
+	* math/e_log2l.c: Likewise.
+	* math/e_logl.c: Likewise.
+	* math/e_powl.c: Likewise.
+	* math/e_rem_pio2l.c: Likewise.
+	* math/e_sinhl.c: Likewise.
+	* math/e_sqrtl.c: Likewise.
+	* math/fclrexcpt.c: Likewise.
+	* math/fedisblxcpt.c: Likewise.
+	* math/feenablxcpt.c: Likewise.
+	* math/fegetenv.c: Likewise.
+	* math/fegetexcept.c: Likewise.
+	* math/fegetround.c: Likewise.
+	* math/feholdexcpt.c: Likewise.
+	* math/fesetenv.c: Likewise.
+	* math/fesetround.c: Likewise.
+	* math/feupdateenv.c: Likewise.
+	* math/fgetexcptflg.c: Likewise.
+	* math/fraiseexcpt.c: Likewise.
+	* math/fsetexcptflg.c: Likewise.
+	* math/ftestexcept.c: Likewise.
+	* math/k_cosl.c: Likewise.
+	* math/k_rem_pio2l.c: Likewise.
+	* math/k_sinl.c: Likewise.
+	* math/k_tanl.c: Likewise.
+	* math/s_asinhl.c: Likewise.
+	* math/s_atanl.c: Likewise.
+	* math/s_cbrtl.c: Likewise.
+	* math/s_erfl.c: Likewise.
+	* math/s_expm1l.c: Likewise.
+	* math/s_log1pl.c: Likewise.
+	* math/s_tanhl.c: Likewise.
+	* misc/acct.c: Likewise.
+	* misc/brk.c: Likewise.
+	* misc/chflags.c: Likewise.
+	* misc/chroot.c: Likewise.
+	* misc/fchflags.c: Likewise.
+	* misc/fgetxattr.c: Likewise.
+	* misc/flistxattr.c: Likewise.
+	* misc/fremovexattr.c: Likewise.
+	* misc/fsetxattr.c: Likewise.
+	* misc/fsync.c: Likewise.
+	* misc/ftruncate.c: Likewise.
+	* misc/futimes.c: Likewise.
+	* misc/futimesat.c: Likewise.
+	* misc/getdomain.c: Likewise.
+	* misc/getdtsz.c: Likewise.
+	* misc/gethostid.c: Likewise.
+	* misc/gethostname.c: Likewise.
+	* misc/getloadavg.c: Likewise.
+	* misc/getpagesize.c: Likewise.
+	* misc/getsysstats.c: Likewise.
+	* misc/getxattr.c: Likewise.
+	* misc/gtty.c: Likewise.
+	* misc/ioctl.c: Likewise.
+	* misc/lgetxattr.c: Likewise.
+	* misc/listxattr.c: Likewise.
+	* misc/llistxattr.c: Likewise.
+	* misc/lremovexattr.c: Likewise.
+	* misc/lsetxattr.c: Likewise.
+	* misc/lutimes.c: Likewise.
+	* misc/madvise.c: Likewise.
+	* misc/mincore.c: Likewise.
+	* misc/mlock.c: Likewise.
+	* misc/mlockall.c: Likewise.
+	* misc/mmap.c: Likewise.
+	* misc/mprotect.c: Likewise.
+	* misc/msync.c: Likewise.
+	* misc/munlock.c: Likewise.
+	* misc/munlockall.c: Likewise.
+	* misc/munmap.c: Likewise.
+	* misc/preadv.c: Likewise.
+	* misc/preadv64.c: Likewise.
+	* misc/ptrace.c: Likewise.
+	* misc/pwritev.c: Likewise.
+	* misc/pwritev64.c: Likewise.
+	* misc/readv.c: Likewise.
+	* misc/reboot.c: Likewise.
+	* misc/remap_file_pages.c: Likewise.
+	* misc/removexattr.c: Likewise.
+	* misc/revoke.c: Likewise.
+	* misc/select.c: Likewise.
+	* misc/setdomain.c: Likewise.
+	* misc/setegid.c: Likewise.
+	* misc/seteuid.c: Likewise.
+	* misc/sethostid.c: Likewise.
+	* misc/sethostname.c: Likewise.
+	* misc/setregid.c: Likewise.
+	* misc/setreuid.c: Likewise.
+	* misc/setxattr.c: Likewise.
+	* misc/sstk.c: Likewise.
+	* misc/stty.c: Likewise.
+	* misc/swapoff.c: Likewise.
+	* misc/swapon.c: Likewise.
+	* misc/sync.c: Likewise.
+	* misc/syncfs.c: Likewise.
+	* misc/syscall.c: Likewise.
+	* misc/truncate.c: Likewise.
+	* misc/ualarm.c: Likewise.
+	* misc/usleep.c: Likewise.
+	* misc/ustat.c: Likewise.
+	* misc/utimes.c: Likewise.
+	* misc/vhangup.c: Likewise.
+	* misc/writev.c: Likewise.
+	* posix/_exit.c: Likewise.
+	* posix/alarm.c: Likewise.
+	* posix/execve.c: Likewise.
+	* posix/fexecve.c: Likewise.
+	* posix/fork.c: Likewise.
+	* posix/fpathconf.c: Likewise.
+	* posix/getaddrinfo.c: Likewise.
+	* posix/getegid.c: Likewise.
+	* posix/geteuid.c: Likewise.
+	* posix/getgid.c: Likewise.
+	* posix/getgroups.c: Likewise.
+	* posix/getlogin.c: Likewise.
+	* posix/getlogin_r.c: Likewise.
+	* posix/getpgid.c: Likewise.
+	* posix/getpid.c: Likewise.
+	* posix/getppid.c: Likewise.
+	* posix/getresgid.c: Likewise.
+	* posix/getresuid.c: Likewise.
+	* posix/getsid.c: Likewise.
+	* posix/getuid.c: Likewise.
+	* posix/glob64.c: Likewise.
+	* posix/nanosleep.c: Likewise.
+	* posix/pathconf.c: Likewise.
+	* posix/pause.c: Likewise.
+	* posix/posix_madvise.c: Likewise.
+	* posix/pread.c: Likewise.
+	* posix/pread64.c: Likewise.
+	* posix/pwrite.c: Likewise.
+	* posix/pwrite64.c: Likewise.
+	* posix/sched_getaffinity.c: Likewise.
+	* posix/sched_getp.c: Likewise.
+	* posix/sched_gets.c: Likewise.
+	* posix/sched_primax.c: Likewise.
+	* posix/sched_primin.c: Likewise.
+	* posix/sched_rr_gi.c: Likewise.
+	* posix/sched_setaffinity.c: Likewise.
+	* posix/sched_setp.c: Likewise.
+	* posix/sched_sets.c: Likewise.
+	* posix/sched_yield.c: Likewise.
+	* posix/setgid.c: Likewise.
+	* posix/setlogin.c: Likewise.
+	* posix/setpgid.c: Likewise.
+	* posix/setresgid.c: Likewise.
+	* posix/setresuid.c: Likewise.
+	* posix/setsid.c: Likewise.
+	* posix/setuid.c: Likewise.
+	* posix/sleep.c: Likewise.
+	* posix/spawni.c: Likewise.
+	* posix/sysconf.c: Likewise.
+	* posix/times.c: Likewise.
+	* posix/wait.c: Likewise.
+	* posix/wait3.c: Likewise.
+	* posix/wait4.c: Likewise.
+	* posix/waitpid.c: Likewise.
+	* resolv/gai_sigqueue.c: Likewise.
+	* resource/getpriority.c: Likewise.
+	* resource/getrlimit.c: Likewise.
+	* resource/getrusage.c: Likewise.
+	* resource/nice.c: Likewise.
+	* resource/setpriority.c: Likewise.
+	* resource/setrlimit.c: Likewise.
+	* resource/ulimit.c: Likewise.
+	* rt/aio_cancel.c: Likewise.
+	* rt/aio_fsync.c: Likewise.
+	* rt/aio_read.c: Likewise.
+	* rt/aio_sigqueue.c: Likewise.
+	* rt/aio_suspend.c: Likewise.
+	* rt/aio_write.c: Likewise.
+	* rt/clock_getres.c: Likewise.
+	* rt/clock_gettime.c: Likewise.
+	* rt/clock_nanosleep.c: Likewise.
+	* rt/clock_settime.c: Likewise.
+	* rt/lio_listio.c: Likewise.
+	* rt/mq_close.c: Likewise.
+	* rt/mq_getattr.c: Likewise.
+	* rt/mq_notify.c: Likewise.
+	* rt/mq_open.c: Likewise.
+	* rt/mq_receive.c: Likewise.
+	* rt/mq_send.c: Likewise.
+	* rt/mq_setattr.c: Likewise.
+	* rt/mq_timedreceive.c: Likewise.
+	* rt/mq_timedsend.c: Likewise.
+	* rt/mq_unlink.c: Likewise.
+	* rt/shm_open.c: Likewise.
+	* rt/shm_unlink.c: Likewise.
+	* rt/timer_create.c: Likewise.
+	* rt/timer_delete.c: Likewise.
+	* rt/timer_getoverr.c: Likewise.
+	* rt/timer_gettime.c: Likewise.
+	* rt/timer_settime.c: Likewise.
+	* setjmp/__longjmp.c: Likewise.
+	* setjmp/setjmp.c: Likewise.
+	* signal/kill.c: Likewise.
+	* signal/killpg.c: Likewise.
+	* signal/raise.c: Likewise.
+	* signal/sigaction.c: Likewise.
+	* signal/sigaltstack.c: Likewise.
+	* signal/sigblock.c: Likewise.
+	* signal/sigignore.c: Likewise.
+	* signal/sigintr.c: Likewise.
+	* signal/signal.c: Likewise.
+	* signal/sigpause.c: Likewise.
+	* signal/sigpending.c: Likewise.
+	* signal/sigqueue.c: Likewise.
+	* signal/sigreturn.c: Likewise.
+	* signal/sigset.c: Likewise.
+	* signal/sigsetmask.c: Likewise.
+	* signal/sigstack.c: Likewise.
+	* signal/sigsuspend.c: Likewise.
+	* signal/sigtimedwait.c: Likewise.
+	* signal/sigvec.c: Likewise.
+	* signal/sigwait.c: Likewise.
+	* signal/sigwaitinfo.c: Likewise.
+	* signal/sysv_signal.c: Likewise.
+	* socket/accept.c: Likewise.
+	* socket/accept4.c: Likewise.
+	* socket/bind.c: Likewise.
+	* socket/connect.c: Likewise.
+	* socket/getpeername.c: Likewise.
+	* socket/getsockname.c: Likewise.
+	* socket/getsockopt.c: Likewise.
+	* socket/isfdtype.c: Likewise.
+	* socket/listen.c: Likewise.
+	* socket/recv.c: Likewise.
+	* socket/recvfrom.c: Likewise.
+	* socket/recvmsg.c: Likewise.
+	* socket/send.c: Likewise.
+	* socket/sendmsg.c: Likewise.
+	* socket/sendto.c: Likewise.
+	* socket/setsockopt.c: Likewise.
+	* socket/shutdown.c: Likewise.
+	* socket/sockatmark.c: Likewise.
+	* socket/socket.c: Likewise.
+	* socket/socketpair.c: Likewise.
+	* stdio-common/ctermid.c: Likewise.
+	* stdio-common/cuserid.c: Likewise.
+	* stdio-common/remove.c: Likewise.
+	* stdio-common/rename.c: Likewise.
+	* stdio-common/renameat.c: Likewise.
+	* stdio-common/tempname.c: Likewise.
+	* stdlib/getcontext.c: Likewise.
+	* stdlib/makecontext.c: Likewise.
+	* stdlib/setcontext.c: Likewise.
+	* stdlib/swapcontext.c: Likewise.
+	* stdlib/system.c: Likewise.
+	* streams/fattach.c: Likewise.
+	* streams/fdetach.c: Likewise.
+	* streams/getmsg.c: Likewise.
+	* streams/getpmsg.c: Likewise.
+	* streams/putmsg.c: Likewise.
+	* streams/putpmsg.c: Likewise.
+	* sysdeps/unix/bsd/getpt.c: Likewise.
+	* sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
+	* sysdeps/unix/sysv/linux/futimens.c: Likewise.
+	* sysdeps/unix/sysv/linux/lutimes.c: Likewise.
+	* sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
+	Likewise.
+	* sysdeps/unix/sysv/linux/readahead.c: Likewise.
+	* sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
+	* sysdeps/unix/sysv/linux/utimensat.c: Likewise.
+	* sysvipc/msgctl.c: Likewise.
+	* sysvipc/msgget.c: Likewise.
+	* sysvipc/msgrcv.c: Likewise.
+	* sysvipc/msgsnd.c: Likewise.
+	* sysvipc/semctl.c: Likewise.
+	* sysvipc/semget.c: Likewise.
+	* sysvipc/semop.c: Likewise.
+	* sysvipc/semtimedop.c: Likewise.
+	* sysvipc/shmat.c: Likewise.
+	* sysvipc/shmctl.c: Likewise.
+	* sysvipc/shmdt.c: Likewise.
+	* sysvipc/shmget.c: Likewise.
+	* termios/tcdrain.c: Likewise.
+	* termios/tcflow.c: Likewise.
+	* termios/tcflush.c: Likewise.
+	* termios/tcgetattr.c: Likewise.
+	* termios/tcgetpgrp.c: Likewise.
+	* termios/tcsendbrk.c: Likewise.
+	* termios/tcsetattr.c: Likewise.
+	* termios/tcsetpgrp.c: Likewise.
+	* time/adjtime.c: Likewise.
+	* time/clock.c: Likewise.
+	* time/getitimer.c: Likewise.
+	* time/gettimeofday.c: Likewise.
+	* time/setitimer.c: Likewise.
+	* time/settimeofday.c: Likewise.
+	* time/stime.c: Likewise.
+	* time/time.c: Likewise.
+
+2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
 
 	* sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
 	/usr/old/bin.
diff --git a/Makerules b/Makerules
index ebb9895..56dc60b 100644
--- a/Makerules
+++ b/Makerules
@@ -1310,9 +1310,7 @@ common-clean: common-mostlyclean
 	-rm -f $(gen-as-const-headers:%.sym=$(common-objpfx)%.h)
 
 # Produce a file `stubs' which contains `#define __stub_FUNCTION'
-# for each function which is a stub.  We grovel over all the .d files
-# looking for references to <stub-tag.h>.  Then we grovel over each
-# referenced source file to see what stub function it defines.
+# for each function which is a stub.
 
 ifdef objpfx
 .PHONY: stubs # The parent Makefile calls this target.
diff --git a/dirent/closedir.c b/dirent/closedir.c
index 745062b..63ce52c 100644
--- a/dirent/closedir.c
+++ b/dirent/closedir.c
@@ -31,4 +31,3 @@ __closedir (DIR *dirp)
 weak_alias (__closedir, closedir)
 
 stub_warning (closedir)
-#include <stub-tag.h>
diff --git a/dirent/dirfd.c b/dirent/dirfd.c
index 026421f..2cab938 100644
--- a/dirent/dirfd.c
+++ b/dirent/dirfd.c
@@ -29,4 +29,3 @@ dirfd (dirp)
 }
 
 stub_warning (dirfd)
-#include <stub-tag.h>
diff --git a/dirent/fdopendir.c b/dirent/fdopendir.c
index fd6e274..0894a08 100644
--- a/dirent/fdopendir.c
+++ b/dirent/fdopendir.c
@@ -31,4 +31,3 @@ __fdopendir (int fd)
 weak_alias (__fdopendir, fdopendir)
 
 stub_warning (fdopendir)
-#include <stub-tag.h>
diff --git a/dirent/getdents.c b/dirent/getdents.c
index a5277eb..3b52227 100644
--- a/dirent/getdents.c
+++ b/dirent/getdents.c
@@ -33,4 +33,3 @@ __getdirentries (fd, buf, nbytes, basep)
 weak_alias (__getdirentries, getdirentries)
 
 stub_warning (getdirentries)
-#include <stub-tag.h>
diff --git a/dirent/getdents64.c b/dirent/getdents64.c
index ce013ca..63b0435 100644
--- a/dirent/getdents64.c
+++ b/dirent/getdents64.c
@@ -32,4 +32,3 @@ getdirentries64 (fd, buf, nbytes, basep)
 }
 
 stub_warning (getdirentries64)
-#include <stub-tag.h>
diff --git a/dirent/opendir.c b/dirent/opendir.c
index ce7084c..beb9d10 100644
--- a/dirent/opendir.c
+++ b/dirent/opendir.c
@@ -38,4 +38,3 @@ __opendir (const char *name)
 weak_alias (__opendir, opendir)
 
 stub_warning (opendir)
-#include <stub-tag.h>
diff --git a/dirent/readdir.c b/dirent/readdir.c
index da4ecb4..5a7fa42 100644
--- a/dirent/readdir.c
+++ b/dirent/readdir.c
@@ -29,4 +29,3 @@ __readdir (DIR *dirp)
 weak_alias (__readdir, readdir)
 
 stub_warning (readdir)
-#include <stub-tag.h>
diff --git a/dirent/readdir64.c b/dirent/readdir64.c
index 8fb7bfc..484d983 100644
--- a/dirent/readdir64.c
+++ b/dirent/readdir64.c
@@ -28,4 +28,3 @@ __readdir64 (DIR *dirp)
 }
 weak_alias (__readdir64, readdir64)
 stub_warning (readdir64)
-#include <stub-tag.h>
diff --git a/dirent/readdir64_r.c b/dirent/readdir64_r.c
index 6b178d5..648d5ef 100644
--- a/dirent/readdir64_r.c
+++ b/dirent/readdir64_r.c
@@ -29,4 +29,3 @@ readdir64_r (DIR *dirp, struct dirent64 *entry, struct dirent64 **result)
   return -1;
 }
 stub_warning (readdir64_r)
-#include <stub-tag.h>
diff --git a/dirent/readdir_r.c b/dirent/readdir_r.c
index 115a3ce..3a2fa6e 100644
--- a/dirent/readdir_r.c
+++ b/dirent/readdir_r.c
@@ -31,4 +31,3 @@ __readdir_r (DIR *dirp, struct dirent *entry, struct dirent **result)
 weak_alias (__readdir_r, readdir_r)
 
 stub_warning (readdir_r)
-#include <stub-tag.h>
diff --git a/dirent/rewinddir.c b/dirent/rewinddir.c
index 5519e67..78e4d53 100644
--- a/dirent/rewinddir.c
+++ b/dirent/rewinddir.c
@@ -32,4 +32,3 @@ libc_hidden_def (rewinddir)
 
 
 stub_warning (rewinddir)
-#include <stub-tag.h>
diff --git a/dirent/seekdir.c b/dirent/seekdir.c
index a6e2685..a274bcd 100644
--- a/dirent/seekdir.c
+++ b/dirent/seekdir.c
@@ -37,4 +37,3 @@ seekdir (dirp, pos)
 
 
 stub_warning (seekdir)
-#include <stub-tag.h>
diff --git a/dirent/telldir.c b/dirent/telldir.c
index f255a0e..a00e750 100644
--- a/dirent/telldir.c
+++ b/dirent/telldir.c
@@ -37,4 +37,3 @@ telldir (dirp)
 
 
 stub_warning (telldir)
-#include <stub-tag.h>
diff --git a/gmon/profil.c b/gmon/profil.c
index 53c2263..a48ef71 100644
--- a/gmon/profil.c
+++ b/gmon/profil.c
@@ -38,4 +38,3 @@ __profil (u_short *sample_buffer, size_t size, size_t offset, u_int scale)
 }
 weak_alias (__profil, profil)
 stub_warning (profil)
-#include <stub-tag.h>
diff --git a/grp/setgroups.c b/grp/setgroups.c
index 7ef0da2..2de0c8f 100644
--- a/grp/setgroups.c
+++ b/grp/setgroups.c
@@ -31,4 +31,3 @@ setgroups (n, groups)
 libc_hidden_def (setgroups)
 
 stub_warning (setgroups)
-#include <stub-tag.h>
diff --git a/include/stub-tag.h b/include/stub-tag.h
deleted file mode 100644
index d4d10c8..0000000
--- a/include/stub-tag.h
+++ /dev/null
@@ -1,4 +0,0 @@
-/* This header is included into every file that declares a stub function.
-   It is obsolete now, but hasn't died to avoid removing all those
-   #include's.  Every such file should use the `stub_warning' macro for
-   each of its functions, and that is sufficient.  */
diff --git a/inet/if_index.c b/inet/if_index.c
index ba25ec6..3d70676 100644
--- a/inet/if_index.c
+++ b/inet/if_index.c
@@ -50,7 +50,6 @@ if_nameindex (void)
   return NULL;
 }
 stub_warning (if_nameindex)
-#include <stub-tag.h>
 
 #if 0
 void
diff --git a/io/access.c b/io/access.c
index b8f7300..9b82a99 100644
--- a/io/access.c
+++ b/io/access.c
@@ -37,4 +37,3 @@ __access (file, type)
 stub_warning (access)
 
 weak_alias (__access, access)
-#include <stub-tag.h>
diff --git a/io/chdir.c b/io/chdir.c
index 9f52097..251afd3 100644
--- a/io/chdir.c
+++ b/io/chdir.c
@@ -36,4 +36,3 @@ __chdir (path)
 stub_warning (chdir)
 
 weak_alias (__chdir, chdir)
-#include <stub-tag.h>
diff --git a/io/chmod.c b/io/chmod.c
index 7d45cc8..8e4be3d 100644
--- a/io/chmod.c
+++ b/io/chmod.c
@@ -38,4 +38,3 @@ __chmod (file, mode)
 stub_warning (chmod)
 
 weak_alias (__chmod, chmod)
-#include <stub-tag.h>
diff --git a/io/chown.c b/io/chown.c
index e91bd1b..45bd9e2 100644
--- a/io/chown.c
+++ b/io/chown.c
@@ -41,4 +41,3 @@ libc_hidden_def (__chown)
 stub_warning (chown)
 
 weak_alias (__chown, chown)
-#include <stub-tag.h>
diff --git a/io/close.c b/io/close.c
index 41c37d8..ce9276f 100644
--- a/io/close.c
+++ b/io/close.c
@@ -36,4 +36,3 @@ libc_hidden_def (__close)
 stub_warning (close)
 
 weak_alias (__close, close)
-#include <stub-tag.h>
diff --git a/io/dup.c b/io/dup.c
index d28e318..c659de3 100644
--- a/io/dup.c
+++ b/io/dup.c
@@ -30,4 +30,3 @@ __dup (fd)
 stub_warning (dup)
 
 weak_alias (__dup, dup)
-#include <stub-tag.h>
diff --git a/io/dup2.c b/io/dup2.c
index aeeebd5..a043af5 100644
--- a/io/dup2.c
+++ b/io/dup2.c
@@ -44,4 +44,3 @@ libc_hidden_def (__dup2)
 stub_warning (dup2)
 
 weak_alias (__dup2, dup2)
-#include <stub-tag.h>
diff --git a/io/dup3.c b/io/dup3.c
index 7e97bf7..4df7e9b 100644
--- a/io/dup3.c
+++ b/io/dup3.c
@@ -45,5 +45,3 @@ __dup3 (fd, fd2, flags)
 libc_hidden_def (__dup3)
 weak_alias (__dup3, dup3)
 stub_warning (dup3)
-
-#include <stub-tag.h>
diff --git a/io/euidaccess.c b/io/euidaccess.c
index 82ddd37..d71d221 100644
--- a/io/euidaccess.c
+++ b/io/euidaccess.c
@@ -38,4 +38,3 @@ weak_alias (__euidaccess, euidaccess)
 weak_alias (__euidaccess, eaccess)
 stub_warning (euidaccess)
 stub_warning (eaccess)
-#include <stub-tag.h>
diff --git a/io/faccessat.c b/io/faccessat.c
index 3e30dde..4e8e46c 100644
--- a/io/faccessat.c
+++ b/io/faccessat.c
@@ -46,5 +46,3 @@ faccessat (fd, file, type, flag)
   return -1;
 }
 stub_warning (faccessat)
-
-#include <stub-tag.h>
diff --git a/io/fchdir.c b/io/fchdir.c
index de4ebef..c7ce4a9 100644
--- a/io/fchdir.c
+++ b/io/fchdir.c
@@ -29,4 +29,3 @@ fchdir (fd)
 }
 
 stub_warning (fchdir)
-#include <stub-tag.h>
diff --git a/io/fchmod.c b/io/fchmod.c
index 89087b6..b5dc512 100644
--- a/io/fchmod.c
+++ b/io/fchmod.c
@@ -38,4 +38,3 @@ __fchmod (fd, mode)
 stub_warning (fchmod)
 
 weak_alias (__fchmod, fchmod)
-#include <stub-tag.h>
diff --git a/io/fchmodat.c b/io/fchmodat.c
index d171f36..1bbe63e 100644
--- a/io/fchmodat.c
+++ b/io/fchmodat.c
@@ -46,5 +46,3 @@ fchmodat (fd, file, mode, flag)
   return -1;
 }
 stub_warning (fchmodat)
-
-#include <stub-tag.h>
diff --git a/io/fchown.c b/io/fchown.c
index 5b15f90..c98b84e 100644
--- a/io/fchown.c
+++ b/io/fchown.c
@@ -39,4 +39,3 @@ __fchown (fd, owner, group)
 stub_warning (fchown)
 
 weak_alias (__fchown, fchown)
-#include <stub-tag.h>
diff --git a/io/fchownat.c b/io/fchownat.c
index c779f28..8f82ce6 100644
--- a/io/fchownat.c
+++ b/io/fchownat.c
@@ -46,5 +46,3 @@ fchownat (fd, file, owner, group, flag)
   return -1;
 }
 stub_warning (fchownat)
-
-#include <stub-tag.h>
diff --git a/io/fcntl.c b/io/fcntl.c
index 550eb11..766f605 100644
--- a/io/fcntl.c
+++ b/io/fcntl.c
@@ -37,4 +37,3 @@ libc_hidden_def (__fcntl)
 stub_warning (fcntl)
 
 weak_alias (__fcntl, fcntl)
-#include <stub-tag.h>
diff --git a/io/flock.c b/io/flock.c
index 6da0b6b..68f1b44 100644
--- a/io/flock.c
+++ b/io/flock.c
@@ -32,4 +32,3 @@ __flock (fd, operation)
 weak_alias (__flock, flock)
 
 stub_warning (flock)
-#include <stub-tag.h>
diff --git a/io/fstatfs.c b/io/fstatfs.c
index 9579fcc..1bca3d5 100644
--- a/io/fstatfs.c
+++ b/io/fstatfs.c
@@ -30,4 +30,3 @@ __fstatfs (int fd, struct statfs *buf)
 stub_warning (fstatfs)
 
 weak_alias (__fstatfs, fstatfs)
-#include <stub-tag.h>
diff --git a/io/fstatfs64.c b/io/fstatfs64.c
index 640be9f..031a81f 100644
--- a/io/fstatfs64.c
+++ b/io/fstatfs64.c
@@ -28,4 +28,3 @@ __fstatfs64 (int fd, struct statfs64 *buf)
 weak_alias (__fstatfs64, fstatfs64)
 
 stub_warning (fstatfs64)
-#include <stub-tag.h>
diff --git a/io/fstatvfs.c b/io/fstatvfs.c
index 4b64949..fd4936c 100644
--- a/io/fstatvfs.c
+++ b/io/fstatvfs.c
@@ -29,4 +29,3 @@ __fstatvfs (int fd, struct statvfs *buf)
 stub_warning (fstatvfs)
 weak_alias (__fstatvfs, fstatvfs)
 libc_hidden_weak (fstatvfs)
-#include <stub-tag.h>
diff --git a/io/fstatvfs64.c b/io/fstatvfs64.c
index 9eb62a3..a8374dd 100644
--- a/io/fstatvfs64.c
+++ b/io/fstatvfs64.c
@@ -28,4 +28,3 @@ __fstatvfs64 (int fd, struct statvfs64 *buf)
 weak_alias (__fstatvfs64, fstatvfs64)
 
 stub_warning (fstatvfs64)
-#include <stub-tag.h>
diff --git a/io/futimens.c b/io/futimens.c
index df3ddf3..b80de08 100644
--- a/io/futimens.c
+++ b/io/futimens.c
@@ -32,4 +32,3 @@ futimens (int fd, const struct timespec tsp[2])
   return -1;
 }
 stub_warning (futimens)
-#include <stub-tag.h>
diff --git a/io/fxstat.c b/io/fxstat.c
index 216a14c..50c0657 100644
--- a/io/fxstat.c
+++ b/io/fxstat.c
@@ -46,4 +46,3 @@ __fxstat (int vers, int fd, struct stat *buf)
 stub_warning (fstat)
 hidden_def (__fxstat)
 weak_alias (__fxstat, _fxstat)
-#include <stub-tag.h>
diff --git a/io/fxstat64.c b/io/fxstat64.c
index dd0c569..56755f8 100644
--- a/io/fxstat64.c
+++ b/io/fxstat64.c
@@ -45,4 +45,3 @@ __fxstat64 (int vers, int fd, struct stat64 *buf)
 }
 hidden_def (__fxstat64)
 stub_warning (fstat64)
-#include <stub-tag.h>
diff --git a/io/fxstatat.c b/io/fxstatat.c
index a6e79d0..fff4be2 100644
--- a/io/fxstatat.c
+++ b/io/fxstatat.c
@@ -46,4 +46,3 @@ __fxstatat (int vers, int fd, const char *filename, struct stat *buf, int flag)
 }
 libc_hidden_def (__fxstatat)
 stub_warning (fstatat)
-#include <stub-tag.h>
diff --git a/io/fxstatat64.c b/io/fxstatat64.c
index 950e267..43fd53e 100644
--- a/io/fxstatat64.c
+++ b/io/fxstatat64.c
@@ -47,4 +47,3 @@ __fxstatat64 (int vers, int fd, const char *filename, struct stat64 *buf,
 }
 libc_hidden_def (__fxstatat64)
 stub_warning (fstatat64)
-#include <stub-tag.h>
diff --git a/io/getcwd.c b/io/getcwd.c
index 5984a35..3aba719 100644
--- a/io/getcwd.c
+++ b/io/getcwd.c
@@ -36,4 +36,3 @@ weak_alias (__getcwd, getcwd)
 
 stub_warning (__getcwd)
 stub_warning (getcwd)
-#include <stub-tag.h>
diff --git a/io/isatty.c b/io/isatty.c
index f8e793b..eb53271 100644
--- a/io/isatty.c
+++ b/io/isatty.c
@@ -30,4 +30,3 @@ __isatty (fd)
 weak_alias (__isatty, isatty)
 
 stub_warning (isatty)
-#include <stub-tag.h>
diff --git a/io/lchmod.c b/io/lchmod.c
index 8d9b79f..5044f4c 100644
--- a/io/lchmod.c
+++ b/io/lchmod.c
@@ -29,4 +29,3 @@ lchmod (const char *file, mode_t mode)
 }
 
 stub_warning (lchmod)
-#include <stub-tag.h>
diff --git a/io/lchown.c b/io/lchown.c
index 7ecf334..682083c 100644
--- a/io/lchown.c
+++ b/io/lchown.c
@@ -39,4 +39,3 @@ __lchown (file, owner, group)
 stub_warning (lchown)
 
 weak_alias (__lchown, lchown)
-#include <stub-tag.h>
diff --git a/io/link.c b/io/link.c
index 3b03965..b43f5eb 100644
--- a/io/link.c
+++ b/io/link.c
@@ -38,4 +38,3 @@ __link (from, to)
 stub_warning (link)
 
 weak_alias (__link, link)
-#include <stub-tag.h>
diff --git a/io/linkat.c b/io/linkat.c
index 2fa8cde..6274d09 100644
--- a/io/linkat.c
+++ b/io/linkat.c
@@ -47,5 +47,3 @@ linkat (fromfd, from, tofd, to, flags)
   return -1;
 }
 stub_warning (linkat)
-
-#include <stub-tag.h>
diff --git a/io/lseek.c b/io/lseek.c
index 0729cb6..7fd6188 100644
--- a/io/lseek.c
+++ b/io/lseek.c
@@ -49,4 +49,3 @@ stub_warning (lseek)
 libc_hidden_def (__lseek)
 
 weak_alias (__lseek, lseek)
-#include <stub-tag.h>
diff --git a/io/lseek64.c b/io/lseek64.c
index acea3f3..21b853a 100644
--- a/io/lseek64.c
+++ b/io/lseek64.c
@@ -45,4 +45,3 @@ __libc_lseek64 (int fd, off64_t offset, int whence)
 weak_alias (__libc_lseek64, __lseek64)
 weak_alias (__libc_lseek64, lseek64)
 stub_warning (lseek64)
-#include <stub-tag.h>
diff --git a/io/lxstat64.c b/io/lxstat64.c
index 38d78a8..84993c2 100644
--- a/io/lxstat64.c
+++ b/io/lxstat64.c
@@ -35,4 +35,3 @@ __lxstat64 (int vers, const char *file, struct stat64 *buf)
 }
 hidden_def (__lxstat64)
 stub_warning (__lxstat64)
-#include <stub-tag.h>
diff --git a/io/mkdir.c b/io/mkdir.c
index ac95d36..39c3db1 100644
--- a/io/mkdir.c
+++ b/io/mkdir.c
@@ -39,4 +39,3 @@ __mkdir (path, mode)
 stub_warning (mkdir)
 
 weak_alias (__mkdir, mkdir)
-#include <stub-tag.h>
diff --git a/io/mkdirat.c b/io/mkdirat.c
index 04533fc..e8d10ae 100644
--- a/io/mkdirat.c
+++ b/io/mkdirat.c
@@ -53,5 +53,3 @@ mkdirat (fd, path, mode)
   return -1;
 }
 stub_warning (mkdirat)
-
-#include <stub-tag.h>
diff --git a/io/mkfifo.c b/io/mkfifo.c
index 1b55921..8fdd021 100644
--- a/io/mkfifo.c
+++ b/io/mkfifo.c
@@ -39,4 +39,3 @@ mkfifo (path, mode)
 
 
 stub_warning (mkfifo)
-#include <stub-tag.h>
diff --git a/io/mkfifoat.c b/io/mkfifoat.c
index 30cea31..850d567 100644
--- a/io/mkfifoat.c
+++ b/io/mkfifoat.c
@@ -56,4 +56,3 @@ mkfifoat (fd, path, mode)
 
 
 stub_warning (mkfifoat)
-#include <stub-tag.h>
diff --git a/io/open.c b/io/open.c
index b691120..a388b33 100644
--- a/io/open.c
+++ b/io/open.c
@@ -69,5 +69,3 @@ __open_2 (file, oflag)
   return __open (file, oflag);
 }
 stub_warning (__open_2)
-
-#include <stub-tag.h>
diff --git a/io/open64.c b/io/open64.c
index b4ce18d..704491d 100644
--- a/io/open64.c
+++ b/io/open64.c
@@ -66,5 +66,3 @@ __open64_2 (file, oflag)
   return __open64 (file, oflag);
 }
 stub_warning (__open64_2)
-
-#include <stub-tag.h>
diff --git a/io/openat.c b/io/openat.c
index b496539..efcbaa9 100644
--- a/io/openat.c
+++ b/io/openat.c
@@ -88,5 +88,3 @@ __openat_2 (fd, file, oflag)
   return __openat (fd, file, oflag);
 }
 stub_warning (__openat_2)
-
-#include <stub-tag.h>
diff --git a/io/openat64.c b/io/openat64.c
index 2071760..7de0e69 100644
--- a/io/openat64.c
+++ b/io/openat64.c
@@ -81,5 +81,3 @@ __openat64_2 (fd, file, oflag)
   return __openat64 (fd, file, oflag);
 }
 stub_warning (__openat_2)
-
-#include <stub-tag.h>
diff --git a/io/pipe.c b/io/pipe.c
index 07a37ae..1f1c03f 100644
--- a/io/pipe.c
+++ b/io/pipe.c
@@ -40,4 +40,3 @@ libc_hidden_def (__pipe)
 stub_warning (pipe)
 
 weak_alias (__pipe, pipe)
-#include <stub-tag.h>
diff --git a/io/pipe2.c b/io/pipe2.c
index 8a15e84..2478fc3 100644
--- a/io/pipe2.c
+++ b/io/pipe2.c
@@ -39,5 +39,3 @@ __pipe2 (pipedes, flags)
 }
 weak_alias (__pipe2, pipe2)
 stub_warning (pipe2)
-
-#include <stub-tag.h>
diff --git a/io/poll.c b/io/poll.c
index 15539ea..2dc7fc6 100644
--- a/io/poll.c
+++ b/io/poll.c
@@ -35,4 +35,3 @@ poll (fds, nfds, timeout)
 }
 
 stub_warning (poll)
-#include <stub-tag.h>
diff --git a/io/posix_fadvise.c b/io/posix_fadvise.c
index 3733601..70d0700 100644
--- a/io/posix_fadvise.c
+++ b/io/posix_fadvise.c
@@ -27,4 +27,3 @@ posix_fadvise (int fd, __off_t offset, __off_t len, int advise)
   return ENOSYS;
 }
 stub_warning (posix_fadvise)
-#include <stub-tag.h>
diff --git a/io/posix_fadvise64.c b/io/posix_fadvise64.c
index 645ed6c..3398c8e 100644
--- a/io/posix_fadvise64.c
+++ b/io/posix_fadvise64.c
@@ -27,4 +27,3 @@ posix_fadvise64 (int fd, __off64_t offset, __off64_t len, int advise)
   return ENOSYS;
 }
 stub_warning (posix_fadvise64)
-#include <stub-tag.h>
diff --git a/io/posix_fallocate.c b/io/posix_fallocate.c
index 3f8a3cb..d5138f0 100644
--- a/io/posix_fallocate.c
+++ b/io/posix_fallocate.c
@@ -27,4 +27,3 @@ posix_fallocate (int fd, __off_t offset, __off_t len)
   return -1;
 }
 stub_warning (posix_fallocate)
-#include <stub-tag.h>
diff --git a/io/posix_fallocate64.c b/io/posix_fallocate64.c
index 07b08ae..486646a 100644
--- a/io/posix_fallocate64.c
+++ b/io/posix_fallocate64.c
@@ -27,4 +27,3 @@ posix_fallocate64 (int fd, __off64_t offset, __off64_t len)
   return -1;
 }
 stub_warning (posix_fallocate64)
-#include <stub-tag.h>
diff --git a/io/read.c b/io/read.c
index 681f16e..f676d49 100644
--- a/io/read.c
+++ b/io/read.c
@@ -45,4 +45,3 @@ stub_warning (read)
 weak_alias (__libc_read, __read)
 libc_hidden_weak (__read)
 weak_alias (__libc_read, read)
-#include <stub-tag.h>
diff --git a/io/readlink.c b/io/readlink.c
index de4040b..4a1811b 100644
--- a/io/readlink.c
+++ b/io/readlink.c
@@ -33,4 +33,3 @@ __readlink (path, buf, len)
 stub_warning (readlink)
 
 weak_alias (__readlink, readlink)
-#include <stub-tag.h>
diff --git a/io/readlinkat.c b/io/readlinkat.c
index d4e6ba2..473f4e9 100644
--- a/io/readlinkat.c
+++ b/io/readlinkat.c
@@ -46,5 +46,3 @@ readlinkat (fd, path, buf, len)
 }
 stub_warning (readlinkat)
 libc_hidden_def (readlinkat)
-
-#include <stub-tag.h>
diff --git a/io/rmdir.c b/io/rmdir.c
index c244ecc..83c7636 100644
--- a/io/rmdir.c
+++ b/io/rmdir.c
@@ -37,4 +37,3 @@ __rmdir (path)
 stub_warning (rmdir)
 
 weak_alias (__rmdir, rmdir)
-#include <stub-tag.h>
diff --git a/io/sendfile.c b/io/sendfile.c
index 22222db..4823c80 100644
--- a/io/sendfile.c
+++ b/io/sendfile.c
@@ -28,5 +28,3 @@ sendfile (int out_fd, int in_fd, off_t *offset, size_t count)
   return -1;
 }
 stub_warning (sendfile)
-
-#include <stub-tag.h>
diff --git a/io/sendfile64.c b/io/sendfile64.c
index 05b13a3..8fddcc8 100644
--- a/io/sendfile64.c
+++ b/io/sendfile64.c
@@ -28,5 +28,3 @@ sendfile64 (int out_fd, int in_fd, off64_t *offset, size_t count)
   return -1;
 }
 stub_warning (sendfile64)
-
-#include <stub-tag.h>
diff --git a/io/statfs.c b/io/statfs.c
index 50cf3f3..0bb674a 100644
--- a/io/statfs.c
+++ b/io/statfs.c
@@ -31,4 +31,3 @@ libc_hidden_def (__statfs)
 weak_alias (__statfs, statfs)
 
 stub_warning (statfs)
-#include <stub-tag.h>
diff --git a/io/statfs64.c b/io/statfs64.c
index 1239495..a895d43 100644
--- a/io/statfs64.c
+++ b/io/statfs64.c
@@ -28,4 +28,3 @@ __statfs64 (const char *file, struct statfs64 *buf)
 weak_alias (__statfs64, statfs64)
 
 stub_warning (statfs64)
-#include <stub-tag.h>
diff --git a/io/statvfs.c b/io/statvfs.c
index b66d027..0ff847f 100644
--- a/io/statvfs.c
+++ b/io/statvfs.c
@@ -30,4 +30,3 @@ __statvfs (const char *file, struct statvfs *buf)
 weak_alias (__statvfs, statvfs)
 libc_hidden_weak (statvfs)
 stub_warning (statvfs)
-#include <stub-tag.h>
diff --git a/io/statvfs64.c b/io/statvfs64.c
index 1101acd..7e57bc7 100644
--- a/io/statvfs64.c
+++ b/io/statvfs64.c
@@ -28,4 +28,3 @@ __statvfs64 (const char *file, struct statvfs64 *buf)
 weak_alias (__statvfs64, statvfs64)
 
 stub_warning (statvfs64)
-#include <stub-tag.h>
diff --git a/io/symlink.c b/io/symlink.c
index 6e135d9..298854f 100644
--- a/io/symlink.c
+++ b/io/symlink.c
@@ -38,4 +38,3 @@ __symlink (from, to)
 stub_warning (symlink)
 
 weak_alias (__symlink, symlink)
-#include <stub-tag.h>
diff --git a/io/symlinkat.c b/io/symlinkat.c
index d5affb9..4937a2e 100644
--- a/io/symlinkat.c
+++ b/io/symlinkat.c
@@ -44,5 +44,3 @@ symlinkat (from, fd, to)
   return -1;
 }
 stub_warning (symlinkat)
-
-#include <stub-tag.h>
diff --git a/io/ttyname.c b/io/ttyname.c
index 5473b5e..8df1fd4 100644
--- a/io/ttyname.c
+++ b/io/ttyname.c
@@ -34,4 +34,3 @@ ttyname (fd)
 
 
 stub_warning (ttyname)
-#include <stub-tag.h>
diff --git a/io/ttyname_r.c b/io/ttyname_r.c
index 5acbbd5..6d7dfab 100644
--- a/io/ttyname_r.c
+++ b/io/ttyname_r.c
@@ -33,4 +33,3 @@ __ttyname_r (fd, buf, buflen)
 weak_alias (__ttyname_r, ttyname_r)
 
 stub_warning (ttyname_r)
-#include <stub-tag.h>
diff --git a/io/umask.c b/io/umask.c
index 1e71aae..07d7150 100644
--- a/io/umask.c
+++ b/io/umask.c
@@ -30,4 +30,3 @@ __umask (mask)
 stub_warning (umask)
 
 weak_alias (__umask, umask)
-#include <stub-tag.h>
diff --git a/io/unlink.c b/io/unlink.c
index 04d69f8..b7a6d7c 100644
--- a/io/unlink.c
+++ b/io/unlink.c
@@ -37,4 +37,3 @@ __unlink (name)
 stub_warning (unlink)
 
 weak_alias (__unlink, unlink)
-#include <stub-tag.h>
diff --git a/io/unlinkat.c b/io/unlinkat.c
index f059611..afa5053 100644
--- a/io/unlinkat.c
+++ b/io/unlinkat.c
@@ -44,5 +44,3 @@ unlinkat (fd, name, flag)
   return -1;
 }
 stub_warning (unlinkat)
-
-#include <stub-tag.h>
diff --git a/io/utime.c b/io/utime.c
index 865628f..7b30776 100644
--- a/io/utime.c
+++ b/io/utime.c
@@ -39,4 +39,3 @@ utime (file, times)
 libc_hidden_def (utime)
 
 stub_warning (utime)
-#include <stub-tag.h>
diff --git a/io/utimensat.c b/io/utimensat.c
index d103d45..b1d3b03 100644
--- a/io/utimensat.c
+++ b/io/utimensat.c
@@ -30,4 +30,3 @@ utimensat (int fd, const char *file, const struct timespec tsp[2],
   return -1;
 }
 stub_warning (utimensat)
-#include <stub-tag.h>
diff --git a/io/write.c b/io/write.c
index a5f907a..8c9523d 100644
--- a/io/write.c
+++ b/io/write.c
@@ -46,4 +46,3 @@ stub_warning (write)
 weak_alias (__libc_write, __write)
 libc_hidden_weak (__write)
 weak_alias (__libc_write, write)
-#include <stub-tag.h>
diff --git a/io/xmknod.c b/io/xmknod.c
index 78bbf5a..bea68e1 100644
--- a/io/xmknod.c
+++ b/io/xmknod.c
@@ -38,4 +38,3 @@ stub_warning (__xmknod)
 
 weak_alias (__xmknod, _xmknod)
 libc_hidden_def (__xmknod)
-#include <stub-tag.h>
diff --git a/io/xmknodat.c b/io/xmknodat.c
index a743cce..1be6ffa 100644
--- a/io/xmknodat.c
+++ b/io/xmknodat.c
@@ -60,4 +60,3 @@ __xmknodat (int vers, int fd, const char *path, mode_t mode, dev_t *dev)
 stub_warning (__xmknodat)
 
 libc_hidden_def (__xmknodat)
-#include <stub-tag.h>
diff --git a/io/xstat.c b/io/xstat.c
index 6871189..806604e 100644
--- a/io/xstat.c
+++ b/io/xstat.c
@@ -35,4 +35,3 @@ __xstat (int vers, const char *file, struct stat *buf)
 hidden_def (__xstat)
 stub_warning (stat)
 weak_alias (__xstat, _xstat)
-#include <stub-tag.h>
diff --git a/io/xstat64.c b/io/xstat64.c
index 9d15344..aad1352 100644
--- a/io/xstat64.c
+++ b/io/xstat64.c
@@ -34,4 +34,3 @@ __xstat64 (int vers, const char *file, struct stat64 *buf)
 }
 hidden_def (__xstat64)
 stub_warning (stat64)
-#include <stub-tag.h>
diff --git a/login/getpt.c b/login/getpt.c
index 34218a6..4b9b037 100644
--- a/login/getpt.c
+++ b/login/getpt.c
@@ -41,4 +41,3 @@ weak_alias (__posix_openpt, posix_openpt)
 
 stub_warning (getpt)
 stub_warning (posix_openpt)
-#include <stub-tag.h>
diff --git a/login/grantpt.c b/login/grantpt.c
index a076112..fd7ee6c 100644
--- a/login/grantpt.c
+++ b/login/grantpt.c
@@ -31,4 +31,3 @@ grantpt (fd)
 }
 
 stub_warning (grantpt)
-#include <stub-tag.h>
diff --git a/login/unlockpt.c b/login/unlockpt.c
index 1f3bf14..f00d88f 100644
--- a/login/unlockpt.c
+++ b/login/unlockpt.c
@@ -31,4 +31,3 @@ unlockpt (fd)
 }
 
 stub_warning (unlockpt)
-#include <stub-tag.h>
diff --git a/manual/maint.texi b/manual/maint.texi
index e6fedcf..0f4b959 100644
--- a/manual/maint.texi
+++ b/manual/maint.texi
@@ -247,8 +247,7 @@ particular machine or operating system.  Stub functions always return an
 error, and set @code{errno} to @code{ENOSYS} (Function not implemented).
 @xref{Error Reporting}.  If you define a stub function, you must place
 the statement @code{stub_warning(@var{function})}, where @var{function}
-is the name of your function, after its definition; also, you must
-include the file @code{<stub-tag.h>} into your file.  This causes the
+is the name of your function, after its definition.  This causes the
 function to be listed in the installed @code{<gnu/stubs.h>}, and
 makes GNU ld warn when the function is used.
 
diff --git a/math/e_acoshl.c b/math/e_acoshl.c
index 490fd10..cd426ed 100644
--- a/math/e_acoshl.c
+++ b/math/e_acoshl.c
@@ -12,4 +12,3 @@ __ieee754_acoshl (long double x)
 strong_alias (__ieee754_acoshl, __acoshl_finite)
 
 stub_warning (acoshl)
-#include <stub-tag.h>
diff --git a/math/e_acosl.c b/math/e_acosl.c
index 55d9ab0..e5b6971 100644
--- a/math/e_acosl.c
+++ b/math/e_acosl.c
@@ -12,4 +12,3 @@ __ieee754_acosl (long double x)
 strong_alias (__ieee754_acosl, __acosl_finite)
 
 stub_warning (acosl)
-#include <stub-tag.h>
diff --git a/math/e_asinl.c b/math/e_asinl.c
index 8e6c47e..d6a6d14 100644
--- a/math/e_asinl.c
+++ b/math/e_asinl.c
@@ -12,4 +12,3 @@ __ieee754_asinl (long double x)
 strong_alias (__ieee754_asinl, __asinl_finite)
 
 stub_warning (asinl)
-#include <stub-tag.h>
diff --git a/math/e_atan2l.c b/math/e_atan2l.c
index 8ca3762..2602c98 100644
--- a/math/e_atan2l.c
+++ b/math/e_atan2l.c
@@ -12,4 +12,3 @@ __ieee754_atan2l (long double x, long double y)
 strong_alias (__ieee754_atan2l, __atan2l_finite)
 
 stub_warning (atan2l)
-#include <stub-tag.h>
diff --git a/math/e_atanhl.c b/math/e_atanhl.c
index 26c52e7..a6cb507 100644
--- a/math/e_atanhl.c
+++ b/math/e_atanhl.c
@@ -12,4 +12,3 @@ __ieee754_atanhl (long double x)
 strong_alias (__ieee754_atanhl, __atanhl_finite)
 
 stub_warning (__ieee754_atanhl)
-#include <stub-tag.h>
diff --git a/math/e_coshl.c b/math/e_coshl.c
index 92bfd7a..8bf7b20 100644
--- a/math/e_coshl.c
+++ b/math/e_coshl.c
@@ -12,4 +12,3 @@ __ieee754_coshl (long double x)
 strong_alias (__ieee754_coshl, __coshl_finite)
 
 stub_warning (__ieee754_coshl)
-#include <stub-tag.h>
diff --git a/math/e_expl.c b/math/e_expl.c
index 5ba6eb5..407d818 100644
--- a/math/e_expl.c
+++ b/math/e_expl.c
@@ -12,4 +12,3 @@ __ieee754_expl (long double x)
 strong_alias (__ieee754_expl, __expl_finite)
 
 stub_warning (expl)
-#include <stub-tag.h>
diff --git a/math/e_fmodl.c b/math/e_fmodl.c
index dbd361e..61587e9 100644
--- a/math/e_fmodl.c
+++ b/math/e_fmodl.c
@@ -12,4 +12,3 @@ __ieee754_fmodl (long double x, long double y)
 strong_alias (__ieee754_fmodl, __fmodl_finite)
 
 stub_warning (fmodl)
-#include <stub-tag.h>
diff --git a/math/e_gammal_r.c b/math/e_gammal_r.c
index c0ae704..9dbce67 100644
--- a/math/e_gammal_r.c
+++ b/math/e_gammal_r.c
@@ -13,4 +13,3 @@ __ieee754_gammal_r (long double x, int *signgamp)
 strong_alias (__ieee754_gammal_r, __gammal_r_finite)
 
 stub_warning (__ieee754_gammal_r)
-#include <stub-tag.h>
diff --git a/math/e_hypotl.c b/math/e_hypotl.c
index 73bad62..6f3eb5f 100644
--- a/math/e_hypotl.c
+++ b/math/e_hypotl.c
@@ -12,4 +12,3 @@ __ieee754_hypotl (long double x, long double y)
 strong_alias (__ieee754_hypotl, __hypotl_finite)
 
 stub_warning (__ieee754_hypotl)
-#include <stub-tag.h>
diff --git a/math/e_j0l.c b/math/e_j0l.c
index eb01ba6..1451efd 100644
--- a/math/e_j0l.c
+++ b/math/e_j0l.c
@@ -24,4 +24,3 @@ __ieee754_y0l (long double x)
 strong_alias (__ieee754_y0l, __y0l_finite)
 
 stub_warning (y0l)
-#include <stub-tag.h>
diff --git a/math/e_j1l.c b/math/e_j1l.c
index 7701f49..6bb3017 100644
--- a/math/e_j1l.c
+++ b/math/e_j1l.c
@@ -24,4 +24,3 @@ __ieee754_y1l (long double x)
 strong_alias (__ieee754_y1l, __y1l_finite)
 
 stub_warning (y1l)
-#include <stub-tag.h>
diff --git a/math/e_jnl.c b/math/e_jnl.c
index 059b1db..d9fddd0 100644
--- a/math/e_jnl.c
+++ b/math/e_jnl.c
@@ -24,4 +24,3 @@ __ieee754_ynl (int n, long double x)
 strong_alias (__ieee754_ynl, __ynl_finite)
 
 stub_warning (ynl)
-#include <stub-tag.h>
diff --git a/math/e_lgammal_r.c b/math/e_lgammal_r.c
index 92e7700..3babf7f 100644
--- a/math/e_lgammal_r.c
+++ b/math/e_lgammal_r.c
@@ -15,4 +15,3 @@ strong_alias (__ieee754_lgammal_r, __lgammal_r_finite)
 
 stub_warning (lgammal)
 stub_warning (lgammal_r)
-#include <stub-tag.h>
diff --git a/math/e_log10l.c b/math/e_log10l.c
index 2c7ff72..c0b7dfd 100644
--- a/math/e_log10l.c
+++ b/math/e_log10l.c
@@ -12,4 +12,3 @@ __ieee754_log10l (long double x)
 strong_alias (__ieee754_log10l, __log10l_finite)
 
 stub_warning (log10l)
-#include <stub-tag.h>
diff --git a/math/e_log2l.c b/math/e_log2l.c
index 95929c3..af7d039 100644
--- a/math/e_log2l.c
+++ b/math/e_log2l.c
@@ -12,4 +12,3 @@ __ieee754_log2l (long double x)
 strong_alias (__ieee754_log2l, __log2l_finite)
 
 stub_warning (log2l)
-#include <stub-tag.h>
diff --git a/math/e_logl.c b/math/e_logl.c
index 95608ab..7a4ea1b 100644
--- a/math/e_logl.c
+++ b/math/e_logl.c
@@ -12,4 +12,3 @@ __ieee754_logl (long double x)
 strong_alias (__ieee754_logl, __logl_finite)
 
 stub_warning (logl)
-#include <stub-tag.h>
diff --git a/math/e_powl.c b/math/e_powl.c
index ab79b1a..1013e2a 100644
--- a/math/e_powl.c
+++ b/math/e_powl.c
@@ -12,4 +12,3 @@ __ieee754_powl (long double x, long double y)
 strong_alias (__ieee754_powl, __powl_finite)
 
 stub_warning (powl)
-#include <stub-tag.h>
diff --git a/math/e_rem_pio2l.c b/math/e_rem_pio2l.c
index 7fa515d..03ac2ef 100644
--- a/math/e_rem_pio2l.c
+++ b/math/e_rem_pio2l.c
@@ -12,4 +12,3 @@ __ieee754_rem_pio2l (long double x, long double *y)
 }
 
 stub_warning (__ieee754_rem_pio2l)
-#include <stub-tag.h>
diff --git a/math/e_sinhl.c b/math/e_sinhl.c
index fc756c9..4bc4ac9 100644
--- a/math/e_sinhl.c
+++ b/math/e_sinhl.c
@@ -12,4 +12,3 @@ __ieee754_sinhl (long double x)
 strong_alias (__ieee754_sinhl, __sinhl_finite)
 
 stub_warning (__ieee754_sinhl)
-#include <stub-tag.h>
diff --git a/math/e_sqrtl.c b/math/e_sqrtl.c
index af9c2b5..acbe74f 100644
--- a/math/e_sqrtl.c
+++ b/math/e_sqrtl.c
@@ -12,4 +12,3 @@ __ieee754_sqrtl (long double x)
 strong_alias (__ieee754_sqrtl, __sqrtl_finite)
 
 stub_warning (sqrtl)
-#include <stub-tag.h>
diff --git a/math/fclrexcpt.c b/math/fclrexcpt.c
index bbf1011..b38070d 100644
--- a/math/fclrexcpt.c
+++ b/math/fclrexcpt.c
@@ -34,4 +34,3 @@ libm_hidden_ver (__feclearexcept, feclearexcept)
 versioned_symbol (libm, __feclearexcept, feclearexcept, GLIBC_2_2);
 
 stub_warning (feclearexcept)
-#include <stub-tag.h>
diff --git a/math/fedisblxcpt.c b/math/fedisblxcpt.c
index f05c319..610f62d 100644
--- a/math/fedisblxcpt.c
+++ b/math/fedisblxcpt.c
@@ -26,4 +26,3 @@ fedisableexcept (int excepts)
   return -1;
 }
 stub_warning (fedisableexcept)
-#include <stub-tag.h>
diff --git a/math/feenablxcpt.c b/math/feenablxcpt.c
index 9db93c5..f05e1aa 100644
--- a/math/feenablxcpt.c
+++ b/math/feenablxcpt.c
@@ -26,4 +26,3 @@ feenableexcept (int excepts)
   return -1;
 }
 stub_warning (feenableexcept)
-#include <stub-tag.h>
diff --git a/math/fegetenv.c b/math/fegetenv.c
index 3166d72..f8fbdff 100644
--- a/math/fegetenv.c
+++ b/math/fegetenv.c
@@ -35,4 +35,3 @@ libm_hidden_ver (__fegetenv, fegetenv)
 versioned_symbol (libm, BP_SYM (__fegetenv), BP_SYM (fegetenv), GLIBC_2_2);
 
 stub_warning (fegetenv)
-#include <stub-tag.h>
diff --git a/math/fegetexcept.c b/math/fegetexcept.c
index 0ea5184..e55f22d 100644
--- a/math/fegetexcept.c
+++ b/math/fegetexcept.c
@@ -26,4 +26,3 @@ fegetexcept (void)
   return -1;
 }
 stub_warning (fegetexcept)
-#include <stub-tag.h>
diff --git a/math/fegetround.c b/math/fegetround.c
index 366ef23..9c5c408 100644
--- a/math/fegetround.c
+++ b/math/fegetround.c
@@ -25,4 +25,3 @@ fegetround (void)
   return 0;
 }
 stub_warning (fegetround)
-#include <stub-tag.h>
diff --git a/math/feholdexcpt.c b/math/feholdexcpt.c
index 9abfc6c..a3909bd 100644
--- a/math/feholdexcpt.c
+++ b/math/feholdexcpt.c
@@ -26,4 +26,3 @@ feholdexcept (fenv_t *envp)
 }
 libm_hidden_def (feholdexcept)
 stub_warning (feholdexcept)
-#include <stub-tag.h>
diff --git a/math/fesetenv.c b/math/fesetenv.c
index d285c92..c12d19f 100644
--- a/math/fesetenv.c
+++ b/math/fesetenv.c
@@ -34,4 +34,3 @@ libm_hidden_ver (__fesetenv, fesetenv)
 versioned_symbol (libm, __fesetenv, fesetenv, GLIBC_2_2);
 
 stub_warning (fesetenv)
-#include <stub-tag.h>
diff --git a/math/fesetround.c b/math/fesetround.c
index b70b531..9742033 100644
--- a/math/fesetround.c
+++ b/math/fesetround.c
@@ -26,4 +26,3 @@ fesetround (int round)
 }
 libm_hidden_def (fesetround)
 stub_warning (fesetround)
-#include <stub-tag.h>
diff --git a/math/feupdateenv.c b/math/feupdateenv.c
index 49674bc..c31f8ad 100644
--- a/math/feupdateenv.c
+++ b/math/feupdateenv.c
@@ -34,4 +34,3 @@ libm_hidden_ver (__feupdateenv, feupdateenv)
 versioned_symbol (libm, __feupdateenv, feupdateenv, GLIBC_2_2);
 
 stub_warning (feupdateenv)
-#include <stub-tag.h>
diff --git a/math/fgetexcptflg.c b/math/fgetexcptflg.c
index f079336..1b8a589 100644
--- a/math/fgetexcptflg.c
+++ b/math/fgetexcptflg.c
@@ -33,4 +33,3 @@ compat_symbol (libm, __old_fegetexceptflag, fegetexceptflag, GLIBC_2_1);
 versioned_symbol (libm, __fegetexceptflag, fegetexceptflag, GLIBC_2_2);
 
 stub_warning (fegetexceptflag)
-#include <stub-tag.h>
diff --git a/math/fraiseexcpt.c b/math/fraiseexcpt.c
index 83a488b..9b3fbfd 100644
--- a/math/fraiseexcpt.c
+++ b/math/fraiseexcpt.c
@@ -34,4 +34,3 @@ libm_hidden_ver (__feraiseexcept, feraiseexcept)
 versioned_symbol (libm, __feraiseexcept, feraiseexcept, GLIBC_2_2);
 
 stub_warning (feraiseexcept)
-#include <stub-tag.h>
diff --git a/math/fsetexcptflg.c b/math/fsetexcptflg.c
index 7d27d7f..a90f54e 100644
--- a/math/fsetexcptflg.c
+++ b/math/fsetexcptflg.c
@@ -33,4 +33,3 @@ compat_symbol (libm, __old_fesetexceptflag, fesetexceptflag, GLIBC_2_1);
 versioned_symbol (libm, __fesetexceptflag, fesetexceptflag, GLIBC_2_2);
 
 stub_warning (fesetexceptflag)
-#include <stub-tag.h>
diff --git a/math/ftestexcept.c b/math/ftestexcept.c
index c396002..bea48e3 100644
--- a/math/ftestexcept.c
+++ b/math/ftestexcept.c
@@ -26,4 +26,3 @@ fetestexcept (int excepts)
 }
 libm_hidden_def (fetestexcept)
 stub_warning (fetestexcept)
-#include <stub-tag.h>
diff --git a/math/k_cosl.c b/math/k_cosl.c
index bf3708b..6dc72b4 100644
--- a/math/k_cosl.c
+++ b/math/k_cosl.c
@@ -12,4 +12,3 @@ __kernel_cosl (long double x, long double y)
 }
 
 stub_warning (__kernel_cosl)
-#include <stub-tag.h>
diff --git a/math/k_rem_pio2l.c b/math/k_rem_pio2l.c
index 236eb30..01bf158 100644
--- a/math/k_rem_pio2l.c
+++ b/math/k_rem_pio2l.c
@@ -13,4 +13,3 @@ __kernel_rem_pio2l (long double *x, long double *y, int e0, int nx, int prec,
 }
 
 stub_warning (__kernel_rem_pio2l)
-#include <stub-tag.h>
diff --git a/math/k_sinl.c b/math/k_sinl.c
index e95c71c..0047942 100644
--- a/math/k_sinl.c
+++ b/math/k_sinl.c
@@ -12,4 +12,3 @@ __kernel_sinl (long double x, long double y, int iy)
 }
 
 stub_warning (__kernel_sinl)
-#include <stub-tag.h>
diff --git a/math/k_tanl.c b/math/k_tanl.c
index 891d3ab..8831f62 100644
--- a/math/k_tanl.c
+++ b/math/k_tanl.c
@@ -12,4 +12,3 @@ __kernel_tanl (long double x, long double y, int iy)
 }
 
 stub_warning (__kernel_tanl)
-#include <stub-tag.h>
diff --git a/math/s_asinhl.c b/math/s_asinhl.c
index 1d5cf47..8232fcd 100644
--- a/math/s_asinhl.c
+++ b/math/s_asinhl.c
@@ -12,4 +12,3 @@ __asinhl(long double x)
 
 weak_alias (__asinhl, asinhl)
 stub_warning (asinhl)
-#include <stub-tag.h>
diff --git a/math/s_atanl.c b/math/s_atanl.c
index d9a7eb6..2957d70 100644
--- a/math/s_atanl.c
+++ b/math/s_atanl.c
@@ -12,4 +12,3 @@ __atanl (long double x)
 weak_alias (__atanl, atanl)
 
 stub_warning (atanl)
-#include <stub-tag.h>
diff --git a/math/s_cbrtl.c b/math/s_cbrtl.c
index d668e37..803010b 100644
--- a/math/s_cbrtl.c
+++ b/math/s_cbrtl.c
@@ -12,4 +12,3 @@ __cbrtl(long double x)
 
 weak_alias (__cbrtl, cbrtl)
 stub_warning (cbrtl)
-#include <stub-tag.h>
diff --git a/math/s_erfl.c b/math/s_erfl.c
index f329d58..7ae25d6 100644
--- a/math/s_erfl.c
+++ b/math/s_erfl.c
@@ -23,4 +23,3 @@ __erfcl (long double x)
 weak_alias (__erfcl, erfcl)
 
 stub_warning (erfcl)
-#include <stub-tag.h>
diff --git a/math/s_expm1l.c b/math/s_expm1l.c
index b69d6ae..070d068 100644
--- a/math/s_expm1l.c
+++ b/math/s_expm1l.c
@@ -13,4 +13,3 @@ libm_hidden_def (__expm1l)
 weak_alias (__expm1l, expm1l)
 
 stub_warning (expm1l)
-#include <stub-tag.h>
diff --git a/math/s_log1pl.c b/math/s_log1pl.c
index e5db907..9e51ce2 100644
--- a/math/s_log1pl.c
+++ b/math/s_log1pl.c
@@ -12,4 +12,3 @@ __log1pl (long double x)
 weak_alias (__log1pl, log1pl)
 
 stub_warning (log1pl)
-#include <stub-tag.h>
diff --git a/math/s_tanhl.c b/math/s_tanhl.c
index bc9a2d7..ece9a4c 100644
--- a/math/s_tanhl.c
+++ b/math/s_tanhl.c
@@ -12,4 +12,3 @@ __tanhl(long double x)
 
 weak_alias (__tanhl, tanhl)
 stub_warning (tanhl)
-#include <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
 
 #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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
 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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
 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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
 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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
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 <stub-tag.h>
diff --git a/ports/ChangeLog.linux-generic b/ports/ChangeLog.linux-generic
index 0dfb840..d3f0e5b 100644
--- a/ports/ChangeLog.linux-generic
+++ b/ports/ChangeLog.linux-generic
@@ -1,3 +1,9 @@
+2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/generic/sysctl.c: Don't include
+	<stub-tag.h>.
+	* sysdeps/unix/sysv/linux/generic/ustat.c: Likewise.
+
 2012-10-27  Andreas Jaeger  <aj@suse.de>
 
 	* sysdeps/unix/sysv/linux/generic/bits/fcntl.h: (__O_LARGEFILE)
diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index 548d95e..3380b12 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,3 +1,8 @@
+2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Don't
+	include <stub-tag.h>.
+
 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/mips/fpu/fclrexcpt.c (feclearexcept): Add
diff --git a/ports/sysdeps/unix/sysv/linux/generic/sysctl.c b/ports/sysdeps/unix/sysv/linux/generic/sysctl.c
index 0bdb786..0212e1a 100644
--- a/ports/sysdeps/unix/sysv/linux/generic/sysctl.c
+++ b/ports/sysdeps/unix/sysv/linux/generic/sysctl.c
@@ -30,4 +30,3 @@ sysctl (int *name, int nlen, void *oldval, size_t *oldlenp,
   return -1;
 }
 stub_warning (sysctl)
-#include <stub-tag.h>
diff --git a/ports/sysdeps/unix/sysv/linux/generic/ustat.c b/ports/sysdeps/unix/sysv/linux/generic/ustat.c
index 7611e82..d6a2309 100644
--- a/ports/sysdeps/unix/sysv/linux/generic/ustat.c
+++ b/ports/sysdeps/unix/sysv/linux/generic/ustat.c
@@ -30,4 +30,3 @@ ustat (dev_t dev, struct ustat *ubuf)
   return -1;
 }
 stub_warning (ustat)
-#include <stub-tag.h>
diff --git a/ports/sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c b/ports/sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
index 2dc110b..1d345ef 100644
--- a/ports/sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
+++ b/ports/sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
@@ -54,6 +54,4 @@ sync_file_range (int fd, __off64_t from, __off64_t to, unsigned int flags)
   return -1;
 }
 stub_warning (sync_file_range)
-
-# include <stub-tag.h>
 #endif
diff --git a/posix/_exit.c b/posix/_exit.c
index a8f1b58..ef2b7d7 100644
--- a/posix/_exit.c
+++ b/posix/_exit.c
@@ -32,4 +32,3 @@ libc_hidden_def (_exit)
 weak_alias (_exit, _Exit)
 
 stub_warning (_exit)
-#include <stub-tag.h>
diff --git a/posix/alarm.c b/posix/alarm.c
index 0b01948..3fda9b0 100644
--- a/posix/alarm.c
+++ b/posix/alarm.c
@@ -35,4 +35,3 @@ alarm (seconds)
 libc_hidden_def (alarm)
 
 stub_warning (alarm)
-#include <stub-tag.h>
diff --git a/posix/execve.c b/posix/execve.c
index 63a234f..893cec2 100644
--- a/posix/execve.c
+++ b/posix/execve.c
@@ -40,4 +40,3 @@ __execve (path, argv, envp)
 stub_warning (execve)
 
 weak_alias (__execve, execve)
-#include <stub-tag.h>
diff --git a/posix/fexecve.c b/posix/fexecve.c
index c7b43c5..6a22a19 100644
--- a/posix/fexecve.c
+++ b/posix/fexecve.c
@@ -39,4 +39,3 @@ fexecve (fd, argv, envp)
 }
 
 stub_warning (fexecve)
-#include <stub-tag.h>
diff --git a/posix/fork.c b/posix/fork.c
index e499c11..08c69b6 100644
--- a/posix/fork.c
+++ b/posix/fork.c
@@ -32,4 +32,3 @@ libc_hidden_def (__fork)
 stub_warning (fork)
 
 weak_alias (__fork, fork)
-#include <stub-tag.h>
diff --git a/posix/fpathconf.c b/posix/fpathconf.c
index 07d8684..01a08ca 100644
--- a/posix/fpathconf.c
+++ b/posix/fpathconf.c
@@ -58,4 +58,3 @@ __fpathconf (fd, name)
 weak_alias (__fpathconf, fpathconf)
 
 stub_warning (fpathconf)
-#include <stub-tag.h>
diff --git a/posix/getaddrinfo.c b/posix/getaddrinfo.c
index b5e8362..bdb79c8 100644
--- a/posix/getaddrinfo.c
+++ b/posix/getaddrinfo.c
@@ -36,5 +36,3 @@ freeaddrinfo (struct addrinfo *ai)
 }
 stub_warning (freeaddrinfo)
 libc_hidden_def (freeaddrinfo)
-
-#include <stub-tag.h>
diff --git a/posix/getegid.c b/posix/getegid.c
index 482e434..6692bc0 100644
--- a/posix/getegid.c
+++ b/posix/getegid.c
@@ -28,4 +28,3 @@ __getegid ()
 stub_warning (getegid)
 
 weak_alias (__getegid, getegid)
-#include <stub-tag.h>
diff --git a/posix/geteuid.c b/posix/geteuid.c
index 5fc0ee5..eb59db3 100644
--- a/posix/geteuid.c
+++ b/posix/geteuid.c
@@ -29,4 +29,3 @@ __geteuid ()
 stub_warning (geteuid)
 
 weak_alias (__geteuid, geteuid)
-#include <stub-tag.h>
diff --git a/posix/getgid.c b/posix/getgid.c
index 6fa3d25..54c7d18 100644
--- a/posix/getgid.c
+++ b/posix/getgid.c
@@ -29,4 +29,3 @@ __getgid ()
 stub_warning (getgid)
 
 weak_alias (__getgid, getgid)
-#include <stub-tag.h>
diff --git a/posix/getgroups.c b/posix/getgroups.c
index e3910a8..eed9152 100644
--- a/posix/getgroups.c
+++ b/posix/getgroups.c
@@ -44,4 +44,3 @@ stub_warning (getgroups);
 #endif
 
 weak_alias (__getgroups, getgroups)
-#include <stub-tag.h>
diff --git a/posix/getlogin.c b/posix/getlogin.c
index beab0f0..58bc93f 100644
--- a/posix/getlogin.c
+++ b/posix/getlogin.c
@@ -29,4 +29,3 @@ getlogin (void)
 }
 
 stub_warning (getlogin)
-#include <stub-tag.h>
diff --git a/posix/getlogin_r.c b/posix/getlogin_r.c
index b3ddd56..7cd7be9 100644
--- a/posix/getlogin_r.c
+++ b/posix/getlogin_r.c
@@ -33,4 +33,3 @@ getlogin_r (name, name_len)
 libc_hidden_def (getlogin_r)
 
 stub_warning (getlogin_r)
-#include <stub-tag.h>
diff --git a/posix/getpgid.c b/posix/getpgid.c
index 198a313..fd1bc5a 100644
--- a/posix/getpgid.c
+++ b/posix/getpgid.c
@@ -29,4 +29,3 @@ libc_hidden_def (__getpgid)
 weak_alias (__getpgid, getpgid)
 
 stub_warning (getpgid)
-#include <stub-tag.h>
diff --git a/posix/getpid.c b/posix/getpid.c
index 301da5f..3c3bb6a 100644
--- a/posix/getpid.c
+++ b/posix/getpid.c
@@ -30,4 +30,3 @@ stub_warning (getpid)
 
 weak_alias (__getpid, getpid)
 libc_hidden_weak (getpid)
-#include <stub-tag.h>
diff --git a/posix/getppid.c b/posix/getppid.c
index 2650ed4..92c8b9b 100644
--- a/posix/getppid.c
+++ b/posix/getppid.c
@@ -29,4 +29,3 @@ __getppid ()
 stub_warning (getppid)
 
 weak_alias (__getppid, getppid)
-#include <stub-tag.h>
diff --git a/posix/getresgid.c b/posix/getresgid.c
index 7f5bdb3..0baec6a 100644
--- a/posix/getresgid.c
+++ b/posix/getresgid.c
@@ -31,4 +31,3 @@ libc_hidden_def (__getresgid)
 stub_warning (getresgid)
 
 weak_alias (__getresgid, getresgid)
-#include <stub-tag.h>
diff --git a/posix/getresuid.c b/posix/getresuid.c
index bf56fba..7da3173 100644
--- a/posix/getresuid.c
+++ b/posix/getresuid.c
@@ -31,4 +31,3 @@ libc_hidden_def (__getresuid)
 stub_warning (getresuid)
 
 weak_alias (__getresuid, getresuid)
-#include <stub-tag.h>
diff --git a/posix/getsid.c b/posix/getsid.c
index 6b4caf0..3283d8c 100644
--- a/posix/getsid.c
+++ b/posix/getsid.c
@@ -28,4 +28,3 @@ getsid (pid_t pid)
 }
 libc_hidden_def (getsid)
 stub_warning (getsid)
-#include <stub-tag.h>
diff --git a/posix/getuid.c b/posix/getuid.c
index d3ff49e..2afbe58 100644
--- a/posix/getuid.c
+++ b/posix/getuid.c
@@ -29,4 +29,3 @@ __getuid ()
 stub_warning (getuid)
 
 weak_alias (__getuid, getuid)
-#include <stub-tag.h>
diff --git a/posix/glob64.c b/posix/glob64.c
index e329270..2d98cd9 100644
--- a/posix/glob64.c
+++ b/posix/glob64.c
@@ -50,4 +50,3 @@ globfree64 (glob64_t *pglob)
 libc_hidden_def (globfree64)
 
 stub_warning (glob64)
-#include <stub-tag.h>
diff --git a/posix/nanosleep.c b/posix/nanosleep.c
index 2f44b16..b29e694 100644
--- a/posix/nanosleep.c
+++ b/posix/nanosleep.c
@@ -32,4 +32,3 @@ stub_warning (nanosleep)
 weak_alias (__libc_nanosleep, __nanosleep)
 libc_hidden_def (__nanosleep)
 weak_alias (__libc_nanosleep, nanosleep)
-#include <stub-tag.h>
diff --git a/posix/pathconf.c b/posix/pathconf.c
index e36ba62..6f48b0b 100644
--- a/posix/pathconf.c
+++ b/posix/pathconf.c
@@ -37,4 +37,3 @@ __pathconf (path, name)
 weak_alias (__pathconf, pathconf)
 
 stub_warning (pathconf)
-#include <stub-tag.h>
diff --git a/posix/pause.c b/posix/pause.c
index af239be..0950510 100644
--- a/posix/pause.c
+++ b/posix/pause.c
@@ -30,4 +30,3 @@ pause ()
 }
 
 stub_warning (pause)
-#include <stub-tag.h>
diff --git a/posix/posix_madvise.c b/posix/posix_madvise.c
index 271dd47..4b9cc1e 100644
--- a/posix/posix_madvise.c
+++ b/posix/posix_madvise.c
@@ -28,4 +28,3 @@ posix_madvise (__ptr_t addr, size_t len, int advice)
   return ENOSYS;
 }
 stub_warning (posix_madvise)
-#include <stub-tag.h>
diff --git a/posix/pread.c b/posix/pread.c
index bc81f1a..b62fd94 100644
--- a/posix/pread.c
+++ b/posix/pread.c
@@ -42,4 +42,3 @@ __libc_pread (int fd, void *buf, size_t nbytes, off_t offset)
 strong_alias (__libc_pread, __pread)
 weak_alias (__libc_pread, pread)
 stub_warning (pread)
-#include <stub-tag.h>
diff --git a/posix/pread64.c b/posix/pread64.c
index 18c4f02..f6b7a35 100644
--- a/posix/pread64.c
+++ b/posix/pread64.c
@@ -42,4 +42,3 @@ __libc_pread64 (int fd, void *buf, size_t nbytes, off64_t offset)
 strong_alias (__libc_pread64, __pread64)
 weak_alias (__libc_pread64, pread64)
 stub_warning (pread64)
-#include <stub-tag.h>
diff --git a/posix/pwrite.c b/posix/pwrite.c
index 0e8481d..43619ed 100644
--- a/posix/pwrite.c
+++ b/posix/pwrite.c
@@ -42,4 +42,3 @@ __libc_pwrite (int fd, const void *buf, size_t nbytes, off_t offset)
 strong_alias (__libc_pwrite, __pwrite)
 weak_alias (__libc_pwrite, pwrite)
 stub_warning (pwrite)
-#include <stub-tag.h>
diff --git a/posix/pwrite64.c b/posix/pwrite64.c
index c0dadfe..819cfd6 100644
--- a/posix/pwrite64.c
+++ b/posix/pwrite64.c
@@ -43,4 +43,3 @@ strong_alias (__libc_pwrite64, __pwrite64)
 libc_hidden_def (__pwrite64)
 weak_alias (__libc_pwrite64, pwrite64)
 stub_warning (pwrite64)
-#include <stub-tag.h>
diff --git a/posix/sched_getaffinity.c b/posix/sched_getaffinity.c
index da70878..8641b4e 100644
--- a/posix/sched_getaffinity.c
+++ b/posix/sched_getaffinity.c
@@ -31,4 +31,3 @@ sched_getaffinity (pid, cpusetsize, cpuset)
   return -1;
 }
 stub_warning (sched_getaffinity)
-#include <stub-tag.h>
diff --git a/posix/sched_getp.c b/posix/sched_getp.c
index 551d071..d6a7ac6 100644
--- a/posix/sched_getp.c
+++ b/posix/sched_getp.c
@@ -30,4 +30,3 @@ __sched_getparam (pid_t pid, struct sched_param *param)
 stub_warning (sched_getparam)
 
 weak_alias (__sched_getparam, sched_getparam)
-#include <stub-tag.h>
diff --git a/posix/sched_gets.c b/posix/sched_gets.c
index 874b171..dd3f51e 100644
--- a/posix/sched_gets.c
+++ b/posix/sched_gets.c
@@ -30,4 +30,3 @@ __sched_getscheduler (pid_t pid)
 stub_warning (sched_getscheduler)
 
 weak_alias (__sched_getscheduler, sched_getscheduler)
-#include <stub-tag.h>
diff --git a/posix/sched_primax.c b/posix/sched_primax.c
index 436e353..ef35e11 100644
--- a/posix/sched_primax.c
+++ b/posix/sched_primax.c
@@ -29,4 +29,3 @@ __sched_get_priority_max (int algorithm)
 stub_warning (sched_get_priority_max)
 
 weak_alias (__sched_get_priority_max, sched_get_priority_max)
-#include <stub-tag.h>
diff --git a/posix/sched_primin.c b/posix/sched_primin.c
index 411e8fb..cffa3f9 100644
--- a/posix/sched_primin.c
+++ b/posix/sched_primin.c
@@ -29,4 +29,3 @@ __sched_get_priority_min (int algorithm)
 stub_warning (sched_get_priority_min)
 
 weak_alias (__sched_get_priority_min, sched_get_priority_min)
-#include <stub-tag.h>
diff --git a/posix/sched_rr_gi.c b/posix/sched_rr_gi.c
index 8296222..3011050 100644
--- a/posix/sched_rr_gi.c
+++ b/posix/sched_rr_gi.c
@@ -30,4 +30,3 @@ __sched_rr_get_interval (pid_t pid, struct timespec *t)
 stub_warning (sched_rr_get_interval)
 
 weak_alias (__sched_rr_get_interval, sched_rr_get_interval)
-#include <stub-tag.h>
diff --git a/posix/sched_setaffinity.c b/posix/sched_setaffinity.c
index 9d0ac03..3cc9bb7 100644
--- a/posix/sched_setaffinity.c
+++ b/posix/sched_setaffinity.c
@@ -31,4 +31,3 @@ sched_setaffinity (pid, cpusetsize, cpuset)
   return -1;
 }
 stub_warning (sched_setaffinity)
-#include <stub-tag.h>
diff --git a/posix/sched_setp.c b/posix/sched_setp.c
index 4c8888c..90de454 100644
--- a/posix/sched_setp.c
+++ b/posix/sched_setp.c
@@ -30,4 +30,3 @@ __sched_setparam (pid_t pid, const struct sched_param *param)
 stub_warning (sched_setparam)
 
 weak_alias (__sched_setparam, sched_setparam)
-#include <stub-tag.h>
diff --git a/posix/sched_sets.c b/posix/sched_sets.c
index a52ae45..205471b 100644
--- a/posix/sched_sets.c
+++ b/posix/sched_sets.c
@@ -31,4 +31,3 @@ libc_hidden_def (__sched_setscheduler)
 stub_warning (sched_setscheduler)
 
 weak_alias (__sched_setscheduler, sched_setscheduler)
-#include <stub-tag.h>
diff --git a/posix/sched_yield.c b/posix/sched_yield.c
index 2335c85..2257eb3 100644
--- a/posix/sched_yield.c
+++ b/posix/sched_yield.c
@@ -30,4 +30,3 @@ stub_warning (sched_yield)
 libc_hidden_def (__sched_yield)
 
 weak_alias (__sched_yield, sched_yield)
-#include <stub-tag.h>
diff --git a/posix/setgid.c b/posix/setgid.c
index 82546f2..3e384ae 100644
--- a/posix/setgid.c
+++ b/posix/setgid.c
@@ -33,4 +33,3 @@ __setgid (gid)
 stub_warning (setgid)
 
 weak_alias (__setgid, setgid)
-#include <stub-tag.h>
diff --git a/posix/setlogin.c b/posix/setlogin.c
index fd09f51..8a8362b 100644
--- a/posix/setlogin.c
+++ b/posix/setlogin.c
@@ -28,4 +28,3 @@ setlogin (name)
 }
 
 stub_warning (setlogin)
-#include <stub-tag.h>
diff --git a/posix/setpgid.c b/posix/setpgid.c
index ad073f8..146fb74 100644
--- a/posix/setpgid.c
+++ b/posix/setpgid.c
@@ -33,4 +33,3 @@ libc_hidden_def (__setpgid)
 stub_warning (setpgid)
 
 weak_alias (__setpgid, setpgid)
-#include <stub-tag.h>
diff --git a/posix/setresgid.c b/posix/setresgid.c
index c4420d9..ba1cce4 100644
--- a/posix/setresgid.c
+++ b/posix/setresgid.c
@@ -31,4 +31,3 @@ libc_hidden_def (__setresgid)
 stub_warning (setresgid)
 
 weak_alias (__setresgid, setresgid)
-#include <stub-tag.h>
diff --git a/posix/setresuid.c b/posix/setresuid.c
index 1a33cac..edb99a9 100644
--- a/posix/setresuid.c
+++ b/posix/setresuid.c
@@ -31,4 +31,3 @@ libc_hidden_def (__setresuid)
 stub_warning (setresuid)
 
 weak_alias (__setresuid, setresuid)
-#include <stub-tag.h>
diff --git a/posix/setsid.c b/posix/setsid.c
index 879b0ca..a4f0525 100644
--- a/posix/setsid.c
+++ b/posix/setsid.c
@@ -31,4 +31,3 @@ __setsid ()
 stub_warning (setsid)
 
 weak_alias (__setsid, setsid)
-#include <stub-tag.h>
diff --git a/posix/setuid.c b/posix/setuid.c
index a421cb9..5892d23 100644
--- a/posix/setuid.c
+++ b/posix/setuid.c
@@ -33,4 +33,3 @@ __setuid (uid)
 stub_warning (setuid)
 
 weak_alias (__setuid, setuid)
-#include <stub-tag.h>
diff --git a/posix/sleep.c b/posix/sleep.c
index f5aa751..d7ca5f9 100644
--- a/posix/sleep.c
+++ b/posix/sleep.c
@@ -37,4 +37,3 @@ __sleep (seconds)
 weak_alias (__sleep, sleep)
 
 stub_warning (sleep)
-#include <stub-tag.h>
diff --git a/posix/spawni.c b/posix/spawni.c
index 4835c71..c8c6127 100644
--- a/posix/spawni.c
+++ b/posix/spawni.c
@@ -42,4 +42,3 @@ __spawni (pid_t *pid, const char *file,
 }
 
 stub_warning (__spawni)
-#include <stub-tag.h>
diff --git a/posix/sysconf.c b/posix/sysconf.c
index 331aa27..8428f79 100644
--- a/posix/sysconf.c
+++ b/posix/sysconf.c
@@ -279,4 +279,3 @@ weak_alias (__sysconf, sysconf)
 libc_hidden_def (__sysconf)
 
 stub_warning (sysconf)
-#include <stub-tag.h>
diff --git a/posix/times.c b/posix/times.c
index 5a47517..e6f6003 100644
--- a/posix/times.c
+++ b/posix/times.c
@@ -39,4 +39,3 @@ __times (buffer)
 stub_warning (times)
 
 weak_alias (__times, times)
-#include <stub-tag.h>
diff --git a/posix/wait.c b/posix/wait.c
index 5d6cbbf..1f78fa2 100644
--- a/posix/wait.c
+++ b/posix/wait.c
@@ -29,4 +29,3 @@ __wait (__WAIT_STATUS_DEFN stat_loc)
 stub_warning (wait)
 
 weak_alias (__wait, wait)
-#include <stub-tag.h>
diff --git a/posix/wait3.c b/posix/wait3.c
index 5491ddf..943ad4b 100644
--- a/posix/wait3.c
+++ b/posix/wait3.c
@@ -39,4 +39,3 @@ __wait3 (__WAIT_STATUS_DEFN stat_loc, int options, struct rusage *usage)
 stub_warning (wait3)
 
 weak_alias (__wait3, wait3)
-#include <stub-tag.h>
diff --git a/posix/wait4.c b/posix/wait4.c
index c53bba4..b805cb5 100644
--- a/posix/wait4.c
+++ b/posix/wait4.c
@@ -29,4 +29,3 @@ __wait4 (__pid_t pid, __WAIT_STATUS stat_loc, int options,
 stub_warning (wait4)
 
 weak_alias (__wait4, wait4)
-#include <stub-tag.h>
diff --git a/posix/waitpid.c b/posix/waitpid.c
index 20e6f68..4253e7b 100644
--- a/posix/waitpid.c
+++ b/posix/waitpid.c
@@ -49,4 +49,3 @@ libc_hidden_weak (__waitpid)
 weak_alias (__libc_waitpid, waitpid)
 
 stub_warning (waitpid)
-#include <stub-tag.h>
diff --git a/resolv/gai_sigqueue.c b/resolv/gai_sigqueue.c
index 22aff54..56f00b9 100644
--- a/resolv/gai_sigqueue.c
+++ b/resolv/gai_sigqueue.c
@@ -32,4 +32,3 @@ __gai_sigqueue (sig, val, caller_pid)
 }
 
 stub_warning (__gai_sigqueue)
-#include <stub-tag.h>
diff --git a/resource/getpriority.c b/resource/getpriority.c
index ae7521c..6809c5c 100644
--- a/resource/getpriority.c
+++ b/resource/getpriority.c
@@ -33,4 +33,3 @@ getpriority (which, who)
 libc_hidden_def (getpriority)
 
 stub_warning (getpriority)
-#include <stub-tag.h>
diff --git a/resource/getrlimit.c b/resource/getrlimit.c
index 2ba589c..544c155 100644
--- a/resource/getrlimit.c
+++ b/resource/getrlimit.c
@@ -30,4 +30,3 @@ __getrlimit (enum __rlimit_resource resource, struct rlimit *rlimits)
 weak_alias (__getrlimit, getrlimit)
 
 stub_warning (getrlimit)
-#include <stub-tag.h>
diff --git a/resource/getrusage.c b/resource/getrusage.c
index 9479758..93cf4c9 100644
--- a/resource/getrusage.c
+++ b/resource/getrusage.c
@@ -31,4 +31,3 @@ __getrusage (who, usage)
 stub_warning (getrusage)
 
 weak_alias (__getrusage, getrusage)
-#include <stub-tag.h>
diff --git a/resource/nice.c b/resource/nice.c
index 1e938cf..febf7c0 100644
--- a/resource/nice.c
+++ b/resource/nice.c
@@ -29,4 +29,3 @@ nice (incr)
 }
 
 stub_warning (nice)
-#include <stub-tag.h>
diff --git a/resource/setpriority.c b/resource/setpriority.c
index 8d68fdb..5a5b6cc 100644
--- a/resource/setpriority.c
+++ b/resource/setpriority.c
@@ -32,4 +32,3 @@ setpriority (which, who, prio)
 libc_hidden_def (setpriority)
 
 stub_warning (setpriority)
-#include <stub-tag.h>
diff --git a/resource/setrlimit.c b/resource/setrlimit.c
index 539cd6f..f92513b 100644
--- a/resource/setrlimit.c
+++ b/resource/setrlimit.c
@@ -33,4 +33,3 @@ setrlimit (resource, rlimits)
 
 
 stub_warning (setrlimit)
-#include <stub-tag.h>
diff --git a/resource/ulimit.c b/resource/ulimit.c
index 1ca2f2b..802136c 100644
--- a/resource/ulimit.c
+++ b/resource/ulimit.c
@@ -35,4 +35,3 @@ __ulimit (int cmd, ...)
 weak_alias (__ulimit, ulimit)
 
 stub_warning (ulimit)
-#include <stub-tag.h>
diff --git a/rt/aio_cancel.c b/rt/aio_cancel.c
index e6af7af..b7d36a2 100644
--- a/rt/aio_cancel.c
+++ b/rt/aio_cancel.c
@@ -40,4 +40,3 @@ weak_alias (aio_cancel, aio_cancel64)
 
 stub_warning (aio_cancel)
 stub_warning (aio_cancel64)
-#include <stub-tag.h>
diff --git a/rt/aio_fsync.c b/rt/aio_fsync.c
index 3893e07..0db17b4 100644
--- a/rt/aio_fsync.c
+++ b/rt/aio_fsync.c
@@ -47,4 +47,3 @@ weak_alias (aio_fsync, aio_fsync64)
 
 stub_warning (aio_fsync)
 stub_warning (aio_fsync64)
-#include <stub-tag.h>
diff --git a/rt/aio_read.c b/rt/aio_read.c
index 213a43c..57e4f78 100644
--- a/rt/aio_read.c
+++ b/rt/aio_read.c
@@ -32,4 +32,3 @@ aio_read (struct aiocb *aiocbp)
 }
 
 stub_warning (aio_read)
-#include <stub-tag.h>
diff --git a/rt/aio_sigqueue.c b/rt/aio_sigqueue.c
index c3d7adb..2843146 100644
--- a/rt/aio_sigqueue.c
+++ b/rt/aio_sigqueue.c
@@ -32,4 +32,3 @@ __aio_sigqueue (sig, val, caller_pid)
 }
 
 stub_warning (__aio_sigqueue)
-#include <stub-tag.h>
diff --git a/rt/aio_suspend.c b/rt/aio_suspend.c
index ce882fb..8453b8f 100644
--- a/rt/aio_suspend.c
+++ b/rt/aio_suspend.c
@@ -42,4 +42,3 @@ weak_alias (aio_suspend, aio_suspend64)
 
 stub_warning (aio_suspend)
 stub_warning (aio_suspend64)
-#include <stub-tag.h>
diff --git a/rt/aio_write.c b/rt/aio_write.c
index 398e9db..bd428ba 100644
--- a/rt/aio_write.c
+++ b/rt/aio_write.c
@@ -32,4 +32,3 @@ aio_write (struct aiocb *aiocbp)
 }
 
 stub_warning (aio_write)
-#include <stub-tag.h>
diff --git a/rt/clock_getres.c b/rt/clock_getres.c
index 162c8a5..dfd4d76 100644
--- a/rt/clock_getres.c
+++ b/rt/clock_getres.c
@@ -28,4 +28,3 @@ clock_getres (clockid_t clock_id, struct timespec *res)
 }
 strong_alias (clock_getres, __clock_getres)
 stub_warning (clock_getres)
-#include <stub-tag.h>
diff --git a/rt/clock_gettime.c b/rt/clock_gettime.c
index 5139e87..7456bdf 100644
--- a/rt/clock_gettime.c
+++ b/rt/clock_gettime.c
@@ -28,4 +28,3 @@ clock_gettime (clockid_t clock_id, struct timespec *tp)
 }
 strong_alias (clock_gettime, __clock_gettime)
 stub_warning (clock_gettime)
-#include <stub-tag.h>
diff --git a/rt/clock_nanosleep.c b/rt/clock_nanosleep.c
index d9a0e92..d4946a5 100644
--- a/rt/clock_nanosleep.c
+++ b/rt/clock_nanosleep.c
@@ -35,4 +35,3 @@ clock_nanosleep (clockid_t clock_id, int flags, const struct timespec *req,
 }
 strong_alias (clock_nanosleep, __clock_nanosleep)
 stub_warning (clock_nanosleep)
-#include <stub-tag.h>
diff --git a/rt/clock_settime.c b/rt/clock_settime.c
index 6f7cdd6..72d81cb 100644
--- a/rt/clock_settime.c
+++ b/rt/clock_settime.c
@@ -28,4 +28,3 @@ clock_settime (clockid_t clock_id, const struct timespec *tp)
 }
 strong_alias (clock_settime, __clock_settime)
 stub_warning (clock_settime)
-#include <stub-tag.h>
diff --git a/rt/lio_listio.c b/rt/lio_listio.c
index 867a20e..a807c47 100644
--- a/rt/lio_listio.c
+++ b/rt/lio_listio.c
@@ -38,4 +38,3 @@ lio_listio (int mode,
 }
 
 stub_warning (lio_listio)
-#include <stub-tag.h>
diff --git a/rt/mq_close.c b/rt/mq_close.c
index 9c5f9bf..1a3c06f 100644
--- a/rt/mq_close.c
+++ b/rt/mq_close.c
@@ -27,4 +27,3 @@ mq_close (mqd_t mqdes)
   return -1;
 }
 stub_warning (mq_close)
-#include <stub-tag.h>
diff --git a/rt/mq_getattr.c b/rt/mq_getattr.c
index 3c35fdd..d37328f 100644
--- a/rt/mq_getattr.c
+++ b/rt/mq_getattr.c
@@ -26,4 +26,3 @@ mq_getattr (mqd_t mqdes, struct mq_attr *mqstat)
   return -1;
 }
 stub_warning (mq_getattr)
-#include <stub-tag.h>
diff --git a/rt/mq_notify.c b/rt/mq_notify.c
index 7b89a65..8241b41 100644
--- a/rt/mq_notify.c
+++ b/rt/mq_notify.c
@@ -27,4 +27,3 @@ mq_notify (mqd_t mqdes, const struct sigevent *notification)
   return -1;
 }
 stub_warning (mq_notify)
-#include <stub-tag.h>
diff --git a/rt/mq_open.c b/rt/mq_open.c
index d7986fb..af67ef5 100644
--- a/rt/mq_open.c
+++ b/rt/mq_open.c
@@ -44,4 +44,3 @@ __mq_open_2 (const char *name, int oflag)
   return __mq_open (name, oflag);
 }
 stub_warning (__mq_open_2)
-#include <stub-tag.h>
diff --git a/rt/mq_receive.c b/rt/mq_receive.c
index c72802f..e764800 100644
--- a/rt/mq_receive.c
+++ b/rt/mq_receive.c
@@ -28,4 +28,3 @@ mq_receive (mqd_t mqdes, char *msg_ptr, size_t msg_len,
   return -1;
 }
 stub_warning (mq_receive)
-#include <stub-tag.h>
diff --git a/rt/mq_send.c b/rt/mq_send.c
index 748ee41..591782f 100644
--- a/rt/mq_send.c
+++ b/rt/mq_send.c
@@ -27,4 +27,3 @@ mq_send (mqd_t mqdes, const char *msg_ptr, size_t msg_len,
   return -1;
 }
 stub_warning (mq_send)
-#include <stub-tag.h>
diff --git a/rt/mq_setattr.c b/rt/mq_setattr.c
index 58a1e34..658d423 100644
--- a/rt/mq_setattr.c
+++ b/rt/mq_setattr.c
@@ -29,4 +29,3 @@ mq_setattr (mqd_t mqdes, const struct mq_attr *__restrict mqstat,
 }
 hidden_def (mq_setattr)
 stub_warning (mq_setattr)
-#include <stub-tag.h>
diff --git a/rt/mq_timedreceive.c b/rt/mq_timedreceive.c
index 6c3188a..652d4ec 100644
--- a/rt/mq_timedreceive.c
+++ b/rt/mq_timedreceive.c
@@ -30,4 +30,3 @@ mq_timedreceive (mqd_t mqdes, char *__restrict msg_ptr, size_t msg_len,
 }
 hidden_def (mq_timedreceive)
 stub_warning (mq_timedreceive)
-#include <stub-tag.h>
diff --git a/rt/mq_timedsend.c b/rt/mq_timedsend.c
index a3590c3..65ef634 100644
--- a/rt/mq_timedsend.c
+++ b/rt/mq_timedsend.c
@@ -29,4 +29,3 @@ mq_timedsend (mqd_t mqdes, const char *msg_ptr, size_t msg_len,
 }
 hidden_def (mq_timedsend)
 stub_warning (mq_timedsend)
-#include <stub-tag.h>
diff --git a/rt/mq_unlink.c b/rt/mq_unlink.c
index f9f9733..92f484a 100644
--- a/rt/mq_unlink.c
+++ b/rt/mq_unlink.c
@@ -26,4 +26,3 @@ mq_unlink (const char *name)
   return -1;
 }
 stub_warning (mq_unlink)
-#include <stub-tag.h>
diff --git a/rt/shm_open.c b/rt/shm_open.c
index 03a67e8..8b45e1e 100644
--- a/rt/shm_open.c
+++ b/rt/shm_open.c
@@ -26,5 +26,3 @@ shm_open (const char *name, int oflag, mode_t mode)
   return -1;
 }
 stub_warning (shm_open)
-
-#include <stub-tag.h>
diff --git a/rt/shm_unlink.c b/rt/shm_unlink.c
index 4183577..d0cfa05 100644
--- a/rt/shm_unlink.c
+++ b/rt/shm_unlink.c
@@ -26,5 +26,3 @@ shm_unlink (const char *name)
   return -1;
 }
 stub_warning (shm_unlink)
-
-#include <stub-tag.h>
diff --git a/rt/timer_create.c b/rt/timer_create.c
index d595d6e..ff28e72 100644
--- a/rt/timer_create.c
+++ b/rt/timer_create.c
@@ -26,4 +26,3 @@ timer_create (clockid_t clock_id, struct sigevent *evp, timer_t *timerid)
   return -1;
 }
 stub_warning (timer_create)
-#include <stub-tag.h>
diff --git a/rt/timer_delete.c b/rt/timer_delete.c
index 80fb3fc..cf2c9b6 100644
--- a/rt/timer_delete.c
+++ b/rt/timer_delete.c
@@ -26,4 +26,3 @@ timer_delete (timer_t timerid)
   return -1;
 }
 stub_warning (timer_delete)
-#include <stub-tag.h>
diff --git a/rt/timer_getoverr.c b/rt/timer_getoverr.c
index 1338de7..bea366d 100644
--- a/rt/timer_getoverr.c
+++ b/rt/timer_getoverr.c
@@ -26,4 +26,3 @@ timer_getoverrun (timer_t timerid)
   return -1;
 }
 stub_warning (timer_getoverrun)
-#include <stub-tag.h>
diff --git a/rt/timer_gettime.c b/rt/timer_gettime.c
index 0510731..2f1eef0 100644
--- a/rt/timer_gettime.c
+++ b/rt/timer_gettime.c
@@ -26,4 +26,3 @@ timer_gettime (timer_t timerid, struct itimerspec *value)
   return -1;
 }
 stub_warning (timer_gettime)
-#include <stub-tag.h>
diff --git a/rt/timer_settime.c b/rt/timer_settime.c
index 0c5090c..549dc15 100644
--- a/rt/timer_settime.c
+++ b/rt/timer_settime.c
@@ -27,4 +27,3 @@ timer_settime (timer_t timerid, int flags, const struct itimerspec *value,
   return -1;
 }
 stub_warning (timer_settime)
-#include <stub-tag.h>
diff --git a/setjmp/__longjmp.c b/setjmp/__longjmp.c
index 6a5780a..43cd13b 100644
--- a/setjmp/__longjmp.c
+++ b/setjmp/__longjmp.c
@@ -32,4 +32,3 @@ __longjmp (__jmp_buf env, int val)
 }
 
 stub_warning (longjmp)
-#include <stub-tag.h>
diff --git a/setjmp/setjmp.c b/setjmp/setjmp.c
index 11a4fea..c3de551 100644
--- a/setjmp/setjmp.c
+++ b/setjmp/setjmp.c
@@ -33,4 +33,3 @@ __libc_sigsetjmp (jmp_buf env, int savemask)
 
 weak_alias (__libc_sigsetjmp, __sigsetjmp)
 stub_warning (__sigsetjmp)
-#include <stub-tag.h>
diff --git a/signal/kill.c b/signal/kill.c
index 3e99181..da6b49f 100644
--- a/signal/kill.c
+++ b/signal/kill.c
@@ -33,4 +33,3 @@ __kill (pid, sig)
 stub_warning (kill)
 
 weak_alias (__kill, kill)
-#include <stub-tag.h>
diff --git a/signal/killpg.c b/signal/killpg.c
index a2beea9..36bc5ba 100644
--- a/signal/killpg.c
+++ b/signal/killpg.c
@@ -32,4 +32,3 @@ killpg (pgrp, sig)
 }
 
 stub_warning (killpg)
-#include <stub-tag.h>
diff --git a/signal/raise.c b/signal/raise.c
index aa98a1a..d8d0914 100644
--- a/signal/raise.c
+++ b/signal/raise.c
@@ -30,4 +30,3 @@ weak_alias (raise, gsignal)
 
 stub_warning (raise)
 stub_warning (gsignal)
-#include <stub-tag.h>
diff --git a/signal/sigaction.c b/signal/sigaction.c
index 2ca3150..743724d 100644
--- a/signal/sigaction.c
+++ b/signal/sigaction.c
@@ -40,4 +40,3 @@ libc_hidden_def (__sigaction)
 stub_warning (sigaction)
 
 weak_alias (__sigaction, sigaction)
-#include <stub-tag.h>
diff --git a/signal/sigaltstack.c b/signal/sigaltstack.c
index ce51979..a540aed 100644
--- a/signal/sigaltstack.c
+++ b/signal/sigaltstack.c
@@ -30,4 +30,3 @@ sigaltstack (ss, oss)
 }
 
 stub_warning (sigaltstack)
-#include <stub-tag.h>
diff --git a/signal/sigblock.c b/signal/sigblock.c
index 9b5c442..7294629 100644
--- a/signal/sigblock.c
+++ b/signal/sigblock.c
@@ -29,4 +29,3 @@ __sigblock (mask)
 stub_warning (sigblock)
 
 weak_alias (__sigblock, sigblock)
-#include <stub-tag.h>
diff --git a/signal/sigignore.c b/signal/sigignore.c
index d0320e8..637dc94 100644
--- a/signal/sigignore.c
+++ b/signal/sigignore.c
@@ -29,4 +29,3 @@ sigignore (sig)
 }
 
 stub_warning (sigignore)
-#include <stub-tag.h>
diff --git a/signal/sigintr.c b/signal/sigintr.c
index 231ef4d..4495950 100644
--- a/signal/sigintr.c
+++ b/signal/sigintr.c
@@ -31,4 +31,3 @@ siginterrupt (sig, interrupt)
 }
 
 stub_warning (siginterrupt)
-#include <stub-tag.h>
diff --git a/signal/signal.c b/signal/signal.c
index 4cc4734..bc78d6f 100644
--- a/signal/signal.c
+++ b/signal/signal.c
@@ -34,4 +34,3 @@ weak_alias (signal, ssignal)
 
 stub_warning (signal)
 stub_warning (ssignal)
-#include <stub-tag.h>
diff --git a/signal/sigpause.c b/signal/sigpause.c
index a7b5cd4..78e61fc 100644
--- a/signal/sigpause.c
+++ b/signal/sigpause.c
@@ -40,7 +40,6 @@ __default_sigpause (int mask)
 }
 weak_alias (__default_sigpause, sigpause)
 stub_warning (sigpause)
-#include <stub-tag.h>
 
 
 int
diff --git a/signal/sigpending.c b/signal/sigpending.c
index 480455a..7b48bfe 100644
--- a/signal/sigpending.c
+++ b/signal/sigpending.c
@@ -36,4 +36,3 @@ sigpending (set)
 }
 
 stub_warning (sigpending)
-#include <stub-tag.h>
diff --git a/signal/sigqueue.c b/signal/sigqueue.c
index 6cfab4f..48aae58 100644
--- a/signal/sigqueue.c
+++ b/signal/sigqueue.c
@@ -29,4 +29,3 @@ __sigqueue (pid_t pid, int sig, const union sigval val)
 weak_alias (__sigqueue, sigqueue)
 
 stub_warning (sigqueue)
-#include <stub-tag.h>
diff --git a/signal/sigreturn.c b/signal/sigreturn.c
index a650786..901404c 100644
--- a/signal/sigreturn.c
+++ b/signal/sigreturn.c
@@ -28,4 +28,3 @@ __sigreturn (context)
 stub_warning (sigreturn)
 
 weak_alias (__sigreturn, sigreturn)
-#include <stub-tag.h>
diff --git a/signal/sigset.c b/signal/sigset.c
index 7ad11da..a87cbce 100644
--- a/signal/sigset.c
+++ b/signal/sigset.c
@@ -30,4 +30,3 @@ sigset (sig, disp)
 }
 
 stub_warning (sigset)
-#include <stub-tag.h>
diff --git a/signal/sigsetmask.c b/signal/sigsetmask.c
index f3b90de..495f30e 100644
--- a/signal/sigsetmask.c
+++ b/signal/sigsetmask.c
@@ -28,4 +28,3 @@ __sigsetmask (mask)
 stub_warning (sigsetmask)
 
 weak_alias (__sigsetmask, sigsetmask)
-#include <stub-tag.h>
diff --git a/signal/sigstack.c b/signal/sigstack.c
index 1164933..9b6f2b1 100644
--- a/signal/sigstack.c
+++ b/signal/sigstack.c
@@ -30,4 +30,3 @@ sigstack (ss, oss)
 }
 
 stub_warning (sigstack)
-#include <stub-tag.h>
diff --git a/signal/sigsuspend.c b/signal/sigsuspend.c
index 560daaa..35be5c6 100644
--- a/signal/sigsuspend.c
+++ b/signal/sigsuspend.c
@@ -33,4 +33,3 @@ weak_alias (__sigsuspend, sigsuspend)
 
 stub_warning (sigsuspend)
 stub_warning (__sigsuspend)
-#include <stub-tag.h>
diff --git a/signal/sigtimedwait.c b/signal/sigtimedwait.c
index b5e334c..96bbc6c 100644
--- a/signal/sigtimedwait.c
+++ b/signal/sigtimedwait.c
@@ -30,4 +30,3 @@ libc_hidden_def (__sigtimedwait)
 weak_alias (__sigtimedwait, sigtimedwait)
 
 stub_warning (sigtimedwait)
-#include <stub-tag.h>
diff --git a/signal/sigvec.c b/signal/sigvec.c
index a8fb46b..e44daf1 100644
--- a/signal/sigvec.c
+++ b/signal/sigvec.c
@@ -35,4 +35,3 @@ __sigvec (sig, vec, ovec)
 stub_warning (sigvec)
 
 weak_alias (__sigvec, sigvec)
-#include <stub-tag.h>
diff --git a/signal/sigwait.c b/signal/sigwait.c
index 4226f66..2782015 100644
--- a/signal/sigwait.c
+++ b/signal/sigwait.c
@@ -28,4 +28,3 @@ __sigwait (const sigset_t *set, int *sig)
 weak_alias (__sigwait, sigwait)
 
 stub_warning (sigwait)
-#include <stub-tag.h>
diff --git a/signal/sigwaitinfo.c b/signal/sigwaitinfo.c
index 19b8c02..a266b36 100644
--- a/signal/sigwaitinfo.c
+++ b/signal/sigwaitinfo.c
@@ -29,4 +29,3 @@ libc_hidden_def (__sigwaitinfo)
 weak_alias (__sigwaitinfo, sigwaitinfo)
 
 stub_warning (sigwaitinfo)
-#include <stub-tag.h>
diff --git a/signal/sysv_signal.c b/signal/sysv_signal.c
index 574b94e..aaf940b 100644
--- a/signal/sysv_signal.c
+++ b/signal/sysv_signal.c
@@ -39,4 +39,3 @@ __sysv_signal (sig, handler)
 weak_alias (__sysv_signal, sysv_signal)
 
 stub_warning (sysv_signal)
-#include <stub-tag.h>
diff --git a/socket/accept.c b/socket/accept.c
index b9df1ac..c183795 100644
--- a/socket/accept.c
+++ b/socket/accept.c
@@ -36,4 +36,3 @@ libc_hidden_def (accept)
 
 
 stub_warning (accept)
-#include <stub-tag.h>
diff --git a/socket/accept4.c b/socket/accept4.c
index fad2cc6..d65482c 100644
--- a/socket/accept4.c
+++ b/socket/accept4.c
@@ -38,4 +38,3 @@ weak_alias (__libc_accept4, accept4)
 
 
 stub_warning (accept4)
-#include <stub-tag.h>
diff --git a/socket/bind.c b/socket/bind.c
index e87351d..a1d6fc6 100644
--- a/socket/bind.c
+++ b/socket/bind.c
@@ -32,4 +32,3 @@ __bind (fd, addr, len)
 weak_alias (__bind, bind)
 
 stub_warning (bind)
-#include <stub-tag.h>
diff --git a/socket/connect.c b/socket/connect.c
index 79f5cd8..4f421f8 100644
--- a/socket/connect.c
+++ b/socket/connect.c
@@ -35,4 +35,3 @@ weak_alias (__connect, connect)
 libc_hidden_def (__connect)
 
 stub_warning (connect)
-#include <stub-tag.h>
diff --git a/socket/getpeername.c b/socket/getpeername.c
index 9562814..72e4423 100644
--- a/socket/getpeername.c
+++ b/socket/getpeername.c
@@ -32,4 +32,3 @@ getpeername (fd, addr, len)
 
 
 stub_warning (getpeername)
-#include <stub-tag.h>
diff --git a/socket/getsockname.c b/socket/getsockname.c
index 03d9765..14df9bc 100644
--- a/socket/getsockname.c
+++ b/socket/getsockname.c
@@ -32,4 +32,3 @@ __getsockname (fd, addr, len)
 weak_alias (__getsockname, getsockname)
 
 stub_warning (getsockname)
-#include <stub-tag.h>
diff --git a/socket/getsockopt.c b/socket/getsockopt.c
index 661bcf3..f172f20 100644
--- a/socket/getsockopt.c
+++ b/socket/getsockopt.c
@@ -34,4 +34,3 @@ getsockopt (fd, level, optname, optval, optlen)
 }
 
 stub_warning (getsockopt)
-#include <stub-tag.h>
diff --git a/socket/isfdtype.c b/socket/isfdtype.c
index 188d516..012b0ff 100644
--- a/socket/isfdtype.c
+++ b/socket/isfdtype.c
@@ -27,4 +27,3 @@ isfdtype (int fildes, int fdtype)
   return -1;
 }
 stub_warning (isfdtype)
-#include <stub-tag.h>
diff --git a/socket/listen.c b/socket/listen.c
index 0c1af82..f657d87 100644
--- a/socket/listen.c
+++ b/socket/listen.c
@@ -33,4 +33,3 @@ __listen (fd, n)
 weak_alias (__listen, listen)
 
 stub_warning (listen)
-#include <stub-tag.h>
diff --git a/socket/recv.c b/socket/recv.c
index 43fdcfc..6efeb4d 100644
--- a/socket/recv.c
+++ b/socket/recv.c
@@ -33,4 +33,3 @@ __recv (fd, buf, n, flags)
 weak_alias (__recv, recv)
 
 stub_warning (recv)
-#include <stub-tag.h>
diff --git a/socket/recvfrom.c b/socket/recvfrom.c
index 654d2e9..b99774f 100644
--- a/socket/recvfrom.c
+++ b/socket/recvfrom.c
@@ -37,4 +37,3 @@ __recvfrom (fd, buf, n, flags, addr, addr_len)
 weak_alias (__recvfrom, recvfrom)
 
 stub_warning (recvfrom)
-#include <stub-tag.h>
diff --git a/socket/recvmsg.c b/socket/recvmsg.c
index 7cd6ff3..0afcc0f 100644
--- a/socket/recvmsg.c
+++ b/socket/recvmsg.c
@@ -33,4 +33,3 @@ __recvmsg (fd, message, flags)
 weak_alias (__recvmsg, recvmsg)
 
 stub_warning (recvmsg)
-#include <stub-tag.h>
diff --git a/socket/send.c b/socket/send.c
index 2b87bae..1f5220d 100644
--- a/socket/send.c
+++ b/socket/send.c
@@ -33,4 +33,3 @@ libc_hidden_def (__send)
 weak_alias (__send, send)
 
 stub_warning (send)
-#include <stub-tag.h>
diff --git a/socket/sendmsg.c b/socket/sendmsg.c
index 249bb5a..8fce470 100644
--- a/socket/sendmsg.c
+++ b/socket/sendmsg.c
@@ -33,4 +33,3 @@ __sendmsg (fd, message, flags)
 weak_alias (__sendmsg, sendmsg)
 
 stub_warning (sendmsg)
-#include <stub-tag.h>
diff --git a/socket/sendto.c b/socket/sendto.c
index 040caf8..ae06a54 100644
--- a/socket/sendto.c
+++ b/socket/sendto.c
@@ -36,4 +36,3 @@ __sendto (fd, buf, n, flags, addr, addr_len)
 weak_alias (__sendto, sendto)
 
 stub_warning (sendto)
-#include <stub-tag.h>
diff --git a/socket/setsockopt.c b/socket/setsockopt.c
index 21824f6..9e1e7a3 100644
--- a/socket/setsockopt.c
+++ b/socket/setsockopt.c
@@ -36,4 +36,3 @@ __setsockopt (fd, level, optname, optval, optlen)
 weak_alias (__setsockopt, setsockopt)
 
 stub_warning (setsockopt)
-#include <stub-tag.h>
diff --git a/socket/shutdown.c b/socket/shutdown.c
index 8ce992c..5c35cc3 100644
--- a/socket/shutdown.c
+++ b/socket/shutdown.c
@@ -35,4 +35,3 @@ shutdown (fd, how)
 
 
 stub_warning (shutdown)
-#include <stub-tag.h>
diff --git a/socket/sockatmark.c b/socket/sockatmark.c
index dd11b42..7970961 100644
--- a/socket/sockatmark.c
+++ b/socket/sockatmark.c
@@ -29,4 +29,3 @@ sockatmark (fd)
 
 
 stub_warning (sockatmark)
-#include <stub-tag.h>
diff --git a/socket/socket.c b/socket/socket.c
index 273924a..8cb014e 100644
--- a/socket/socket.c
+++ b/socket/socket.c
@@ -34,4 +34,3 @@ __socket (domain, type, protocol)
 
 weak_alias (__socket, socket)
 stub_warning (socket)
-#include <stub-tag.h>
diff --git a/socket/socketpair.c b/socket/socketpair.c
index 7933d44..0316748 100644
--- a/socket/socketpair.c
+++ b/socket/socketpair.c
@@ -35,4 +35,3 @@ socketpair (domain, type, protocol, fds)
 
 
 stub_warning (socketpair)
-#include <stub-tag.h>
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>
diff --git a/stdlib/getcontext.c b/stdlib/getcontext.c
index aa65e5e..b197438 100644
--- a/stdlib/getcontext.c
+++ b/stdlib/getcontext.c
@@ -28,4 +28,3 @@ getcontext (ucp)
 
 
 stub_warning (getcontext)
-#include <stub-tag.h>
diff --git a/stdlib/makecontext.c b/stdlib/makecontext.c
index 1f08b18..71fad95 100644
--- a/stdlib/makecontext.c
+++ b/stdlib/makecontext.c
@@ -26,4 +26,3 @@ makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...)
 
 
 stub_warning (makecontext)
-#include <stub-tag.h>
diff --git a/stdlib/setcontext.c b/stdlib/setcontext.c
index 6a7517c..470f238 100644
--- a/stdlib/setcontext.c
+++ b/stdlib/setcontext.c
@@ -28,4 +28,3 @@ setcontext (ucp)
 
 
 stub_warning (setcontext)
-#include <stub-tag.h>
diff --git a/stdlib/swapcontext.c b/stdlib/swapcontext.c
index 275bc65..ee3acb4 100644
--- a/stdlib/swapcontext.c
+++ b/stdlib/swapcontext.c
@@ -29,4 +29,3 @@ swapcontext (oucp, ucp)
 
 
 stub_warning (swapcontext)
-#include <stub-tag.h>
diff --git a/stdlib/system.c b/stdlib/system.c
index b2f7d6d..9bc7e82 100644
--- a/stdlib/system.c
+++ b/stdlib/system.c
@@ -34,4 +34,3 @@ weak_alias (__libc_system, system)
 
 
 stub_warning (system)
-#include <stub-tag.h>
diff --git a/streams/fattach.c b/streams/fattach.c
index 22e36df..9c84127 100644
--- a/streams/fattach.c
+++ b/streams/fattach.c
@@ -29,4 +29,3 @@ fattach (fildes, path)
 
 
 stub_warning (fattach)
-#include <stub-tag.h>
diff --git a/streams/fdetach.c b/streams/fdetach.c
index 9c872ca..0463736 100644
--- a/streams/fdetach.c
+++ b/streams/fdetach.c
@@ -28,4 +28,3 @@ fdetach (path)
 
 
 stub_warning (fdetach)
-#include <stub-tag.h>
diff --git a/streams/getmsg.c b/streams/getmsg.c
index 20c32aa..2da0ab6 100644
--- a/streams/getmsg.c
+++ b/streams/getmsg.c
@@ -31,4 +31,3 @@ getmsg (fildes, ctlptr, dataptr, flagsp)
 
 
 stub_warning (getmsg)
-#include <stub-tag.h>
diff --git a/streams/getpmsg.c b/streams/getpmsg.c
index 7d97f5c..acb25b5 100644
--- a/streams/getpmsg.c
+++ b/streams/getpmsg.c
@@ -32,4 +32,3 @@ getpmsg (fildes, ctlptr, dataptr, bandp, flagsp)
 
 
 stub_warning (getpmsg)
-#include <stub-tag.h>
diff --git a/streams/putmsg.c b/streams/putmsg.c
index 80f9f0b..2d776bc 100644
--- a/streams/putmsg.c
+++ b/streams/putmsg.c
@@ -31,4 +31,3 @@ putmsg (fildes, ctlptr, dataptr, flags)
 
 
 stub_warning (putmsg)
-#include <stub-tag.h>
diff --git a/streams/putpmsg.c b/streams/putpmsg.c
index b85e142..c2fa820 100644
--- a/streams/putpmsg.c
+++ b/streams/putpmsg.c
@@ -32,4 +32,3 @@ putpmsg (fildes, ctlptr, dataptr, band, flags)
 
 
 stub_warning (putpmsg)
-#include <stub-tag.h>
diff --git a/sysdeps/unix/Makefile b/sysdeps/unix/Makefile
index dda3a3e..c5eb87e 100644
--- a/sysdeps/unix/Makefile
+++ b/sysdeps/unix/Makefile
@@ -64,7 +64,6 @@ $(objpfx)stub-syscalls.c: $(common-objpfx)sysd-syscalls \
 	      echo "stub_warning ($$call)"; \
 	      echo "weak_alias (_no_syscall, __GI_$$call)" ;; \
 	   esac; \
-	 echo '#include <stub-tag.h>'; \
 	 done) > $@T
 	mv -f $@T $@
 generated += stub-syscalls.c
diff --git a/sysdeps/unix/bsd/getpt.c b/sysdeps/unix/bsd/getpt.c
index 2c566cb..5573bab 100644
--- a/sysdeps/unix/bsd/getpt.c
+++ b/sysdeps/unix/bsd/getpt.c
@@ -88,5 +88,4 @@ __posix_openpt (int oflag)
 weak_alias (__posix_openpt, posix_openpt)
 
 stub_warning (posix_openpt)
-# include <stub-tag.h>
 #endif
diff --git a/sysdeps/unix/sysv/linux/epoll_pwait.c b/sysdeps/unix/sysv/linux/epoll_pwait.c
index 70756e8..7bea455 100644
--- a/sysdeps/unix/sysv/linux/epoll_pwait.c
+++ b/sysdeps/unix/sysv/linux/epoll_pwait.c
@@ -64,7 +64,6 @@ int epoll_pwait (int epfd, struct epoll_event *events,
 }
 stub_warning (epoll_pwait)
 
-# include <stub-tag.h>
 #endif
 
 libc_hidden_def (epoll_pwait)
diff --git a/sysdeps/unix/sysv/linux/futimens.c b/sysdeps/unix/sysv/linux/futimens.c
index f586b80..c4469fc 100644
--- a/sysdeps/unix/sysv/linux/futimens.c
+++ b/sysdeps/unix/sysv/linux/futimens.c
@@ -45,5 +45,4 @@ futimens (int fd, const struct timespec tsp[2])
 }
 #ifndef __NR_utimensat
 stub_warning (futimens)
-# include <stub-tag.h>
 #endif
diff --git a/sysdeps/unix/sysv/linux/lutimes.c b/sysdeps/unix/sysv/linux/lutimes.c
index c266232..7e05a72 100644
--- a/sysdeps/unix/sysv/linux/lutimes.c
+++ b/sysdeps/unix/sysv/linux/lutimes.c
@@ -54,5 +54,4 @@ lutimes (const char *file, const struct timeval tvp[2])
 
 #ifndef __NR_utimensat
 stub_warning (lutimes)
-# include <stub-tag.h>
 #endif
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c b/sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c
index f17a494..f4a49c5 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c
@@ -48,6 +48,4 @@ sync_file_range (int fd, __off64_t from, __off64_t to, unsigned int flags)
   return -1;
 }
 stub_warning (sync_file_range)
-
-# include <stub-tag.h>
 #endif
diff --git a/sysdeps/unix/sysv/linux/readahead.c b/sysdeps/unix/sysv/linux/readahead.c
index e7d0c11..4399367 100644
--- a/sysdeps/unix/sysv/linux/readahead.c
+++ b/sysdeps/unix/sysv/linux/readahead.c
@@ -42,8 +42,6 @@ __readahead (int fd, off64_t offset, size_t count)
   return -1;
 }
 stub_warning (readahead)
-
-# include <stub-tag.h>
 #endif
 
 weak_alias (__readahead, readahead)
diff --git a/sysdeps/unix/sysv/linux/sync_file_range.c b/sysdeps/unix/sysv/linux/sync_file_range.c
index a778529..551e900 100644
--- a/sysdeps/unix/sysv/linux/sync_file_range.c
+++ b/sysdeps/unix/sysv/linux/sync_file_range.c
@@ -74,6 +74,4 @@ sync_file_range (int fd, __off64_t from, __off64_t to, unsigned int flags)
   return -1;
 }
 stub_warning (sync_file_range)
-
-# include <stub-tag.h>
 #endif
diff --git a/sysdeps/unix/sysv/linux/utimensat.c b/sysdeps/unix/sysv/linux/utimensat.c
index f52e615..fc1d362 100644
--- a/sysdeps/unix/sysv/linux/utimensat.c
+++ b/sysdeps/unix/sysv/linux/utimensat.c
@@ -45,5 +45,4 @@ utimensat (int fd, const char *file, const struct timespec tsp[2],
 }
 #ifndef __NR_utimensat
 stub_warning (utimensat)
-# include <stub-tag.h>
 #endif
diff --git a/sysvipc/msgctl.c b/sysvipc/msgctl.c
index 02c06f7..16a4f95 100644
--- a/sysvipc/msgctl.c
+++ b/sysvipc/msgctl.c
@@ -33,4 +33,3 @@ msgctl (msqid, cmd, buf)
 }
 
 stub_warning (msgctl)
-#include <stub-tag.h>
diff --git a/sysvipc/msgget.c b/sysvipc/msgget.c
index 2d8a938..859c445 100644
--- a/sysvipc/msgget.c
+++ b/sysvipc/msgget.c
@@ -32,4 +32,3 @@ msgget (key, msgflg)
 }
 
 stub_warning (msgget)
-#include <stub-tag.h>
diff --git a/sysvipc/msgrcv.c b/sysvipc/msgrcv.c
index a3135fb..d49a6a7 100644
--- a/sysvipc/msgrcv.c
+++ b/sysvipc/msgrcv.c
@@ -38,4 +38,3 @@ msgrcv (msqid, msgp, msgsz, msgtyp, msgflg)
 }
 
 stub_warning (msgrcv)
-#include <stub-tag.h>
diff --git a/sysvipc/msgsnd.c b/sysvipc/msgsnd.c
index a6f8aed..cf067fa 100644
--- a/sysvipc/msgsnd.c
+++ b/sysvipc/msgsnd.c
@@ -37,4 +37,3 @@ msgsnd (msqid, msgp, msgsz, msgflg)
 }
 
 stub_warning (msgsnd)
-#include <stub-tag.h>
diff --git a/sysvipc/semctl.c b/sysvipc/semctl.c
index 8e27a41..f5e69f4 100644
--- a/sysvipc/semctl.c
+++ b/sysvipc/semctl.c
@@ -30,4 +30,3 @@ semctl (int semid, int semnum, int cmd, ...)
 }
 
 stub_warning (semctl)
-#include <stub-tag.h>
diff --git a/sysvipc/semget.c b/sysvipc/semget.c
index 8e3f0b5..dbac3a3 100644
--- a/sysvipc/semget.c
+++ b/sysvipc/semget.c
@@ -33,4 +33,3 @@ semget (key, nsems, semflg)
 }
 
 stub_warning (semget)
-#include <stub-tag.h>
diff --git a/sysvipc/semop.c b/sysvipc/semop.c
index ea557cf..298c8c0 100644
--- a/sysvipc/semop.c
+++ b/sysvipc/semop.c
@@ -32,4 +32,3 @@ semop (semid, sops, nsops)
 }
 
 stub_warning (semop)
-#include <stub-tag.h>
diff --git a/sysvipc/semtimedop.c b/sysvipc/semtimedop.c
index 7fe1cce..e7c631a 100644
--- a/sysvipc/semtimedop.c
+++ b/sysvipc/semtimedop.c
@@ -33,4 +33,3 @@ semtimedop (semid, sops, nsops, timeout)
 }
 
 stub_warning (semtimedop)
-#include <stub-tag.h>
diff --git a/sysvipc/shmat.c b/sysvipc/shmat.c
index 178f194..bcd3176 100644
--- a/sysvipc/shmat.c
+++ b/sysvipc/shmat.c
@@ -34,4 +34,3 @@ shmat (shmid, shmaddr, shmflg)
 }
 
 stub_warning (shmat)
-#include <stub-tag.h>
diff --git a/sysvipc/shmctl.c b/sysvipc/shmctl.c
index 7c69f53..9ffec7d 100644
--- a/sysvipc/shmctl.c
+++ b/sysvipc/shmctl.c
@@ -32,4 +32,3 @@ shmctl (shmid, cmd, buf)
 }
 
 stub_warning (shmctl)
-#include <stub-tag.h>
diff --git a/sysvipc/shmdt.c b/sysvipc/shmdt.c
index e1da7f7..8a40046 100644
--- a/sysvipc/shmdt.c
+++ b/sysvipc/shmdt.c
@@ -31,4 +31,3 @@ shmdt (shmaddr)
 }
 
 stub_warning (shmdt)
-#include <stub-tag.h>
diff --git a/sysvipc/shmget.c b/sysvipc/shmget.c
index 9bf190f..650603b 100644
--- a/sysvipc/shmget.c
+++ b/sysvipc/shmget.c
@@ -33,4 +33,3 @@ shmget (key, size, shmflg)
 }
 
 stub_warning (shmget)
-#include <stub-tag.h>
diff --git a/termios/tcdrain.c b/termios/tcdrain.c
index ced692d..0cc7b0e 100644
--- a/termios/tcdrain.c
+++ b/termios/tcdrain.c
@@ -35,4 +35,3 @@ weak_alias (__libc_tcdrain, tcdrain)
 
 
 stub_warning (tcdrain)
-#include <stub-tag.h>
diff --git a/termios/tcflow.c b/termios/tcflow.c
index b94e967..8b064ea 100644
--- a/termios/tcflow.c
+++ b/termios/tcflow.c
@@ -49,4 +49,3 @@ tcflow (fd, action)
 
 
 stub_warning (tcflow)
-#include <stub-tag.h>
diff --git a/termios/tcflush.c b/termios/tcflush.c
index 1df192a..5888411 100644
--- a/termios/tcflush.c
+++ b/termios/tcflush.c
@@ -42,4 +42,3 @@ tcflush (fd, queue_selector)
 
 
 stub_warning(tcflush);
-#include <stub-tag.h>
diff --git a/termios/tcgetattr.c b/termios/tcgetattr.c
index d47d7e7..1ec2aa9 100644
--- a/termios/tcgetattr.c
+++ b/termios/tcgetattr.c
@@ -42,4 +42,3 @@ __tcgetattr (fd, termios_p)
 stub_warning (tcgetattr)
 
 weak_alias (__tcgetattr, tcgetattr)
-#include <stub-tag.h>
diff --git a/termios/tcgetpgrp.c b/termios/tcgetpgrp.c
index 04b989b..b013ec6 100644
--- a/termios/tcgetpgrp.c
+++ b/termios/tcgetpgrp.c
@@ -35,4 +35,3 @@ tcgetpgrp (fd)
 }
 libc_hidden_def (tcgetpgrp)
 stub_warning (tcgetpgrp)
-#include <stub-tag.h>
diff --git a/termios/tcsendbrk.c b/termios/tcsendbrk.c
index 4d4e678..5e6805d 100644
--- a/termios/tcsendbrk.c
+++ b/termios/tcsendbrk.c
@@ -36,4 +36,3 @@ tcsendbreak (fd, duration)
 
 
 stub_warning (tcsendbreak)
-#include <stub-tag.h>
diff --git a/termios/tcsetattr.c b/termios/tcsetattr.c
index 5f3a271..b612797 100644
--- a/termios/tcsetattr.c
+++ b/termios/tcsetattr.c
@@ -104,4 +104,3 @@ bad_speed (speed_t speed)
 
 
 stub_warning (tcsetattr)
-#include <stub-tag.h>
diff --git a/termios/tcsetpgrp.c b/termios/tcsetpgrp.c
index 1b47474..dea5e96 100644
--- a/termios/tcsetpgrp.c
+++ b/termios/tcsetpgrp.c
@@ -37,4 +37,3 @@ tcsetpgrp (fd, pgrp_id)
 
 
 stub_warning (tcsetpgrp)
-#include <stub-tag.h>
diff --git a/time/adjtime.c b/time/adjtime.c
index f25c6fa..1c005c9 100644
--- a/time/adjtime.c
+++ b/time/adjtime.c
@@ -33,4 +33,3 @@ __adjtime (delta, olddelta)
 stub_warning (adjtime)
 
 weak_alias (__adjtime, adjtime)
-#include <stub-tag.h>
diff --git a/time/clock.c b/time/clock.c
index e701b2e..2e10fd3 100644
--- a/time/clock.c
+++ b/time/clock.c
@@ -28,4 +28,3 @@ clock ()
 }
 
 stub_warning (clock)
-#include <stub-tag.h>
diff --git a/time/getitimer.c b/time/getitimer.c
index c5caa81..fc0ebf8 100644
--- a/time/getitimer.c
+++ b/time/getitimer.c
@@ -38,4 +38,3 @@ __getitimer (which, value)
 stub_warning (getitimer)
 
 weak_alias (__getitimer, getitimer)
-#include <stub-tag.h>
diff --git a/time/gettimeofday.c b/time/gettimeofday.c
index 7eb770c..4528a6a 100644
--- a/time/gettimeofday.c
+++ b/time/gettimeofday.c
@@ -34,4 +34,3 @@ weak_alias (__gettimeofday, gettimeofday)
 libc_hidden_weak (gettimeofday)
 
 stub_warning (gettimeofday)
-#include <stub-tag.h>
diff --git a/time/setitimer.c b/time/setitimer.c
index 8132ff2..40880f8 100644
--- a/time/setitimer.c
+++ b/time/setitimer.c
@@ -40,4 +40,3 @@ __setitimer (which, new, old)
 stub_warning (setitimer)
 
 weak_alias (__setitimer, setitimer)
-#include <stub-tag.h>
diff --git a/time/settimeofday.c b/time/settimeofday.c
index 65abbb7..c1ceec0 100644
--- a/time/settimeofday.c
+++ b/time/settimeofday.c
@@ -31,4 +31,3 @@ __settimeofday (tv, tz)
 stub_warning (settimeofday)
 
 weak_alias (__settimeofday, settimeofday)
-#include <stub-tag.h>
diff --git a/time/stime.c b/time/stime.c
index 22234f5..1ea1c17 100644
--- a/time/stime.c
+++ b/time/stime.c
@@ -36,4 +36,3 @@ stime (when)
 }
 
 stub_warning (stime)
-#include <stub-tag.h>
diff --git a/time/time.c b/time/time.c
index da645d0..15dbb69 100644
--- a/time/time.c
+++ b/time/time.c
@@ -32,4 +32,3 @@ time (timer)
 libc_hidden_def (time)
 
 stub_warning (time)
-#include <stub-tag.h>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |  411 +++++++++++++++++++-
 Makerules                                          |    4 +-
 dirent/closedir.c                                  |    1 -
 dirent/dirfd.c                                     |    1 -
 dirent/fdopendir.c                                 |    1 -
 dirent/getdents.c                                  |    1 -
 dirent/getdents64.c                                |    1 -
 dirent/opendir.c                                   |    1 -
 dirent/readdir.c                                   |    1 -
 dirent/readdir64.c                                 |    1 -
 dirent/readdir64_r.c                               |    1 -
 dirent/readdir_r.c                                 |    1 -
 dirent/rewinddir.c                                 |    1 -
 dirent/seekdir.c                                   |    1 -
 dirent/telldir.c                                   |    1 -
 gmon/profil.c                                      |    1 -
 grp/setgroups.c                                    |    1 -
 include/stub-tag.h                                 |    4 -
 inet/if_index.c                                    |    1 -
 io/access.c                                        |    1 -
 io/chdir.c                                         |    1 -
 io/chmod.c                                         |    1 -
 io/chown.c                                         |    1 -
 io/close.c                                         |    1 -
 io/dup.c                                           |    1 -
 io/dup2.c                                          |    1 -
 io/dup3.c                                          |    2 -
 io/euidaccess.c                                    |    1 -
 io/faccessat.c                                     |    2 -
 io/fchdir.c                                        |    1 -
 io/fchmod.c                                        |    1 -
 io/fchmodat.c                                      |    2 -
 io/fchown.c                                        |    1 -
 io/fchownat.c                                      |    2 -
 io/fcntl.c                                         |    1 -
 io/flock.c                                         |    1 -
 io/fstatfs.c                                       |    1 -
 io/fstatfs64.c                                     |    1 -
 io/fstatvfs.c                                      |    1 -
 io/fstatvfs64.c                                    |    1 -
 io/futimens.c                                      |    1 -
 io/fxstat.c                                        |    1 -
 io/fxstat64.c                                      |    1 -
 io/fxstatat.c                                      |    1 -
 io/fxstatat64.c                                    |    1 -
 io/getcwd.c                                        |    1 -
 io/isatty.c                                        |    1 -
 io/lchmod.c                                        |    1 -
 io/lchown.c                                        |    1 -
 io/link.c                                          |    1 -
 io/linkat.c                                        |    2 -
 io/lseek.c                                         |    1 -
 io/lseek64.c                                       |    1 -
 io/lxstat64.c                                      |    1 -
 io/mkdir.c                                         |    1 -
 io/mkdirat.c                                       |    2 -
 io/mkfifo.c                                        |    1 -
 io/mkfifoat.c                                      |    1 -
 io/open.c                                          |    2 -
 io/open64.c                                        |    2 -
 io/openat.c                                        |    2 -
 io/openat64.c                                      |    2 -
 io/pipe.c                                          |    1 -
 io/pipe2.c                                         |    2 -
 io/poll.c                                          |    1 -
 io/posix_fadvise.c                                 |    1 -
 io/posix_fadvise64.c                               |    1 -
 io/posix_fallocate.c                               |    1 -
 io/posix_fallocate64.c                             |    1 -
 io/read.c                                          |    1 -
 io/readlink.c                                      |    1 -
 io/readlinkat.c                                    |    2 -
 io/rmdir.c                                         |    1 -
 io/sendfile.c                                      |    2 -
 io/sendfile64.c                                    |    2 -
 io/statfs.c                                        |    1 -
 io/statfs64.c                                      |    1 -
 io/statvfs.c                                       |    1 -
 io/statvfs64.c                                     |    1 -
 io/symlink.c                                       |    1 -
 io/symlinkat.c                                     |    2 -
 io/ttyname.c                                       |    1 -
 io/ttyname_r.c                                     |    1 -
 io/umask.c                                         |    1 -
 io/unlink.c                                        |    1 -
 io/unlinkat.c                                      |    2 -
 io/utime.c                                         |    1 -
 io/utimensat.c                                     |    1 -
 io/write.c                                         |    1 -
 io/xmknod.c                                        |    1 -
 io/xmknodat.c                                      |    1 -
 io/xstat.c                                         |    1 -
 io/xstat64.c                                       |    1 -
 login/getpt.c                                      |    1 -
 login/grantpt.c                                    |    1 -
 login/unlockpt.c                                   |    1 -
 manual/maint.texi                                  |    3 +-
 math/e_acoshl.c                                    |    1 -
 math/e_acosl.c                                     |    1 -
 math/e_asinl.c                                     |    1 -
 math/e_atan2l.c                                    |    1 -
 math/e_atanhl.c                                    |    1 -
 math/e_coshl.c                                     |    1 -
 math/e_expl.c                                      |    1 -
 math/e_fmodl.c                                     |    1 -
 math/e_gammal_r.c                                  |    1 -
 math/e_hypotl.c                                    |    1 -
 math/e_j0l.c                                       |    1 -
 math/e_j1l.c                                       |    1 -
 math/e_jnl.c                                       |    1 -
 math/e_lgammal_r.c                                 |    1 -
 math/e_log10l.c                                    |    1 -
 math/e_log2l.c                                     |    1 -
 math/e_logl.c                                      |    1 -
 math/e_powl.c                                      |    1 -
 math/e_rem_pio2l.c                                 |    1 -
 math/e_sinhl.c                                     |    1 -
 math/e_sqrtl.c                                     |    1 -
 math/fclrexcpt.c                                   |    1 -
 math/fedisblxcpt.c                                 |    1 -
 math/feenablxcpt.c                                 |    1 -
 math/fegetenv.c                                    |    1 -
 math/fegetexcept.c                                 |    1 -
 math/fegetround.c                                  |    1 -
 math/feholdexcpt.c                                 |    1 -
 math/fesetenv.c                                    |    1 -
 math/fesetround.c                                  |    1 -
 math/feupdateenv.c                                 |    1 -
 math/fgetexcptflg.c                                |    1 -
 math/fraiseexcpt.c                                 |    1 -
 math/fsetexcptflg.c                                |    1 -
 math/ftestexcept.c                                 |    1 -
 math/k_cosl.c                                      |    1 -
 math/k_rem_pio2l.c                                 |    1 -
 math/k_sinl.c                                      |    1 -
 math/k_tanl.c                                      |    1 -
 math/s_asinhl.c                                    |    1 -
 math/s_atanl.c                                     |    1 -
 math/s_cbrtl.c                                     |    1 -
 math/s_erfl.c                                      |    1 -
 math/s_expm1l.c                                    |    1 -
 math/s_log1pl.c                                    |    1 -
 math/s_tanhl.c                                     |    1 -
 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 -
 ports/ChangeLog.linux-generic                      |    6 +
 ports/ChangeLog.mips                               |    5 +
 ports/sysdeps/unix/sysv/linux/generic/sysctl.c     |    1 -
 ports/sysdeps/unix/sysv/linux/generic/ustat.c      |    1 -
 .../unix/sysv/linux/mips/mips32/sync_file_range.c  |    2 -
 posix/_exit.c                                      |    1 -
 posix/alarm.c                                      |    1 -
 posix/execve.c                                     |    1 -
 posix/fexecve.c                                    |    1 -
 posix/fork.c                                       |    1 -
 posix/fpathconf.c                                  |    1 -
 posix/getaddrinfo.c                                |    2 -
 posix/getegid.c                                    |    1 -
 posix/geteuid.c                                    |    1 -
 posix/getgid.c                                     |    1 -
 posix/getgroups.c                                  |    1 -
 posix/getlogin.c                                   |    1 -
 posix/getlogin_r.c                                 |    1 -
 posix/getpgid.c                                    |    1 -
 posix/getpid.c                                     |    1 -
 posix/getppid.c                                    |    1 -
 posix/getresgid.c                                  |    1 -
 posix/getresuid.c                                  |    1 -
 posix/getsid.c                                     |    1 -
 posix/getuid.c                                     |    1 -
 posix/glob64.c                                     |    1 -
 posix/nanosleep.c                                  |    1 -
 posix/pathconf.c                                   |    1 -
 posix/pause.c                                      |    1 -
 posix/posix_madvise.c                              |    1 -
 posix/pread.c                                      |    1 -
 posix/pread64.c                                    |    1 -
 posix/pwrite.c                                     |    1 -
 posix/pwrite64.c                                   |    1 -
 posix/sched_getaffinity.c                          |    1 -
 posix/sched_getp.c                                 |    1 -
 posix/sched_gets.c                                 |    1 -
 posix/sched_primax.c                               |    1 -
 posix/sched_primin.c                               |    1 -
 posix/sched_rr_gi.c                                |    1 -
 posix/sched_setaffinity.c                          |    1 -
 posix/sched_setp.c                                 |    1 -
 posix/sched_sets.c                                 |    1 -
 posix/sched_yield.c                                |    1 -
 posix/setgid.c                                     |    1 -
 posix/setlogin.c                                   |    1 -
 posix/setpgid.c                                    |    1 -
 posix/setresgid.c                                  |    1 -
 posix/setresuid.c                                  |    1 -
 posix/setsid.c                                     |    1 -
 posix/setuid.c                                     |    1 -
 posix/sleep.c                                      |    1 -
 posix/spawni.c                                     |    1 -
 posix/sysconf.c                                    |    1 -
 posix/times.c                                      |    1 -
 posix/wait.c                                       |    1 -
 posix/wait3.c                                      |    1 -
 posix/wait4.c                                      |    1 -
 posix/waitpid.c                                    |    1 -
 resolv/gai_sigqueue.c                              |    1 -
 resource/getpriority.c                             |    1 -
 resource/getrlimit.c                               |    1 -
 resource/getrusage.c                               |    1 -
 resource/nice.c                                    |    1 -
 resource/setpriority.c                             |    1 -
 resource/setrlimit.c                               |    1 -
 resource/ulimit.c                                  |    1 -
 rt/aio_cancel.c                                    |    1 -
 rt/aio_fsync.c                                     |    1 -
 rt/aio_read.c                                      |    1 -
 rt/aio_sigqueue.c                                  |    1 -
 rt/aio_suspend.c                                   |    1 -
 rt/aio_write.c                                     |    1 -
 rt/clock_getres.c                                  |    1 -
 rt/clock_gettime.c                                 |    1 -
 rt/clock_nanosleep.c                               |    1 -
 rt/clock_settime.c                                 |    1 -
 rt/lio_listio.c                                    |    1 -
 rt/mq_close.c                                      |    1 -
 rt/mq_getattr.c                                    |    1 -
 rt/mq_notify.c                                     |    1 -
 rt/mq_open.c                                       |    1 -
 rt/mq_receive.c                                    |    1 -
 rt/mq_send.c                                       |    1 -
 rt/mq_setattr.c                                    |    1 -
 rt/mq_timedreceive.c                               |    1 -
 rt/mq_timedsend.c                                  |    1 -
 rt/mq_unlink.c                                     |    1 -
 rt/shm_open.c                                      |    2 -
 rt/shm_unlink.c                                    |    2 -
 rt/timer_create.c                                  |    1 -
 rt/timer_delete.c                                  |    1 -
 rt/timer_getoverr.c                                |    1 -
 rt/timer_gettime.c                                 |    1 -
 rt/timer_settime.c                                 |    1 -
 setjmp/__longjmp.c                                 |    1 -
 setjmp/setjmp.c                                    |    1 -
 signal/kill.c                                      |    1 -
 signal/killpg.c                                    |    1 -
 signal/raise.c                                     |    1 -
 signal/sigaction.c                                 |    1 -
 signal/sigaltstack.c                               |    1 -
 signal/sigblock.c                                  |    1 -
 signal/sigignore.c                                 |    1 -
 signal/sigintr.c                                   |    1 -
 signal/signal.c                                    |    1 -
 signal/sigpause.c                                  |    1 -
 signal/sigpending.c                                |    1 -
 signal/sigqueue.c                                  |    1 -
 signal/sigreturn.c                                 |    1 -
 signal/sigset.c                                    |    1 -
 signal/sigsetmask.c                                |    1 -
 signal/sigstack.c                                  |    1 -
 signal/sigsuspend.c                                |    1 -
 signal/sigtimedwait.c                              |    1 -
 signal/sigvec.c                                    |    1 -
 signal/sigwait.c                                   |    1 -
 signal/sigwaitinfo.c                               |    1 -
 signal/sysv_signal.c                               |    1 -
 socket/accept.c                                    |    1 -
 socket/accept4.c                                   |    1 -
 socket/bind.c                                      |    1 -
 socket/connect.c                                   |    1 -
 socket/getpeername.c                               |    1 -
 socket/getsockname.c                               |    1 -
 socket/getsockopt.c                                |    1 -
 socket/isfdtype.c                                  |    1 -
 socket/listen.c                                    |    1 -
 socket/recv.c                                      |    1 -
 socket/recvfrom.c                                  |    1 -
 socket/recvmsg.c                                   |    1 -
 socket/send.c                                      |    1 -
 socket/sendmsg.c                                   |    1 -
 socket/sendto.c                                    |    1 -
 socket/setsockopt.c                                |    1 -
 socket/shutdown.c                                  |    1 -
 socket/sockatmark.c                                |    1 -
 socket/socket.c                                    |    1 -
 socket/socketpair.c                                |    1 -
 stdio-common/ctermid.c                             |    1 -
 stdio-common/cuserid.c                             |    1 -
 stdio-common/remove.c                              |    1 -
 stdio-common/rename.c                              |    1 -
 stdio-common/renameat.c                            |    1 -
 stdio-common/tempname.c                            |    1 -
 stdlib/getcontext.c                                |    1 -
 stdlib/makecontext.c                               |    1 -
 stdlib/setcontext.c                                |    1 -
 stdlib/swapcontext.c                               |    1 -
 stdlib/system.c                                    |    1 -
 streams/fattach.c                                  |    1 -
 streams/fdetach.c                                  |    1 -
 streams/getmsg.c                                   |    1 -
 streams/getpmsg.c                                  |    1 -
 streams/putmsg.c                                   |    1 -
 streams/putpmsg.c                                  |    1 -
 sysdeps/unix/Makefile                              |    1 -
 sysdeps/unix/bsd/getpt.c                           |    1 -
 sysdeps/unix/sysv/linux/epoll_pwait.c              |    1 -
 sysdeps/unix/sysv/linux/futimens.c                 |    1 -
 sysdeps/unix/sysv/linux/lutimes.c                  |    1 -
 .../sysv/linux/powerpc/powerpc64/sync_file_range.c |    2 -
 sysdeps/unix/sysv/linux/readahead.c                |    2 -
 sysdeps/unix/sysv/linux/sync_file_range.c          |    2 -
 sysdeps/unix/sysv/linux/utimensat.c                |    1 -
 sysvipc/msgctl.c                                   |    1 -
 sysvipc/msgget.c                                   |    1 -
 sysvipc/msgrcv.c                                   |    1 -
 sysvipc/msgsnd.c                                   |    1 -
 sysvipc/semctl.c                                   |    1 -
 sysvipc/semget.c                                   |    1 -
 sysvipc/semop.c                                    |    1 -
 sysvipc/semtimedop.c                               |    1 -
 sysvipc/shmat.c                                    |    1 -
 sysvipc/shmctl.c                                   |    1 -
 sysvipc/shmdt.c                                    |    1 -
 sysvipc/shmget.c                                   |    1 -
 termios/tcdrain.c                                  |    1 -
 termios/tcflow.c                                   |    1 -
 termios/tcflush.c                                  |    1 -
 termios/tcgetattr.c                                |    1 -
 termios/tcgetpgrp.c                                |    1 -
 termios/tcsendbrk.c                                |    1 -
 termios/tcsetattr.c                                |    1 -
 termios/tcsetpgrp.c                                |    1 -
 time/adjtime.c                                     |    1 -
 time/clock.c                                       |    1 -
 time/getitimer.c                                   |    1 -
 time/gettimeofday.c                                |    1 -
 time/setitimer.c                                   |    1 -
 time/settimeofday.c                                |    1 -
 time/stime.c                                       |    1 -
 time/time.c                                        |    1 -
 408 files changed, 423 insertions(+), 435 deletions(-)
 delete mode 100644 include/stub-tag.h


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]