Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "try harder to get useconds_t from unistd.h"
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 7 Mar 2018 10:23:44 +0000 (11:23 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 7 Mar 2018 10:23:49 +0000 (11:23 +0100)
This reverts commit 99a8c679fb71cf12be9f2f4ca26f0be47222330e.

Stupid me.

include/smpi/smpi.h

index a1ba3a0..490a9e7 100644 (file)
@@ -6,9 +6,7 @@
 #ifndef SMPI_H
 #define SMPI_H
 
-#define __USE_XOPEN /* pick useconds_t in unistd.h */
 #include <unistd.h>
-
 #include <sys/time.h>
 #if _POSIX_TIMERS
 #include <time.h>