mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
Modules that use stat but are not in this list don't trip any of the bugs that the stat module fixes. * modules/chown (Depends-on): Add stat. * modules/euidaccess (Depends-on): Likewise. * modules/fchdir (Depends-on): Likewise. * modules/isdir (Depends-on): Likewise. * modules/link (Depends-on): Likewise. * modules/lstat (Depends-on): Likewise. * modules/mkdir-p (Depends-on): Likewise. * modules/modechange (Depends-on): Likewise. * modules/open (Depends-on): Likewise. * modules/readlink (Depends-on): Likewise. * modules/same (Depends-on): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
28 lines
302 B
Plaintext
28 lines
302 B
Plaintext
Description:
|
|
link() function: create a new link for an existing file
|
|
|
|
Files:
|
|
lib/link.c
|
|
m4/link.m4
|
|
|
|
Depends-on:
|
|
stat
|
|
strdup-posix
|
|
sys_stat
|
|
unistd
|
|
|
|
configure.ac:
|
|
gl_FUNC_LINK
|
|
gl_UNISTD_MODULE_INDICATOR([link])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Martin Lambers, Eric Blake
|