about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--nptl/Versions4
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f3dbabcc96..0ae05c8c48 100644
--- a/ChangeLog
+++ b/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.
diff --git a/nptl/Versions b/nptl/Versions
index 34e4b464ed..0ae5def464 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;