mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
waf: CubePilot-PPPGW needs fiprintf
This commit is contained in:
parent
771e4be86d
commit
ec9a8d7167
@ -731,7 +731,7 @@ def build(bld):
|
||||
# errors if we accidentially try to use one of those functions either
|
||||
# directly or via another libc call
|
||||
wraplist = ['sscanf', 'fprintf', 'snprintf', 'vsnprintf','vasprintf','asprintf','vprintf','scanf',
|
||||
'fiprintf','printf',
|
||||
'printf',
|
||||
'fopen', 'fflush', 'fwrite', 'fread', 'fputs', 'fgets',
|
||||
'clearerr', 'fseek', 'ferror', 'fclose', 'tmpfile', 'getc', 'ungetc', 'feof',
|
||||
'ftell', 'freopen', 'remove', 'vfprintf', 'fscanf',
|
||||
|
Loading…
Reference in New Issue
Block a user