diff options
Diffstat (limited to 'libpthread/nptl')
-rw-r--r-- | libpthread/nptl/sysdeps/pthread/defs.awk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/defs.awk b/libpthread/nptl/sysdeps/pthread/defs.awk index 763c2e57d..d41d57bd7 100644 --- a/libpthread/nptl/sysdeps/pthread/defs.awk +++ b/libpthread/nptl/sysdeps/pthread/defs.awk @@ -21,6 +21,4 @@ END { print "#define ALIGN .align", max; else print "#define ALIGN"; - - print "#include <libc-symbols.h>"; } |