mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	Passing 64-bit arguments on syscalls.list is tricky: it requires to reimplement the expected kernel abi in each architecture. This is way to better to represent in C code where we already have macros for this (SYSCALL_LL64). Checked on x86_64-linux-gnu.
		
			
				
	
	
		
			3 lines
		
	
	
		
			92 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			92 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #define VERSION_fanotify_mark GLIBC_2_16
 | |
| #include <sysdeps/unix/sysv/linux/fanotify_mark.c>
 |