Attempt to fix yesterday's mac commit.

This commit is contained in:
Rob Landley 2021-09-28 19:51:32 -05:00
parent 261d72a5ef
commit a39df1343a

View File

@ -196,7 +196,7 @@ void *memmem(const void *haystack, size_t haystack_length,
#ifdef __linux__
#include <sys/personality.h>
#else
#define LINUX_PER32 0
#define PER_LINUX32 0
void personality(int x);
#endif