From b6d64fb0f925a96e5fbce08daaefa443f71df939 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 19 Aug 2001 01:09:06 +0000 Subject: Update. * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t. * wcsmbs/wcwidth.c (wcwdith): Likewise. * wcsmbs/wcwidth.h (internal_wcwdith): Likewise. * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS. * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests. --- wcsmbs/wcwidth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wcsmbs/wcwidth.h') diff --git a/wcsmbs/wcwidth.h b/wcsmbs/wcwidth.h index 2cea530..92ee3d6 100644 --- a/wcsmbs/wcwidth.h +++ b/wcsmbs/wcwidth.h @@ -1,5 +1,5 @@ /* Internal header containing implementation of wcwidth() function. - Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1996. @@ -26,7 +26,7 @@ extern const char *__ctype32_width; static __inline int -internal_wcwidth (wint_t wc) +internal_wcwidth (wchar_t wc) { unsigned char res; -- cgit v1.1