mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add srandomdev.3 link
This commit is contained in:
parent
f409763500
commit
92936d823f
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue