view lib/stat-macros.h @ 8582:88177595d847

Tweak last patch: Sync with gettext.
author Bruno Haible <bruno@clisp.org>
date Thu, 29 Mar 2007 22:34:33 +0000
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)