This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Hansvl@softhome.net: wcslen prototype missing the size_t type.]


----- Forwarded message from Hans Van Leemputten <Hansvl@softhome.net> -----

From: "Hans Van Leemputten" <Hansvl@softhome.net>
To: <cygwin@cygwin.com>
Subject: wcslen prototype missing the size_t type.
Date: Mon, 4 Jun 2001 00:32:43 +0200
Reply-To: "Hans Van Leemputten" <Hansvl@altavista.net>

cygwin-1.3.2-1

The wcslen prototype in file /usr/include/wchar.h is missing typedef of
size_t.
I solved the problem by adding:
#define __need_size_t
Before including the stddef.h file...

Hans.


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

----- End forwarded message -----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]