diff options
author | dd <dd@FreeBSD.org> | 2001-03-15 01:53:17 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-03-15 01:53:17 +0000 |
commit | 3d978abb640fddaca04594621344fa8db2b63a22 (patch) | |
tree | 2bacafe7811803bb14b46e520d8c41df01107fcf /lib/libc/stdlib | |
parent | 4d393db0d4cfdddb88b17ece7de2c6ecd595875a (diff) | |
download | FreeBSD-src-3d978abb640fddaca04594621344fa8db2b63a22.zip FreeBSD-src-3d978abb640fddaca04594621344fa8db2b63a22.tar.gz |
Make tdelete(3), tfind(3), and twalk(3) links to tsearch(3).
Approved by: nik
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index bd82afe..642b9eb 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -37,4 +37,5 @@ MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 \ MLINKS+=strtol.3 strtoll.3 strtol.3 strtoq.3 MLINKS+=strtoul.3 strtoull.3 strtoul.3 strtouq.3 MLINKS+=malloc.3 calloc.3 malloc.3 free.3 malloc.3 realloc.3 malloc.3 reallocf.3 +MLINKS+=tsearch.3 tdelete.3 tsearch.3 tfind.3 tsearch.3 twalk.3 .endif |