Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Include is not needed anymore. Remove.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 16 Jan 2019 10:24:52 +0000 (11:24 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 16 Jan 2019 10:34:59 +0000 (11:34 +0100)
src/xbt/xbt_os_thread.c

index 1a19ba5..270af96 100644 (file)
 
 #include <pthread.h>
 
 
 #include <pthread.h>
 
-#if defined(__FreeBSD__)
-#include "pthread_np.h"
-#define cpu_set_t cpuset_t
-#endif
-
 #include <limits.h>
 #include <semaphore.h>
 #include <errno.h>
 #include <limits.h>
 #include <semaphore.h>
 #include <errno.h>