diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-05 05:05:53 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-05 05:05:53 +0000 |
commit | 2992466eb586db5728301219c365193559636439 (patch) | |
tree | 74d74efc4cc8813ce19a7af7ef1b62e0b5f9c3a5 /libpthread/nptl/sysdeps/pthread | |
parent | 18540edf4d9d4f5fc0075669d551938f8c7acd9d (diff) | |
download | uClibc-alpine-2992466eb586db5728301219c365193559636439.tar.bz2 uClibc-alpine-2992466eb586db5728301219c365193559636439.tar.xz |
Remove remaining usage of the NPTL 'compat' compatiblity files directory. Hooray.
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread')
-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>"; } |