mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Update.
* wctype/wctype.h: Always include <bits/types.h>. Reported by Jim Meyering <meyering@ascend.com>.
This commit is contained in:
parent
8a0e201e33
commit
fe4901403f
@ -1,5 +1,8 @@
|
|||||||
2000-09-15 Ulrich Drepper <drepper@redhat.com>
|
2000-09-15 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* wctype/wctype.h: Always include <bits/types.h>.
|
||||||
|
Reported by Jim Meyering <meyering@ascend.com>.
|
||||||
|
|
||||||
* elf/rtld.c (_dl_dynamic_weak): Set to 1 by default for now.
|
* elf/rtld.c (_dl_dynamic_weak): Set to 1 by default for now.
|
||||||
* elf/dl-support.c: Likewise.
|
* elf/dl-support.c: Likewise.
|
||||||
|
|
||||||
|
@ -23,12 +23,12 @@
|
|||||||
|
|
||||||
#ifndef _WCTYPE_H
|
#ifndef _WCTYPE_H
|
||||||
|
|
||||||
|
#include <features.h>
|
||||||
|
#include <bits/types.h>
|
||||||
|
|
||||||
#ifndef __need_iswxxx
|
#ifndef __need_iswxxx
|
||||||
# define _WCTYPE_H 1
|
# define _WCTYPE_H 1
|
||||||
|
|
||||||
# include <features.h>
|
|
||||||
# include <bits/types.h>
|
|
||||||
|
|
||||||
/* We try to get wint_t from <stddef.h>, but not all GCC versions define it
|
/* We try to get wint_t from <stddef.h>, but not all GCC versions define it
|
||||||
there. So define it ourselves if it remains undefined. */
|
there. So define it ourselves if it remains undefined. */
|
||||||
# define __need_wint_t
|
# define __need_wint_t
|
||||||
|
Loading…
Reference in New Issue
Block a user