From e9118660e4e4d23f6744e22ed9189dc39aacc08f Mon Sep 17 00:00:00 2001 From: kleink Date: Tue, 15 Jul 1997 00:42:29 +0000 Subject: [PATCH] Link rand_r(3) to rand(3). --- lib/libc/stdlib/Makefile.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 442e7015ce5b..5dbd44cb25f7 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.32 1997/07/13 20:16:31 christos Exp $ +# $NetBSD: Makefile.inc,v 1.33 1997/07/15 00:42:29 kleink Exp $ # from: @(#)Makefile.inc 5.6 (Berkeley) 6/4/91 # stdlib sources @@ -36,8 +36,9 @@ MAN+= abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 \ MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3 MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 -MLINKS+=rand.3 srand.3 MLINKS+=strtol.3 strtoq.3 +MLINKS+=rand.3 rand_r.3 +MLINKS+=rand.3 srand.3 MLINKS+=strtoul.3 strtouq.3 MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 MLINKS+=rand48.3 drand48.3 rand48.3 erand48.3 rand48.3 lrand48.3