diff options
author | bde <bde@FreeBSD.org> | 1999-12-23 16:00:50 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-12-23 16:00:50 +0000 |
commit | 6b050d72445c640a514348d48c611bc44aa639da (patch) | |
tree | a6f4f88b5e2af511bd4ef13edba7d273fc403b15 /lib/libc | |
parent | d840632d4c138fc86e511e99d45632d3d27da098 (diff) | |
download | FreeBSD-src-6b050d72445c640a514348d48c611bc44aa639da.zip FreeBSD-src-6b050d72445c640a514348d48c611bc44aa639da.tar.gz |
Fixed missing installation of a link to rand_r.3.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index d1b4b2a..cb1d91f 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -30,7 +30,7 @@ MAN3+= abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 \ MLINKS+=getenv.3 putenv.3 getenv.3 setenv.3 getenv.3 unsetenv.3 MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 -MLINKS+=rand.3 srand.3 +MLINKS+=rand.3 rand_r.3 rand.3 srand.3 MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 \ random.3 srandomdev.3 MLINKS+=strtol.3 strtoq.3 |