Home | History | Annotate | Download | only in lib

Lines Matching refs:lchown

985    <http://pubs.opengroup.org/onlinepubs/9699919799/functions/lchown.html>.  */
988 # undef lchown
989 # define lchown rpl_lchown
991 _GL_FUNCDECL_RPL (lchown, int, (char const *file, uid_t owner, gid_t group)
993 _GL_CXXALIAS_RPL (lchown, int, (char const *file, uid_t owner, gid_t group));
996 _GL_FUNCDECL_SYS (lchown, int, (char const *file, uid_t owner, gid_t group)
999 _GL_CXXALIAS_SYS (lchown, int, (char const *file, uid_t owner, gid_t group));
1001 _GL_CXXALIASWARN (lchown);
1003 # undef lchown
1005 _GL_WARN_ON_USE (lchown, "lchown is unportable to pre-POSIX.1-2001 systems - "
1006 "use gnulib module lchown for portability");