Home | History | Annotate | Download | only in lib

Lines Matching refs:lchmod

420 /* The lchmod replacement follows symbolic links.  Callers should take
421 this into account; lchmod should be applied only to arguments that
422 are known to not be symbolic links. On hosts that lack lchmod,
424 invocation of lchmod, but we know of no workarounds that are
425 reliable in general. You might try requesting support for lchmod
428 # define lchmod chmod
432 _GL_CXXALIAS_RPL_CAST_1 (lchmod, chmod, int,
436 _GL_FUNCDECL_SYS (lchmod, int, (const char *filename, mode_t mode)
439 _GL_CXXALIAS_SYS (lchmod, int, (const char *filename, mode_t mode));
442 _GL_CXXALIASWARN (lchmod);
445 # undef lchmod
447 _GL_WARN_ON_USE (lchmod, "lchmod is unportable - "
448 "use gnulib module lchmod for portability");