mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 09:36:25 +00:00 
			
		
		
		
	 82b0547cfa
			
		
	
	
		82b0547cfa
		
	
	
	
	
		
			
			* fs/open.c is getting bit crowdy * preparation to lutimes(2) Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
		
			
				
	
	
		
			12 lines
		
	
	
		
			134 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			134 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _LINUX_UTIME_H
 | |
| #define _LINUX_UTIME_H
 | |
| 
 | |
| #include <linux/types.h>
 | |
| 
 | |
| struct utimbuf {
 | |
| 	time_t actime;
 | |
| 	time_t modtime;
 | |
| };
 | |
| 
 | |
| #endif
 |