No _POSIX_SOURCE on Mac
_POSIX_SOURCE hides wait3() and wait4()
This commit is contained in:
		
							parent
							
								
									e3efc5b46e
								
							
						
					
					
						commit
						8046a10a7a
					
				| 
						 | 
				
			
			@ -28,10 +28,6 @@
 | 
			
		|||
 * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifdef __MACH__
 | 
			
		||||
#  define _POSIX_SOURCE
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include "unix.h"
 | 
			
		||||
 | 
			
		||||
#include <string.h>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue