diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-12-29 23:01:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-12-29 23:01:38 +0000 |
commit | 0f2ae55cf707947688bd28b55899a148fd3d7646 (patch) | |
tree | aca4a1f0971ef7e2982759cef8c95e90e96e49db | |
parent | 50e481ceebce7936e773ced188d830659bdf9e40 (diff) | |
download | glibc-0f2ae55cf707947688bd28b55899a148fd3d7646.zip glibc-0f2ae55cf707947688bd28b55899a148fd3d7646.tar.gz glibc-0f2ae55cf707947688bd28b55899a148fd3d7646.tar.bz2 |
[BZ #9694]
* wcsmbs/wchar.h: Move undefs for local __need_* constants to the
very end.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | wcsmbs/wchar.h | 6 |
2 files changed, 7 insertions, 3 deletions
@@ -1,5 +1,9 @@ 2008-12-29 Ulrich Drepper <drepper@redhat.com> + [BZ #9694] + * wcsmbs/wchar.h: Move undefs for local __need_* constants to the + very end. + * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if LOCALDOMAIN is defined. * nscd/nscd_getai.c (__nscd_getai): Likewise. diff --git a/wcsmbs/wchar.h b/wcsmbs/wchar.h index 0fd9e35..aaf278d 100644 --- a/wcsmbs/wchar.h +++ b/wcsmbs/wchar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-2004,2005,2006,2007 Free Software Foundation, Inc. +/* Copyright (C) 1995-2004,2005,2006,2007, 2008 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 @@ -839,9 +839,9 @@ __END_DECLS #endif /* _WCHAR_H defined */ +#endif /* wchar.h */ + /* Undefined all __need_* constants in case we are included to get those constants but the whole file was already read. */ #undef __need_mbstate_t #undef __need_wint_t - -#endif /* wchar.h */ |