mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:22:45 +00:00 
			
		
		
		
	Kernel: Add O_SYNC into fcntl.h
				
					
				
			This commit is contained in:
		
							parent
							
								
									2fc9481bb6
								
							
						
					
					
						commit
						94ab75d3df
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -39,6 +39,7 @@ extern "C" { | |||
| #define O_NOFOLLOW (1 << 10) | ||||
| #define O_CLOEXEC (1 << 11) | ||||
| #define O_DIRECT (1 << 12) | ||||
| #define O_SYNC (1 << 13) | ||||
| 
 | ||||
| #define F_RDLCK ((short)0) | ||||
| #define F_WRLCK ((short)1) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Schumacher
						Tim Schumacher