mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	Contributed by Agustina Arzille <avarzille@riseup.net> Amos Jeffries <squid3@treenet.co.nz> David Michael <fedora.dm0@gmail.com> Marco Gerards <marco@gnu.org> Marcus Brinkmann <marcus@gnu.org> Neal H. Walfield <neal@gnu.org> Pino Toscano <toscano.pino@tiscali.it> Richard Braun <rbraun@sceen.net> Roland McGrath <roland@gnu.org> Samuel Thibault <samuel.thibault@ens-lyon.org> Thomas DiModica <ricinwich@yahoo.com> Thomas Schwinge <tschwinge@gnu.org> * htl: New directory. * sysdeps/htl: New directory. * sysdeps/hurd/htl: New directory. * sysdeps/i386/htl: New directory. * sysdeps/mach/htl: New directory. * sysdeps/mach/hurd/htl: New directory. * sysdeps/mach/hurd/i386/htl: New directory. * nscd/Depend, resolv/Depend, rt/Depend: Add htl dependency. * sysdeps/mach/hurd/i386/Implies: Add mach/hurd/i386/htl imply. * sysdeps/mach/hurd/i386/libpthread.abilist: New file.
		
			
				
	
	
		
			16 lines
		
	
	
		
			470 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			470 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| libc {
 | |
|   GLIBC_2.2 {
 | |
|     # XXX
 | |
|     __vm_deallocate; __mach_port_insert_right; __mach_reply_port;
 | |
|     __mig_init; __vm_allocate; __mach_port_allocate;
 | |
| 
 | |
|     # functions used in inline functions or macros
 | |
|     __pthread_spin_destroy; __pthread_spin_init; __pthread_spin_lock;
 | |
|     _pthread_spin_lock; __pthread_spin_trylock; __pthread_spin_unlock;
 | |
| 
 | |
|     # p*
 | |
|     pthread_spin_destroy; pthread_spin_init; pthread_spin_lock;
 | |
|     pthread_spin_trylock; pthread_spin_unlock;
 | |
|   }
 | |
| }
 |