mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:22:45 +00:00 
			
		
		
		
	LibC: Move S_* defines into <fcntl.h>
According to the Single UNIX Specification, Version 2 that's where those macros should be defined. This fixes the libiconv port. This also fixes some (but not all) build errors for the diffutils and nano ports.
This commit is contained in:
		
							parent
							
								
									be4b20c14d
								
							
						
					
					
						commit
						8ca5b8c065
					
				
					 10 changed files with 37 additions and 32 deletions
				
			
		|  | @ -29,6 +29,7 @@ | |||
| #include "SimpleRegion.h" | ||||
| #include <AK/Debug.h> | ||||
| #include <AK/Format.h> | ||||
| #include <fcntl.h> | ||||
| #include <sched.h> | ||||
| #include <serenity.h> | ||||
| #include <strings.h> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Gunnar Beutner
						Gunnar Beutner