summaryrefslogtreecommitdiff
path: root/include/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 5426d08..2bed0b4 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -58,6 +58,8 @@ __errordecl(__snprintf_error, "snprintf: buffer overflow detected");
58 snprintf(s, _n, fmt, ## __VA_ARGS__); \ 58 snprintf(s, _n, fmt, ## __VA_ARGS__); \
59}) 59})
60 60
61#undef __errordecl
62
61#endif 63#endif
62 64
63#endif 65#endif