diff options
Diffstat (limited to 'posix/_exit.c')
-rw-r--r-- | posix/_exit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/posix/_exit.c b/posix/_exit.c index a8f1b58e41..ef2b7d719e 100644 --- a/posix/_exit.c +++ b/posix/_exit.c @@ -32,4 +32,3 @@ libc_hidden_def (_exit) weak_alias (_exit, _Exit) stub_warning (_exit) -#include <stub-tag.h> |