mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-31 22:10:34 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			219 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			219 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef	_SYS_POLL_H
 | |
| # include <io/sys/poll.h>
 | |
| 
 | |
| #ifndef _ISOMAC
 | |
| extern int __poll (struct pollfd *__fds, unsigned long int __nfds,
 | |
| 		   int __timeout);
 | |
| libc_hidden_proto (__poll)
 | |
| libc_hidden_proto (ppoll)
 | |
| #endif
 | |
| 
 | |
| #endif
 |