diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2025-06-11 16:39:02 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2025-06-11 16:39:02 +0000 |
| commit | c190cd94b7bff590b06db906c56789525a991ece (patch) | |
| tree | ca71f5b0f6a90be72861696b814117b5131140d7 /include/stdio.h | |
| parent | 2e783ea70a7a1aa0bec116451d70abd8cf05ce42 (diff) | |
Diffstat (limited to 'include/stdio.h')
| -rw-r--r-- | include/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h index 3dedb8fd5a54..34e877b60c14 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -74,7 +74,7 @@ typedef __off64_t off64_t; #if __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE #ifndef _VA_LIST_DECLARED -typedef __va_list va_list; +typedef __builtin_va_list va_list; #define _VA_LIST_DECLARED #endif #endif |
