2 link() function: create a new link for an existing file
10 stat [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
11 strdup-posix [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
12 sys_stat [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
16 if test $HAVE_LINK = 0 || test $REPLACE_LINK = 1; then
19 gl_UNISTD_MODULE_INDICATOR([link])
30 Martin Lambers, Eric Blake