Link rand_r(3) to rand(3).
This commit is contained in:
parent
1d8b7c1279
commit
e9118660e4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue