Fix preprocessor conditional
[deliverable/binutils-gdb.git] / gdb / common / fileio.c
index 28335ecf3c84e79d181d52c0d74247461a2c303c..ef00ea871e708c0bf21ecf23ddf5b35340032b14 100644 (file)
@@ -132,7 +132,7 @@ fileio_mode_pack (mode_t mode)
   if (mode & S_IRGRP)
     tmode |= FILEIO_S_IRGRP;
 #endif
-#ifdef S_IWRGRP
+#ifdef S_IWGRP
   if (mode & S_IWGRP)
     tmode |= FILEIO_S_IWGRP;
 #endif
This page took 0.036359 seconds and 4 git commands to generate.