This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 14/15] nptl: Remove ununsed pthread-errnos.h rule
- From: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- To: libc-alpha at sourceware dot org
- Date: Mon, 10 Feb 2020 16:20:37 -0300
- Subject: [PATCH 14/15] nptl: Remove ununsed pthread-errnos.h rule
- References: <20200210192038.23588-1-adhemerval.zanella@linaro.org>
---
nptl/Makefile | 3 +--
1 file changed, 1 insertion(+), 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
--
2.17.1