diff options
Diffstat (limited to 'stdlib/makecontext.c')
-rw-r--r-- | stdlib/makecontext.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |