This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
[PING][PATCH][DJGPP][libgfortran] Do not use S_ISVTX for DJGPP in libfortran/intrinsic/chmod.c
- From: Andris Pavenis <andris dot pavenis at iki dot fi>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>, fortran at gcc dot gnu dot org
- Date: Sat, 16 Jan 2016 14:09:45 +0200
- Subject: [PING][PATCH][DJGPP][libgfortran] Do not use S_ISVTX for DJGPP in libfortran/intrinsic/chmod.c
- Authentication-results: sourceware.org; auth=none
Patch avoids using S_ISVTX if it is not defined.
https://gcc.gnu.org/ml/gcc-patches/2015-11/msg01899.html
Initial version of patch avoided it additionally for DJGPP
(https://gcc.gnu.org/ml/gcc-patches/2015-11/msg01880.html)
Andris