No _POSIX_SOURCE on Mac

_POSIX_SOURCE hides wait3() and wait4()
This commit is contained in:
Lassi Kortela 2023-02-13 15:42:21 +02:00
parent e3efc5b46e
commit 8046a10a7a
1 changed files with 0 additions and 4 deletions

View File

@ -28,10 +28,6 @@
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. * THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
*/ */
#ifdef __MACH__
# define _POSIX_SOURCE
#endif
#include "unix.h" #include "unix.h"
#include <string.h> #include <string.h>