Mercurial > hg > octave-kai > gnulib-hg
annotate lib/stat-macros.h @ 11639:b2e769838448
hash: fix memory leak in last patch
* lib/hash.c (hash_rehash): Avoid memory leak.
Signed-off-by: Eric Blake <ebb9@byu.net>
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Thu, 18 Jun 2009 15:24:38 -0600 |
parents | 45c727466eb8 |
children |
rev | line source |
---|---|
5078 | 1 /* All the mode bits that can be affected by chmod. */ |
7581
45c727466eb8
Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6912
diff
changeset
|
2 #define CHMOD_MODE_BITS \ |
5078 | 3 (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) |