diff options
author | ache <ache@FreeBSD.org> | 1997-03-23 23:12:59 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-03-23 23:12:59 +0000 |
commit | d16568f14107c2b35c765f6cf514a214d494ae5f (patch) | |
tree | 0b9cee676db17185ff61fae61a67d725738c8a8d /lib/libc | |
parent | 27fa1c8849b0f064c91087dfde725c513da496cd (diff) | |
download | FreeBSD-src-d16568f14107c2b35c765f6cf514a214d494ae5f.zip FreeBSD-src-d16568f14107c2b35c765f6cf514a214d494ae5f.tar.gz |
Add srandomdev.3 link
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index a41c585..5508000 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -24,7 +24,8 @@ MAN3+= stdlib/abort.3 stdlib/abs.3 stdlib/alloca.3 stdlib/atexit.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+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 +MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 \ + random.3 srandomdev.3 MLINKS+=strtol.3 strtoq.3 MLINKS+=strtoul.3 strtouq.3 MLINKS+=malloc.3 free.3 malloc.3 realloc.3 |