diff options
author | ache <ache@FreeBSD.org> | 2001-04-23 11:11:00 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-04-23 11:11:00 +0000 |
commit | 43a5f991258017e9affc9914294fb0e8737a74c5 (patch) | |
tree | f1f99564e00fbd37e1b945175df9622b5907e676 /lib/libc/stdlib | |
parent | 873e76a1698a675cde4bca85434925f4343b864f (diff) | |
download | FreeBSD-src-43a5f991258017e9affc9914294fb0e8737a74c5.zip FreeBSD-src-43a5f991258017e9affc9914294fb0e8737a74c5.tar.gz |
Add sranddev.3 to MLINKS
Diffstat (limited to 'lib/libc/stdlib')
-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 b36a798..c2f42df 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -31,7 +31,7 @@ MAN+= 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 rand_r.3 rand.3 srand.3 +MLINKS+=rand.3 rand_r.3 rand.3 srand.3 rand.3 sranddev.3 MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 \ random.3 srandomdev.3 MLINKS+=strtol.3 strtoll.3 strtol.3 strtoq.3 |