Mercurial > hg > octave-jordi > gnulib-hg
view lib/stat-macros.h @ 13343:747ce13db0de
Fix collision between gnulib's and libintl's printf replacements.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 16 May 2010 14:16:03 +0200 |
parents | 45c727466eb8 |
children |
line wrap: on
line source
/* All the mode bits that can be affected by chmod. */ #define CHMOD_MODE_BITS \ (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)