Add jrand48()/nrand48() compat functions

These functions are not available on all platforms.
This commit is contained in:
Romain Vimont 2023-01-21 19:35:04 +01:00
commit 059ec45f82
3 changed files with 54 additions and 0 deletions

View file

@ -170,6 +170,8 @@ check_functions = [
'strdup',
'asprintf',
'vasprintf',
'nrand48',
'jrand48',
]
foreach f : check_functions