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 Apr 13 09:29, Sebastian Huber wrote: > This change solves a glibc/BSD compatibility problem. > [...] > @@ -31,6 +38,13 @@ typedef unsigned short __gid_t; > __extension__ typedef long long _off64_t; > #endif > > +/* Probably only used by Cygwin */ I don't think so. This comment is not needed. > +#ifdef __GNUC__ > +__extension__ typedef long long int __loff_t; > +#else > +typedef long int __loff_t; > +#endif > + Didn't you just write in your other mail that this is a bug? Let's fix it. The rest of the patch looks ok. Corinna -- Corinna Vinschen Cygwin Maintainer Red Hat
Attachment:
signature.asc
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |