summaryrefslogtreecommitdiff
path: root/setjmp
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 /setjmp
parent512a49be20d42af59968513cd5094b3918cf6663 (diff)
[BZ #157] Remove include/stub-tag.h for good.
Diffstat (limited to 'setjmp')
-rw-r--r--setjmp/__longjmp.c1
-rw-r--r--setjmp/setjmp.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/setjmp/__longjmp.c b/setjmp/__longjmp.c
index 6a5780a32b..43cd13b184 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 11a4fea209..c3de551ce2 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>