mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-02 21:06:41 +03:00
nptl: Move sem_timedwait into libc
The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -1898,6 +1898,7 @@ GLIBC_2.2 sem_getvalue F
|
||||
GLIBC_2.2 sem_init F
|
||||
GLIBC_2.2 sem_open F
|
||||
GLIBC_2.2 sem_post F
|
||||
GLIBC_2.2 sem_timedwait F
|
||||
GLIBC_2.2 semctl F
|
||||
GLIBC_2.2 sendfile F
|
||||
GLIBC_2.2 setrlimit64 F
|
||||
@ -2341,6 +2342,7 @@ GLIBC_2.34 sem_getvalue F
|
||||
GLIBC_2.34 sem_init F
|
||||
GLIBC_2.34 sem_open F
|
||||
GLIBC_2.34 sem_post F
|
||||
GLIBC_2.34 sem_timedwait F
|
||||
GLIBC_2.34 thrd_exit F
|
||||
GLIBC_2.34 tss_create F
|
||||
GLIBC_2.34 tss_delete F
|
||||
|
@ -34,7 +34,6 @@ GLIBC_2.2 pthread_create F
|
||||
GLIBC_2.2 pthread_getconcurrency F
|
||||
GLIBC_2.2 pthread_getcpuclockid F
|
||||
GLIBC_2.2 pthread_setconcurrency F
|
||||
GLIBC_2.2 sem_timedwait F
|
||||
GLIBC_2.2 sem_trywait F
|
||||
GLIBC_2.2 sem_unlink F
|
||||
GLIBC_2.2 sem_wait F
|
||||
|
@ -1896,6 +1896,7 @@ GLIBC_2.2 sem_getvalue F
|
||||
GLIBC_2.2 sem_init F
|
||||
GLIBC_2.2 sem_open F
|
||||
GLIBC_2.2 sem_post F
|
||||
GLIBC_2.2 sem_timedwait F
|
||||
GLIBC_2.2 semctl F
|
||||
GLIBC_2.2 sendfile F
|
||||
GLIBC_2.2 setrlimit64 F
|
||||
@ -2339,6 +2340,7 @@ GLIBC_2.34 sem_getvalue F
|
||||
GLIBC_2.34 sem_init F
|
||||
GLIBC_2.34 sem_open F
|
||||
GLIBC_2.34 sem_post F
|
||||
GLIBC_2.34 sem_timedwait F
|
||||
GLIBC_2.34 thrd_exit F
|
||||
GLIBC_2.34 tss_create F
|
||||
GLIBC_2.34 tss_delete F
|
||||
|
Reference in New Issue
Block a user