nptl: Remove ununsed pthread-errnos.h rule
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 10 Feb 2020 18:16:28 +0000 (18:16 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Sat, 15 Feb 2020 00:09:12 +0000 (21:09 -0300)
nptl/Makefile
nptl/pthread-errnos.sym [deleted file]

index 6f210d6..fcdc72a 100644 (file)
@@ -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 (file)
index 0975b7a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#include <errno.h>
-
--- 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