Add jrand48()/nrand48() compat functions
These functions are not available on all platforms.
This commit is contained in:
@@ -170,6 +170,8 @@ check_functions = [
|
||||
'strdup',
|
||||
'asprintf',
|
||||
'vasprintf',
|
||||
'nrand48',
|
||||
'jrand48',
|
||||
]
|
||||
|
||||
foreach f : check_functions
|
||||
|
||||
Reference in New Issue
Block a user