diff mbox

Remove ignored symbols from nptl/Versions

Message ID 20150922155920.GA12823@intel.com
State New
Headers show

Commit Message

H.J. Lu Sept. 22, 2015, 3:59 p.m. UTC
Those ignored symbols are listed a few lines below.

OK for master?

H.J.
--
	* nptl/Versions: Remove ignored symbols.
---
 nptl/Versions | 4 ----
 1 file changed, 4 deletions(-)

Comments

Mike Frysinger Sept. 22, 2015, 4:23 p.m. UTC | #1
OK
-mike
Roland McGrath Sept. 22, 2015, 6:27 p.m. UTC | #2
When what you're removing are comments, it's clearer to say so.
Removing stale comments is obvious enough.
diff mbox

Patch

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;