nptl: Remove ununsed pthread-errnos.h rule

This commit is contained in:
Adhemerval Zanella 2020-02-10 18:16:28 +00:00
parent fcb78a5505
commit d1aea2805d
2 changed files with 1 additions and 15 deletions

View 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

View File

@ -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