mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-26 20:26:01 +00:00
Add jrand48()/nrand48() compat functions
These functions are not available on all platforms.
This commit is contained in:
parent
e6cd42355b
commit
059ec45f82
3 changed files with 54 additions and 0 deletions
|
@ -170,6 +170,8 @@ check_functions = [
|
|||
'strdup',
|
||||
'asprintf',
|
||||
'vasprintf',
|
||||
'nrand48',
|
||||
'jrand48',
|
||||
]
|
||||
|
||||
foreach f : check_functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue