Samuel Thibault hace 8 años
padre
commit
3e0da0327b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/disk_ops/unistd/disk_unistd_global.h

+ 1 - 1
src/core/disk_ops/unistd/disk_unistd_global.h

@@ -18,7 +18,7 @@
 #define __DISK_UNISTD_GLOBAL_H__
 
 #include <fcntl.h>
-#ifdef __linux
+#ifdef __linux__
 #include <sys/syscall.h>
 #endif