diff options
| author | Sean Farley <scf@FreeBSD.org> | 2007-10-06 03:15:15 +0000 |
|---|---|---|
| committer | Sean Farley <scf@FreeBSD.org> | 2007-10-06 03:15:15 +0000 |
| commit | 2fd643fa9e0514ce6ad717dc863d59f011a12e39 (patch) | |
| tree | 1c70bd050203cf8ec19cc3b96dc583c59fca1988 /lib/libc | |
| parent | 27325aab912713053fcbf6abd62bc7ed78059921 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index 55b626c2f3237..fe274cfb2c6c4 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -81,7 +81,8 @@ MLINKS+=fpclassify.3 finite.3 fpclassify.3 finitef.3 \ fpclassify.3 isnormal.3 MLINKS+=frexp.3 frexpf.3 frexp.3 frexpl.3 MLINKS+=fts.3 fts_children.3 fts.3 fts_close.3 fts.3 fts_open.3 \ - fts.3 fts_read.3 fts.3 fts_set.3 + fts.3 fts_read.3 fts.3 fts_set.3 fts.3 fts_set_clientptr.3 \ + fts.3 fts_get_clientptr.3 fts.3 fts_get_stream.3 MLINKS+=ftw.3 nftw.3 MLINKS+=getcap.3 cgetcap.3 getcap.3 cgetclose.3 getcap.3 cgetent.3 \ getcap.3 cgetfirst.3 getcap.3 cgetmatch.3 getcap.3 cgetnext.3 \ |
