The syscalls implemented in this submission are as follows: fchmodat, fchownat, linkat, mkdirat, renameat, readlinkat, unlinkat
		
			
				
	
	
		
			6 lines
		
	
	
		
			76 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			76 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
include ../test_common.mk
 | 
						|
 | 
						|
EXTRA_C_FLAGS :=
 | 
						|
EXTRA_LINK_FLAGS :=
 | 
						|
BIN_ARGS :=
 |