Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove ignored symbols from nptl/Versions
Those ignored symbols are listed a few lines below.

	* nptl/Versions: Remove ignored symbols.
  • Loading branch information
H.J. Lu committed Sep 22, 2015
1 parent 90fa42a commit 5df386a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2015-09-22 H.J. Lu <hongjiu.lu@intel.com>

* nptl/Versions: Remove ignored symbols.

2015-09-22 Florian Weimer <fweimer@redhat.com>

* nss/bug17079.c: Renamed from nss/bug18287.c. Add description.
Expand Down
4 changes: 0 additions & 4 deletions nptl/Versions
Expand Up @@ -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;

Expand Down

0 comments on commit 5df386a

Please sign in to comment.