summaryrefslogtreecommitdiff
path: root/stdlib
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 /stdlib
parent512a49be20d42af59968513cd5094b3918cf6663 (diff)
[BZ #157] Remove include/stub-tag.h for good.
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/getcontext.c1
-rw-r--r--stdlib/makecontext.c1
-rw-r--r--stdlib/setcontext.c1
-rw-r--r--stdlib/swapcontext.c1
-rw-r--r--stdlib/system.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/stdlib/getcontext.c b/stdlib/getcontext.c
index aa65e5ea6d..b197438e42 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 1f08b18c35..71fad95067 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 6a7517c679..470f238c14 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 275bc658d3..ee3acb478c 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 b2f7d6d624..9bc7e82c6f 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>