From 02ca3541ce1b81a6778ca811cc251a30280d0120 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 25 Jul 2005 21:41:45 +0000 Subject: * debug/mbstowcs_chk.c: New file. * debug/wcstombs_chk.c: New file. * debug/Makefile (routines): Add mbstowcs_chk and wcstombs_chk. * debug/Versions: Add __mbstowcs_chk and __wcstombs_chk. * stdlib/bits/stdlib.h: Add definitions for mbstowcs and wcstombs. * wcsmbs/bits/wchar2.h (mbsrtowcs): Pretty printing. * string/test-memset.c (test_main): Use negative byte value in --- debug/Versions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debug/Versions') diff --git a/debug/Versions b/debug/Versions index 2f4183bceb..683eb17d09 100644 --- a/debug/Versions +++ b/debug/Versions @@ -31,7 +31,8 @@ libc { __vwprintf_chk; __vfwprintf_chk; __fgetws_chk; __fgetws_unlocked_chk; __confstr_chk; __getgroups_chk; __ttyname_r_chk; __getlogin_r_chk; __gethostname_chk; __getdomainname_chk; __wcrtomb_chk; __mbsnrtowcs_chk; - __wcsnrtombs_chk; __mbsrtowcs_chk; __wcsrtombs_chk; + __wcsnrtombs_chk; __mbsrtowcs_chk; __wcsrtombs_chk; __mbstowcs_chk; + __wcstombs_chk; __stack_chk_fail; } -- cgit 1.4.1