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