mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	2001-06-01 Ulrich Drepper <drepper@redhat.com> * socket/Makefile (routines): Add sockatmark. * socket/Versions [GLIBC_2.2.4]: Add sockatmark. * socket/sys/socket.h: Add prototype for sockatmark. * sysdeps/generic/sockatmark.c: New file. * sysdeps/unix/sockatmark.c: New file.
		
			
				
	
	
		
			40 lines
		
	
	
		
			658 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			658 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| libc {
 | |
|   GLIBC_2.0 {
 | |
|     # functions which have an additional interface since they are
 | |
|     # are cancelable.
 | |
|     __libc_accept; __libc_send; __libc_recvfrom;
 | |
|     __libc_recvmsg; __libc_sendmsg; __libc_recv; __libc_sendto; __libc_connect;
 | |
| 
 | |
|     # functions used in other libraries
 | |
|     __connect; __send;
 | |
| 
 | |
|     # a*
 | |
|     accept;
 | |
| 
 | |
|     # b*
 | |
|     bind;
 | |
| 
 | |
|     # c*
 | |
|     connect;
 | |
| 
 | |
|     # g*
 | |
|     getpeername; getsockname; getsockopt;
 | |
| 
 | |
|     # i*
 | |
|     isfdtype;
 | |
| 
 | |
|     # l*
 | |
|     listen;
 | |
| 
 | |
|     # r*
 | |
|     recv; recvfrom; recvmsg;
 | |
| 
 | |
|     # s*
 | |
|     send; sendmsg; sendto; setsockopt; shutdown; socket; socketpair;
 | |
|   }
 | |
|   GLIBC_2.2.4 {
 | |
|     # Addition from P1003.1-200x
 | |
|     sockatmark;
 | |
|   }
 | |
| }
 |