Description:
chmod() function: change the permissions of a file

Files:
lib/chmod.c
m4/chmod.m4

Depends-on:
sys_stat
lstat           [test $REPLACE_CHMOD = 1]

configure.ac:
gl_FUNC_CHMOD
if test $REPLACE_CHMOD = 1; then
  AC_LIBOBJ([chmod])
  gl_PREREQ_CHMOD
fi
gl_SYS_STAT_MODULE_INDICATOR([chmod])

Makefile.am:

Include:
<sys/stat.h>

License:
GPL

Maintainer:
Paul Eggert, Bruno Haible
