From b830319d49a421741b61ae29ce32ab37f8b970ed Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 4 Nov 2012 19:59:40 +0100 Subject: [BZ #157] Remove include/stub-tag.h for good. --- stdlib/getcontext.c | 1 - stdlib/makecontext.c | 1 - stdlib/setcontext.c | 1 - stdlib/swapcontext.c | 1 - stdlib/system.c | 1 - 5 files changed, 5 deletions(-) (limited to 'stdlib') 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 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 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 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 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 -- cgit v1.2.3