diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-02-10 18:16:28 +0000 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-02-14 21:09:12 -0300 |
commit | d1aea2805df2d9f5e06f8b508b377a8bc95ba335 (patch) | |
tree | 9631b05f5b9966675583af5d07b4419a7ecb30eb /nptl/Makefile | |
parent | fcb78a55058fd4e3477d9e4c6a5083d650aefa31 (diff) | |
download | glibc-d1aea2805df2d9f5e06f8b508b377a8bc95ba335.tar glibc-d1aea2805df2d9f5e06f8b508b377a8bc95ba335.tar.gz glibc-d1aea2805df2d9f5e06f8b508b377a8bc95ba335.tar.bz2 glibc-d1aea2805df2d9f5e06f8b508b377a8bc95ba335.zip |
nptl: Remove ununsed pthread-errnos.h rule
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 6f210d60e3..fcdc72adfe 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -327,8 +327,7 @@ test-xfail-tst-once5 = yes # Files which must not be linked with libpthread. tests-nolibpthread = tst-unload -gen-as-const-headers = pthread-errnos.sym \ - unwindbuf.sym \ +gen-as-const-headers = unwindbuf.sym \ pthread-pi-defines.sym gen-py-const-headers := nptl_lock_constants.pysym |