OSDN Git Service

* include/wchar.h: Define __need_size_t.
authorcgf <cgf>
Sat, 8 Jun 2002 16:55:46 +0000 (16:55 +0000)
committercgf <cgf>
Sat, 8 Jun 2002 16:55:46 +0000 (16:55 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/wchar.h

index 25db5f7..893bbb3 100644 (file)
@@ -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>
 
        * fhandler_socket.cc (fhandler_socket::fstat): Don't assume that socket
index eabdaa7..bf3f017 100644 (file)
@@ -16,6 +16,7 @@ details. */
 /* Get wchar_t and wint_t from <stddef.h>.  */
 #define __need_wchar_t
 #define __need_wint_t
+#define __need_size_t
 #include <stddef.h>
 
 __BEGIN_DECLS