Re: [PATCH] posix: move sys/mman.h to newlib and test it in psxhdrs

2016-08-02 Thread Sebastian Huber
Maybe it makes sense to bundle this with a GCC 6.2 release tool chain update. On 02/08/16 16:23, Gedare Bloom wrote: This patch can wait until the tool chain patch is available in a snapshot. On Mon, Aug 1, 2016 at 8:48 PM, Chris Johns wrote: On 02/08/2016 06:12, Gedare Bloom wrote: This re

Re: [PATCH] posix: move sys/mman.h to newlib and test it in psxhdrs

2016-08-02 Thread Gedare Bloom
This patch can wait until the tool chain patch is available in a snapshot. On Mon, Aug 1, 2016 at 8:48 PM, Chris Johns wrote: > On 02/08/2016 06:12, Gedare Bloom wrote: >> >> This requires toolchain bump with the sister patch "rtems: add >> sys/mman.h" on newlib. > > > What is the plan to get thi

Re: [PATCH] posix: move sys/mman.h to newlib and test it in psxhdrs

2016-08-01 Thread Chris Johns
On 02/08/2016 06:12, Gedare Bloom wrote: This requires toolchain bump with the sister patch "rtems: add sys/mman.h" on newlib. What is the plan to get this patch merged? Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/list

[PATCH] posix: move sys/mman.h to newlib and test it in psxhdrs

2016-08-01 Thread Gedare Bloom
--- cpukit/Makefile.am | 1 - cpukit/posix/include/sys/mman.h| 189 - cpukit/posix/src/mprotect.c| 2 +- cpukit/preinstall.am | 4 - testsuites/psxtests/psxhdrs/Makef

Re: [PATCH] posix: move sys/mman.h to newlib and test it in psxhdrs

2016-08-01 Thread Gedare Bloom
This requires toolchain bump with the sister patch "rtems: add sys/mman.h" on newlib. On Mon, Aug 1, 2016 at 4:11 PM, Gedare Bloom wrote: > --- > cpukit/Makefile.am | 1 - > cpukit/posix/include/sys/mman.h| 189 > - > cpu