mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	Define __ASSUME_UTIMES for MIPS.
This commit is contained in:
		@@ -1,3 +1,8 @@
 | 
				
			|||||||
 | 
					2012-08-09  Joseph Myers  <joseph@codesourcery.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* sysdeps/unix/sysv/linux/mips/kernel-features.h
 | 
				
			||||||
 | 
						(__ASSUME_UTIMES): Define.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2012-08-07  Joseph Myers  <joseph@codesourcery.com>
 | 
					2012-08-07  Joseph Myers  <joseph@codesourcery.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
 | 
						* sysdeps/unix/sysv/linux/mips/configure.in (arch_minimum_kernel):
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -22,6 +22,9 @@
 | 
				
			|||||||
/* MIPS platforms had IPC64 all along.  */
 | 
					/* MIPS platforms had IPC64 all along.  */
 | 
				
			||||||
#define __ASSUME_IPC64		1
 | 
					#define __ASSUME_IPC64		1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* MIPS had the utimes syscall by 2.6.0.  */
 | 
				
			||||||
 | 
					#define __ASSUME_UTIMES		1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Support for the eventfd2 and signalfd4 syscalls was added in 2.6.27.  */
 | 
					/* Support for the eventfd2 and signalfd4 syscalls was added in 2.6.27.  */
 | 
				
			||||||
#if __LINUX_KERNEL_VERSION >= 0x02061c
 | 
					#if __LINUX_KERNEL_VERSION >= 0x02061c
 | 
				
			||||||
# define __ASSUME_EVENTFD2	1
 | 
					# define __ASSUME_EVENTFD2	1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user