Kaynağa Gözat

Fix build with glibc 2.27

Samuel Thibault 7 yıl önce
ebeveyn
işleme
3dcfd7eb7f
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      src/core/disk_ops/unistd/disk_unistd_global.c

+ 3 - 1
src/core/disk_ops/unistd/disk_unistd_global.c

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2013,2015-2017                           CNRS
  * Copyright (C) 2013,2017                                Inria
- * Copyright (C) 2013-2017                                Université de Bordeaux
+ * Copyright (C) 2013-2018                                Université de Bordeaux
  * Copyright (C) 2013                                     Corentin Salingue
  *
  * StarPU is free software; you can redistribute it and/or modify
@@ -723,9 +723,11 @@ void starpu_unistd_global_unplug(void *base)
 	}
 	starpu_unistd_nb_disk_opened--;
 
+#if !defined(HAVE_COPY_FILE_RANGE) && defined( __NR_copy_file_range)
 	if (starpu_unistd_nb_disk_opened == 0)
 		starpu_unistd_copy_failed = INIT;
 #endif
+#endif
 
 	free(fileBase->path);
 	free(fileBase);