view lib/stat-macros.h @ 9928:9a02133ad731

Add tentative support for Linux libc5.
author Bruno Haible <bruno@clisp.org>
date Thu, 17 Apr 2008 02:01:23 +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)