summaryrefslogtreecommitdiff
path: root/termios
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-11-04 19:59:40 +0100
committerThomas Schwinge <thomas@codesourcery.com>2012-11-04 19:59:40 +0100
commitb830319d49a421741b61ae29ce32ab37f8b970ed (patch)
tree9611a0ac70047e08ed3850dce6d9cdf143b9e833 /termios
parent512a49be20d42af59968513cd5094b3918cf6663 (diff)
[BZ #157] Remove include/stub-tag.h for good.
Diffstat (limited to 'termios')
-rw-r--r--termios/tcdrain.c1
-rw-r--r--termios/tcflow.c1
-rw-r--r--termios/tcflush.c1
-rw-r--r--termios/tcgetattr.c1
-rw-r--r--termios/tcgetpgrp.c1
-rw-r--r--termios/tcsendbrk.c1
-rw-r--r--termios/tcsetattr.c1
-rw-r--r--termios/tcsetpgrp.c1
8 files changed, 0 insertions, 8 deletions
diff --git a/termios/tcdrain.c b/termios/tcdrain.c
index ced692d9a8..0cc7b0e901 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 b94e96705d..8b064ea3b2 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 1df192adb2..5888411ac3 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 d47d7e70f9..1ec2aa9497 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 04b989bc4c..b013ec65d0 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 4d4e67808f..5e6805df29 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 5f3a271be0..b6127976cb 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 1b474742fa..dea5e96aec 100644
--- a/termios/tcsetpgrp.c
+++ b/termios/tcsetpgrp.c
@@ -37,4 +37,3 @@ tcsetpgrp (fd, pgrp_id)
stub_warning (tcsetpgrp)
-#include <stub-tag.h>