diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-04 19:59:40 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-04 19:59:40 +0100 |
commit | b830319d49a421741b61ae29ce32ab37f8b970ed (patch) | |
tree | 9611a0ac70047e08ed3850dce6d9cdf143b9e833 /streams | |
parent | 512a49be20d42af59968513cd5094b3918cf6663 (diff) | |
download | glibc-b830319d49a421741b61ae29ce32ab37f8b970ed.tar.gz glibc-b830319d49a421741b61ae29ce32ab37f8b970ed.tar.xz glibc-b830319d49a421741b61ae29ce32ab37f8b970ed.zip |
[BZ #157] Remove include/stub-tag.h for good.
Diffstat (limited to 'streams')
-rw-r--r-- | streams/fattach.c | 1 | ||||
-rw-r--r-- | streams/fdetach.c | 1 | ||||
-rw-r--r-- | streams/getmsg.c | 1 | ||||
-rw-r--r-- | streams/getpmsg.c | 1 | ||||
-rw-r--r-- | streams/putmsg.c | 1 | ||||
-rw-r--r-- | streams/putpmsg.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/streams/fattach.c b/streams/fattach.c index 22e36df948..9c84127c18 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 9c872caae4..0463736734 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 20c32aa8a4..2da0ab6eb3 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 7d97f5c242..acb25b585f 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 80f9f0b92a..2d776bc96a 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 b85e14283a..c2fa820e6f 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> |