Whamcloud - gitweb
Branch b1_6
[fs/lustre-release.git] / lustre / tests / opendirunlink.c
index 5e70f7d..f7ad30f 100644 (file)
@@ -3,7 +3,9 @@
  */
 
 /* for O_DIRECTORY */
+#ifndef _GNU_SOURCE
 #define _GNU_SOURCE
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>