summaryrefslogtreecommitdiff
path: root/misc/bits
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bits')
-rw-r--r--misc/bits/syslog-ldbl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/bits/syslog-ldbl.h b/misc/bits/syslog-ldbl.h
index f3867408de..d153c8f8cd 100644
--- a/misc/bits/syslog-ldbl.h
+++ b/misc/bits/syslog-ldbl.h
@@ -22,4 +22,15 @@
#endif
__LDBL_REDIR_DECL (syslog)
+
+#ifdef __USE_BSD
__LDBL_REDIR_DECL (vsyslog)
+#endif
+
+#if __USE_FORTIFY_LEVEL > 0 && !defined __cplusplus
+__LDBL_REDIR_DECL (__syslog_chk)
+
+# ifdef __USE_BSD
+__LDBL_REDIR_DECL (__vsyslog_chk)
+# endif
+#endif