Update copyright dates with scripts/update-copyrights
[glibc.git] / sysdeps / ieee754 / ldbl-128ibm-compat / test-syslog-chk-ldbl-compat.c
blob513b2d2064d3f928519d253a1eccf4879998c7ea
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>