1 #define _FORTIFY_SOURCE 0
2 #define SYSLOG_FUNCTION syslog
3 #define SYSLOG_FUNCTION_PARAMS (LOG_DEBUG, "%Lf\n", ld)
4 #define VSYSLOG_FUNCTION vsyslog
5 #define VSYSLOG_FUNCTION_PARAMS (LOG_DEBUG, "%Lf\n", ap)
6 #include <test-syslog-ldbl-compat-template.c>
7