diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-09-22 09:32:22 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-09-22 09:32:38 -0700 |
commit | 5df386a5492e00348c0ba4c6520d27783c253816 (patch) | |
tree | 593195ea614dd933edbf74042c9007903add9aa2 /nptl/Versions | |
parent | 90fa42a1d7b78de0d75f7e3af362275b2abe807f (diff) | |
download | glibc-5df386a5492e00348c0ba4c6520d27783c253816.zip glibc-5df386a5492e00348c0ba4c6520d27783c253816.tar.gz glibc-5df386a5492e00348c0ba4c6520d27783c253816.tar.bz2 |
Remove ignored symbols from nptl/Versions
Those ignored symbols are listed a few lines below.
* nptl/Versions: Remove ignored symbols.
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nptl/Versions b/nptl/Versions index 34e4b46..0ae5def 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -90,10 +90,6 @@ libpthread { __pthread_once; __pthread_atfork; _IO_flockfile; _IO_ftrylockfile; _IO_funlockfile; - # Hidden entry point (through macros). - #_pthread_cleanup_pop; _pthread_cleanup_pop_restore; _pthread_cleanup_push; - #_pthread_cleanup_push_defer; - # Semaphores. sem_destroy; sem_getvalue; sem_init; sem_post; sem_trywait; sem_wait; |