Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / tests / openfilleddirunlink.c
index 6c7707f..9b07c64 100644 (file)
@@ -3,7 +3,9 @@
  */
 
 /* for O_DIRECTORY */
+#ifndef _GNU_SOURCE
 #define _GNU_SOURCE
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>