diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-03-24 06:59:02 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-03-24 06:59:02 -0700 |
commit | 9ac9129d496d27b93c6fdfe0a22b68b3e4ee55df (patch) | |
tree | 3c1fff84a1328935408670148dbd04c578a37ac6 /wctype | |
parent | 04f2902d9fadb2b8221162247412fb2c4667d95e (diff) | |
download | glibc-9ac9129d496d27b93c6fdfe0a22b68b3e4ee55df.tar glibc-9ac9129d496d27b93c6fdfe0a22b68b3e4ee55df.tar.gz glibc-9ac9129d496d27b93c6fdfe0a22b68b3e4ee55df.tar.bz2 glibc-9ac9129d496d27b93c6fdfe0a22b68b3e4ee55df.zip |
Unify wint_t handling in wchar.h and wctype.h.
Fix a few typos in the process.
Diffstat (limited to 'wctype')
-rw-r--r-- | wctype/wctype.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wctype/wctype.h b/wctype/wctype.h index 9b29af5638..1e2fbf9fae 100644 --- a/wctype/wctype.h +++ b/wctype/wctype.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2002,2005,2007,2008,2009 Free Software Foundation, Inc. +/* Copyright (C) 1996-2002,2005,2007-2009,2010 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -29,9 +29,9 @@ #ifndef __need_iswxxx # define _WCTYPE_H 1 -/* Get wint_t from <stddef.h>. */ +/* Get wint_t from <wchar.h>. */ # define __need_wint_t -# include <stddef.h> +# include <wchar.h> /* Constant expression of type `wint_t' whose value does not correspond to any member of the extended character set. */ @@ -204,7 +204,7 @@ __END_DECLS /* The remaining definitions and declarations must not appear in the - <wcsmbs.h> header. */ + <wchar.h> header. */ #ifdef _WCTYPE_H /* |