diff options
Diffstat (limited to 'test/Modules/Inputs/System/usr/include/stdio.h')
-rw-r--r-- | test/Modules/Inputs/System/usr/include/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/Inputs/System/usr/include/stdio.h b/test/Modules/Inputs/System/usr/include/stdio.h index 9a7b106..f41e09c 100644 --- a/test/Modules/Inputs/System/usr/include/stdio.h +++ b/test/Modules/Inputs/System/usr/include/stdio.h @@ -1,3 +1,3 @@ typedef struct { int id; } FILE; int fprintf(FILE*restrict, const char* restrict format, ...); - +extern FILE *__stderrp; |