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 /termios | |
parent | 512a49be20d42af59968513cd5094b3918cf6663 (diff) | |
download | glibc-b830319d49a421741b61ae29ce32ab37f8b970ed.zip glibc-b830319d49a421741b61ae29ce32ab37f8b970ed.tar.gz glibc-b830319d49a421741b61ae29ce32ab37f8b970ed.tar.bz2 |
[BZ #157] Remove include/stub-tag.h for good.
Diffstat (limited to 'termios')
-rw-r--r-- | termios/tcdrain.c | 1 | ||||
-rw-r--r-- | termios/tcflow.c | 1 | ||||
-rw-r--r-- | termios/tcflush.c | 1 | ||||
-rw-r--r-- | termios/tcgetattr.c | 1 | ||||
-rw-r--r-- | termios/tcgetpgrp.c | 1 | ||||
-rw-r--r-- | termios/tcsendbrk.c | 1 | ||||
-rw-r--r-- | termios/tcsetattr.c | 1 | ||||
-rw-r--r-- | termios/tcsetpgrp.c | 1 |
8 files changed, 0 insertions, 8 deletions
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> |