diff options
| author | itojun <itojun@NetBSD.org> | 2001-01-20 17:40:09 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2001-01-20 17:40:09 +0000 |
| commit | 6bb7c9da0ceb1752afc31525f6ccd9bffadca490 (patch) | |
| tree | a212b5694bc2d7abba1bca355e6ff116ccfcd786 /include | |
| parent | 8805bd8b56449528a47455ea43a7ebb22db9ebdd (diff) | |
avoid exposure of libc internal symbols into public header (wctype.h).
Diffstat (limited to 'include')
| -rw-r--r-- | include/wctype.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/wctype.h b/include/wctype.h index 54ff25acfc0..8920aa9c280 100644 --- a/include/wctype.h +++ b/include/wctype.h @@ -1,4 +1,4 @@ -/* $NetBSD: wctype.h,v 1.3 2000/12/22 14:16:16 itojun Exp $ */ +/* $NetBSD: wctype.h,v 1.4 2001/01/20 17:40:09 itojun Exp $ */ /*- * Copyright (c)1999 Citrus Project, @@ -58,10 +58,6 @@ int iswupper __P((wint_t)); int iswxdigit __P((wint_t)); wint_t towlower __P((wint_t)); wint_t towupper __P((wint_t)); - -unsigned long ___runetype_mb __P((wint_t)); -wint_t ___tolower_mb __P((wint_t)); -wint_t ___toupper_mb __P((wint_t)); __END_DECLS #endif /* _WCTYPE_H_ */ |
