summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/Makefile.inc
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-04-08 06:58:48 +0000
committerdd <dd@FreeBSD.org>2001-04-08 06:58:48 +0000
commit6ca32ea5067447533fd6c862d8c6ba02f7dd58dd (patch)
tree59d77f0bfb803960643808ef982714c1672edc10 /lib/libc/sys/Makefile.inc
parente2e4aafb45b29150054af50791077eeabd8cfbfc (diff)
downloadFreeBSD-src-6ca32ea5067447533fd6c862d8c6ba02f7dd58dd.zip
FreeBSD-src-6ca32ea5067447533fd6c862d8c6ba02f7dd58dd.tar.gz
Install links to extattr_(get|set|delete)_fd.2 (from extattr_get_file.2).
Diffstat (limited to 'lib/libc/sys/Makefile.inc')
-rw-r--r--lib/libc/sys/Makefile.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 93f9812..87d4aeb 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -92,8 +92,11 @@ MLINKS+=chmod.2 fchmod.2 chmod.2 lchmod.2
MLINKS+=chown.2 fchown.2 chown.2 lchown.2
MLINKS+=clock_gettime.2 clock_getres.2 clock_gettime.2 clock_settime.2
MLINKS+=dup.2 dup2.2
-MLINKS+=extattr_get_file.2 extattr_set_file.2 extattr_get_file.2 \
- extattr_delete_file.2
+MLINKS+=extattr_get_file.2 extattr_set_file.2 \
+ extattr_get_file.2 extattr_delete_file.2 \
+ extattr_get_file.2 extattr_get_fd.2 \
+ extattr_get_file.2 extattr_set_fd.2 \
+ extattr_get_file.2 extattr_delete_fd.2
MLINKS+=fhopen.2 fhstat.2 fhopen.2 fhstatfs.2
MLINKS+=getdirentries.2 getdents.2
MLINKS+=getgid.2 getegid.2
OpenPOWER on IntegriCloud