5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/lchown.html}
9 Portability problems fixed by Gnulib:
12 Some platforms fail to detect trailing slash on non-directories, as in
13 @code{lchown("link-to-file/",uid,gid)}:
14 FreeBSD 7.2, Solaris 9.
16 Some platforms fail to update the change time when at least one
17 argument was not -1, but no ownership changes resulted. However,
18 without @code{lchmod}, the replacement only fixes this for non-symlinks:
21 This function is missing on some platforms; however, the replacement
22 fails on symlinks if @code{chown} is supported, and fails altogether
23 with @code{ENOSYS} otherwise:
24 Mac OS X 10.3, Minix 3.1.8, mingw, MSVC 9, BeOS.
27 Portability problems not fixed by Gnulib: