Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix build with -Werror=undef.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 7 May 2021 12:08:43 +0000 (14:08 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 7 May 2021 12:08:43 +0000 (14:08 +0200)
teshsuite/smpi/mpich3-test/coll/nonblocking3.c

index 2557c92..006bf8b 100644 (file)
 #include <string.h>
 #include <assert.h>
 
-#if HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
 static int errs = 0;
 
 /* Constants that control the high level test harness behavior. */