This is the mail archive of the newlib@sourceware.org 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] |
| Other format: | [Raw text] | |
On Wed, 20 Feb 2013, Ralf Corsepius wrote: > GCC requires exact symmetry of types between ssize_t and size_t. GCC does not know or care about ssize_t; it's not an ISO C type. POSIX, which defines ssize_t, does not require it to be the signed type corresponding to size_t. -- Joseph S. Myers joseph@codesourcery.com
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |