waf: CubePilot-PPPGW needs fiprintf

This commit is contained in:
Andrew Tridgell 2024-01-15 15:16:35 +11:00
parent 771e4be86d
commit ec9a8d7167

View File

@ -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',