view modules/lchmod @ 10664:3eb22f9808e0

Move the lchmod() declaration to <sys/stat.h>.
author Bruno Haible <bruno@clisp.org>
date Sun, 19 Oct 2008 12:50:40 +0200
parents 77791268fe1f
children
line wrap: on
line source

Description:
lchmod that is actually chmod (!) on hosts lacking lchmod

Files:
m4/lchmod.m4

Depends-on:
sys_stat
extensions

configure.ac:
gl_FUNC_LCHMOD
gl_SYS_STAT_MODULE_INDICATOR([lchmod])

Makefile.am:

Include:
<sys/stat.h>

License:
GPL

Maintainer:
Paul Eggert, Jim Meyering