]> granicus.if.org Git - strace/blobdiff - vsprintf.c
tests: add a test for -yy option
[strace] / vsprintf.c
index 92fe1a7a622a210a8d0f4d7e6307e9e910762820..0125e7205a3199f70bd5e3946da6618847e38f12 100644 (file)
 #include <stdarg.h>
 #include <limits.h>
 
+#ifndef HAVE_FPUTS_UNLOCKED
+# define fputs_unlocked fputs
+#endif
+
 #define noinline_for_stack /*nothing*/
 #define likely(expr)       (expr)
 #define unlikely(expr)     (expr)