mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
ba16529251
Modules that use stat but are not in this list don't trip any of the bugs that the stat module fixes. * modules/chown (Depends-on): Add stat. * modules/euidaccess (Depends-on): Likewise. * modules/fchdir (Depends-on): Likewise. * modules/isdir (Depends-on): Likewise. * modules/link (Depends-on): Likewise. * modules/lstat (Depends-on): Likewise. * modules/mkdir-p (Depends-on): Likewise. * modules/modechange (Depends-on): Likewise. * modules/open (Depends-on): Likewise. * modules/readlink (Depends-on): Likewise. * modules/same (Depends-on): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
30 lines
327 B
Plaintext
30 lines
327 B
Plaintext
Description:
|
|
Manipulation of mode changes specified by strings (e.g. as first argument of
|
|
chmod utility).
|
|
|
|
Files:
|
|
lib/modechange.h
|
|
lib/modechange.c
|
|
m4/modechange.m4
|
|
|
|
Depends-on:
|
|
stat
|
|
stat-macros
|
|
stdbool
|
|
sys_stat
|
|
xalloc
|
|
|
|
configure.ac:
|
|
gl_MODECHANGE
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"modechange.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|