diff options
Diffstat (limited to 'test/Modules/Inputs/crash-recovery/usr/include/stdio.h')
-rw-r--r-- | test/Modules/Inputs/crash-recovery/usr/include/stdio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Modules/Inputs/crash-recovery/usr/include/stdio.h b/test/Modules/Inputs/crash-recovery/usr/include/stdio.h new file mode 100644 index 0000000000000..f41e09c35a412 --- /dev/null +++ b/test/Modules/Inputs/crash-recovery/usr/include/stdio.h @@ -0,0 +1,3 @@ +typedef struct { int id; } FILE; +int fprintf(FILE*restrict, const char* restrict format, ...); +extern FILE *__stderrp; |