mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 13:12:46 +00:00 
			
		
		
		
	Kernel+LibC: Implement fsync
This commit is contained in:
		
							parent
							
								
									fd3735199b
								
							
						
					
					
						commit
						a81b21c1a7
					
				
					 13 changed files with 51 additions and 6 deletions
				
			
		|  | @ -79,6 +79,7 @@ enum class NeedsBigProcessLock { | |||
|     S(fork, NeedsBigProcessLock::Yes)                       \ | ||||
|     S(fstat, NeedsBigProcessLock::Yes)                      \ | ||||
|     S(fstatvfs, NeedsBigProcessLock::Yes)                   \ | ||||
|     S(fsync, NeedsBigProcessLock::Yes)                      \ | ||||
|     S(ftruncate, NeedsBigProcessLock::Yes)                  \ | ||||
|     S(futex, NeedsBigProcessLock::Yes)                      \ | ||||
|     S(get_dir_entries, NeedsBigProcessLock::Yes)            \ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 TheFightingCatfish
						TheFightingCatfish