Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib add hcreate.3



details:   https://anonhg.NetBSD.org/src/rev/863035caeb20
branches:  trunk
changeset: 503853:863035caeb20
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Feb 16 12:25:09 2001 +0000

description:
add hcreate.3

diffstat:

 lib/libc/stdlib/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 58330f1d9b1a -r 863035caeb20 lib/libc/stdlib/Makefile.inc
--- a/lib/libc/stdlib/Makefile.inc      Fri Feb 16 10:07:02 2001 +0000
+++ b/lib/libc/stdlib/Makefile.inc      Fri Feb 16 12:25:09 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.50 2001/02/14 05:44:29 cgd Exp $
+#      $NetBSD: Makefile.inc,v 1.51 2001/02/16 12:25:09 msaitoh Exp $
 #      from: @(#)Makefile.inc  8.3 (Berkeley) 2/4/95
 
 # stdlib sources
@@ -23,8 +23,8 @@
 
 MAN+=  a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 atoll.3 \
        bsearch.3 div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \
-       labs.3 ldiv.3 llabs.3 lldiv.3 malloc.3 memory.3 qabs.3 qdiv.3 qsort.3 \
-       radixsort.3 rand48.3 rand.3 random.3 strtod.3 \
+       hcreate.3 labs.3 ldiv.3 llabs.3 lldiv.3 malloc.3 memory.3 qabs.3 \
+       qdiv.3 qsort.3 radixsort.3 rand48.3 rand.3 random.3 strtod.3 \
        strtol.3 strtoul.3 system.3 tsearch.3
 
 MLINKS+=a64l.3 l64a.3



Home | Main Index | Thread Index | Old Index