realloc: more improvements for realloc (p, 0)
[gnulib.git] / doc / posix-functions / fchown.texi
blob040bbe3f58ab937bfb07c6c65dac671fb8b14d49
1 @node fchown
2 @subsection @code{fchown}
3 @findex fchown
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/fchown.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 mingw, MSVC 14.
18 @item
19 This function sometimes fails with @code{EACCES} when the failure is
20 due to lack of appropriate privileges (@code{EPERM}), not to
21 search permission denied on the file name prefix (@code{EACCES}):
22 Linux kernel 5.15 with glibc 2.35 and a CIFS v1 file system
23 (see @url{https://bugs.gnu.org/65599}).
24 @end itemize