From 29c21e490099c35fb3e35c2c493b6b480b211e72 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 30 Jul 2005 06:00:43 +0000 Subject: * misc/bits/syslog.h: New file. * misc/sys/syslog.h: Include for fortification. * misc/Makefile (headers): Add bits/syslog.h. * include/sys/syslog.h: Add __vsyslog_chk prototype and hidden_proto. * sysdeps/generic/syslog.c: Change vsyslog function to __vsyslog_chk. Call __vfprintf_chk if necessary. Make vsyslog a wrapper. Add __syslog_chk. * misc/Versions: Export __syslog_chk and __vsyslog_chk. * nis/nis_xdr.c: Help gcc to avoid generating unnecessary wrapper functions. --- misc/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'misc/Versions') diff --git a/misc/Versions b/misc/Versions index 13b38eec72..4c3aafad6e 100644 --- a/misc/Versions +++ b/misc/Versions @@ -130,4 +130,7 @@ libc { GLIBC_2.3.3 { remap_file_pages; } + GLIBC_2.4 { + __syslog_chk; __vsyslog_chk; + } } -- cgit v1.2.3-70-g09d2