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]

[patch] xdr is missing includes


Hi,

libc/xdr doesn't compile for rtems.

The cause apparently is missing includes:
- libc/xdr/xdr_private.h applies uint32_t
  but doesn't include <stdint.h>

- libc/xdr/xdr_rec.c applies INT_MAX and LONG_MAX
  but doesn't include <limits.h>

Patch enclosed below.

Ralf

Attachment: newlib-libc-xdr.diff
Description: Text document


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