mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
nptl: Remove ununsed pthread-errnos.h rule
This commit is contained in:
parent
fcb78a5505
commit
d1aea2805d
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user