diff options
Diffstat (limited to 'clang/test/Modules/Inputs/System/usr/include/stdio.h')
-rw-r--r-- | clang/test/Modules/Inputs/System/usr/include/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/Inputs/System/usr/include/stdio.h b/clang/test/Modules/Inputs/System/usr/include/stdio.h index 9a7b1063032..f41e09c35a4 100644 --- a/clang/test/Modules/Inputs/System/usr/include/stdio.h +++ b/clang/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; |