mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	* sysdeps/unix/bsd/isatty.c (__isatty): Don't save and restore errno. * sysdeps/unix/bsd/ptsname.c (__ptsname_r): Return errno value from isatty unmodified. Reported by Bruno Haible <bruno@clisp.org>.
		
			
				
	
	
		
			4 lines
		
	
	
		
			95 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			95 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* In a 4.4-derived world, tcgetattr is just one ioctl.  */
 | |
| 
 | |
| #include <sysdeps/posix/isatty.c>
 |