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