Browse Source

s/_GNU_SOURCE/__USE_GNU/

Peter S. Mazinger 19 years ago
parent
commit
a47a8b46a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/misc/statfs/internal_statvfs.c

+ 1 - 1
libc/misc/statfs/internal_statvfs.c

@@ -83,7 +83,7 @@
 		      buf->f_flag |= ST_RDONLY;
 		    else if (strcmp (opt, "nosuid") == 0)
 		      buf->f_flag |= ST_NOSUID;
-#ifdef _GNU_SOURCE
+#ifdef __USE_GNU
 		    else if (strcmp (opt, "noexec") == 0)
 		      buf->f_flag |= ST_NOEXEC;
 		    else if (strcmp (opt, "nodev") == 0)