mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Remove pthread-pi-defines.sym
It became unused with the removal of the assembler implementation of the pthread functions.
This commit is contained in:
parent
35bcb08eaa
commit
359a0b9dbc
2 changed files with 1 additions and 11 deletions
|
@ -339,8 +339,7 @@ xtests += tst-eintr1
|
|||
|
||||
test-srcs = tst-oddstacklimit
|
||||
|
||||
gen-as-const-headers = unwindbuf.sym \
|
||||
pthread-pi-defines.sym
|
||||
gen-as-const-headers = unwindbuf.sym
|
||||
|
||||
gen-py-const-headers := nptl_lock_constants.pysym
|
||||
pretty-printers := nptl-printers.py
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
#include <pthreadP.h>
|
||||
|
||||
-- These PI macros are used by assembly code.
|
||||
|
||||
MUTEX_KIND offsetof (pthread_mutex_t, __data.__kind)
|
||||
ROBUST_BIT PTHREAD_MUTEX_ROBUST_NORMAL_NP
|
||||
PI_BIT PTHREAD_MUTEX_PRIO_INHERIT_NP
|
||||
PS_BIT PTHREAD_MUTEX_PSHARED_BIT
|
||||
TID_MASK FUTEX_TID_MASK
|
Loading…
Add table
Reference in a new issue