From 3d89cd8c71a1b9301aba63eab3d9fd6775b9863f Mon Sep 17 00:00:00 2001 From: tjr Date: Sun, 17 Oct 2004 06:51:50 +0000 Subject: Remove the obsolete interface. --- lib/libc/locale/table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/locale/table.c') diff --git a/lib/libc/locale/table.c b/lib/libc/locale/table.c index dfac185..f513ceb 100644 --- a/lib/libc/locale/table.c +++ b/lib/libc/locale/table.c @@ -48,8 +48,8 @@ __FBSDID("$FreeBSD$"); _RuneLocale _DefaultRuneLocale = { _RUNE_MAGIC_1, "NONE", - __emulated_sgetrune, - __emulated_sputrune, + NULL, + NULL, 0xFFFD, { /*00*/ _CTYPE_C, -- cgit v1.1