This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Remove ignored symbols from nptl/Versions


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(-)

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;
 
-- 
2.4.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]