mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-31 22:10:34 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			321 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			321 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _TERMIOS_H
 | |
| #include <termios/termios.h>
 | |
| 
 | |
| #ifndef _ISOMAC
 | |
| /* Now define the internal interfaces.  */
 | |
| extern int __tcgetattr (int __fd, struct termios *__termios_p);
 | |
| 
 | |
| extern int __libc_tcdrain (int __fd);
 | |
| 
 | |
| libc_hidden_proto (tcsetattr)
 | |
| libc_hidden_proto (cfsetispeed)
 | |
| libc_hidden_proto (cfsetospeed)
 | |
| 
 | |
| #endif
 | |
| #endif
 |