Removed the feature test macros.
On Mac OS X they disable the definition of the timeval macros and on Linux they are defined by default. Thus removing them makes everything work on both platforms.
This commit is contained in:
parent
209aa53894
commit
35f6b4845e
@ -1,6 +1,3 @@
|
||||
#define _POSIX_C_SOURCE 199309
|
||||
#define _BSD_SOURCE
|
||||
|
||||
#include <stdlib.h> // malloc, free
|
||||
#include <string.h> // strerror
|
||||
#include <errno.h> // errno
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user