Re: [PATCH 1/2] rtems: add sys/mman.h

2016-08-02 Thread Gedare Bloom
This mman.h is copied verbatim from the upstream freebsd sources pulled from the freebsd-org submodule used by rtems for the rtems-libbsd project: https://git.rtems.org/rtems-libbsd/tree/ On Mon, Aug 1, 2016 at 3:55 PM, Gedare Bloom wrote: > --- > newlib/libc/sys/rtems/include/sys/mman.h | 263

[PATCH 1/2] rtems: add sys/mman.h

2016-08-01 Thread Gedare Bloom
--- newlib/libc/sys/rtems/include/sys/mman.h | 263 +++ 1 file changed, 263 insertions(+) create mode 100644 newlib/libc/sys/rtems/include/sys/mman.h diff --git a/newlib/libc/sys/rtems/include/sys/mman.h b/newlib/libc/sys/rtems/include/sys/mman.h new file mode 100644