Next: lcong48
, Previous: labs
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
lchown
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/lchown.html
Gnulib module: lchown
Portability problems fixed by Gnulib:
lchown("link-to-file/",uid,gid)
:
FreeBSD 7.2, Solaris 9.
lchmod
, the replacement only fixes this for non-symlinks:
OpenBSD 4.0.
chown
is supported, and fails altogether
with ENOSYS
otherwise:
Minix 3.1.8, mingw, MSVC 14.
Portability problems not fixed by Gnulib: