]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove ignored symbols from nptl/Versions
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 22 Sep 2015 16:32:22 +0000 (09:32 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 22 Sep 2015 16:32:38 +0000 (09:32 -0700)
Those ignored symbols are listed a few lines below.

* nptl/Versions: Remove ignored symbols.

ChangeLog
nptl/Versions

index f3dbabcc96d17817bc107db0c99140d4479d0ee3..0ae05c8c48f2a592b50fb90e592e0e85fa30f46b 100644 (file)
--- 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.
index 34e4b464ed2d40dcf4bc59b375e0a0762fdd798f..0ae5def464b9c8a77bb79895f37c43e3e3226f29 100644 (file)
@@ -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;