Răsfoiți Sursa

s/_GNU_SOURCE/__USE_GNU/

Peter S. Mazinger 19 ani în urmă
părinte
comite
a47a8b46a5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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)