8802171f2d3d0f944f6cf7aaf46e0ee39da41a28
[gnulib.git] / doc / posix-functions / symlinkat.texi
1 @node symlinkat
2 @section @code{symlinkat}
3 @findex symlinkat
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/symlinkat.html}
6
7 Gnulib module: symlinkat
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 glibc 2.3.6, MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX
14 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
15 But the replacement function is not safe to be used in libraries and is not multithread-safe.
16 @item
17 Some platforms declare this function in @code{stdio.h} instead of
18 @code{unistd.h}:
19 Cygwin 1.7.1.
20 @end itemize
21
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @item
25 This function always fails with @samp{ENOSYS} on platforms that don't
26 support symlinks:
27 mingw
28 @end itemize