mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:32:46 +00:00 
			
		
		
		
	Kernel: Add ESTALE errno code (stale network file handle)
This commit is contained in:
		
							parent
							
								
									c27a5012ad
								
							
						
					
					
						commit
						20d21fad7b
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -89,6 +89,7 @@ | |||
|     E(ENOTRECOVERABLE, "State not recoverable")                       \ | ||||
|     E(ECANCELED, "Operation cancelled")                               \ | ||||
|     E(EPROMISEVIOLATION, "The process has a promise violation")       \ | ||||
|     E(ESTALE, "Stale network file handle")                            \ | ||||
|     E(EMAXERRNO, "The highest errno +1 :^)") | ||||
| 
 | ||||
| enum ErrnoCode { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling