mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	Simplify the Linux accept4 implementation based on the assumption that it is available in some way. __ASSUME_ACCEPT4_SOCKETCALL was previously unused, so remove it. For ia64, the accept4 system call (and socket call) were backported in kernel version 3.2.18. Reflect this in the installation instructions.
		
			
				
	
	
		
			9 lines
		
	
	
		
			291 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			291 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # This file is generated from configure.ac by Autoconf.  DO NOT EDIT!
 | |
|  # Local configure fragment for sysdeps/unix/sysv/linux/ia64
 | |
| 
 | |
| ldd_rewrite_script=$dir/ldd-rewrite.sed
 | |
| 
 | |
| # First version with support for the accept4 system call.
 | |
| # Linux 3.3 includes it as well.
 | |
| arch_minimum_kernel=3.2.18
 |