2 @section @code{symlink}
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/symlink.html}
9 Portability problems fixed by Gnulib:
12 On some systems, @code{symlink(value,"name/")} mistakenly creates a
14 FreeBSD 7.2, AIX 7.1, Solaris 9.
16 This function is missing on some platforms; however, the replacement
17 always fails with @code{EPERM}:
21 Portability problems not fixed by Gnulib:
24 Some file systems do not support symbolic links.