* include/wchar.h: Define __need_size_t.
This commit is contained in:
parent
bdc9d6f5bf
commit
2e2dcba320
|
@ -1,3 +1,7 @@
|
||||||
|
2002-06-08 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* include/wchar.h: Define __need_size_t.
|
||||||
|
|
||||||
2002-06-07 Christopher Faylor <cgf@redhat.com>
|
2002-06-07 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* fhandler_socket.cc (fhandler_socket::fstat): Don't assume that socket
|
* fhandler_socket.cc (fhandler_socket::fstat): Don't assume that socket
|
||||||
|
|
|
@ -16,6 +16,7 @@ details. */
|
||||||
/* Get wchar_t and wint_t from <stddef.h>. */
|
/* Get wchar_t and wint_t from <stddef.h>. */
|
||||||
#define __need_wchar_t
|
#define __need_wchar_t
|
||||||
#define __need_wint_t
|
#define __need_wint_t
|
||||||
|
#define __need_size_t
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
Loading…
Reference in New Issue