From d1aea2805df2d9f5e06f8b508b377a8bc95ba335 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 10 Feb 2020 18:16:28 +0000 Subject: nptl: Remove ununsed pthread-errnos.h rule --- nptl/Makefile | 3 +-- nptl/pthread-errnos.sym | 13 ------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 nptl/pthread-errnos.sym 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 diff --git a/nptl/pthread-errnos.sym b/nptl/pthread-errnos.sym deleted file mode 100644 index 0975b7a373..0000000000 --- a/nptl/pthread-errnos.sym +++ /dev/null @@ -1,13 +0,0 @@ -#include - --- These errno codes are used by some assembly code. - -EAGAIN EAGAIN -EBUSY EBUSY -EDEADLK EDEADLK -EINTR EINTR -EINVAL EINVAL -ENOSYS ENOSYS -EOVERFLOW EOVERFLOW -ETIMEDOUT ETIMEDOUT -EWOULDBLOCK EWOULDBLOCK -- cgit 1.4.1