]> sourceware.org Git - newlib-cygwin.git/commit
Move ARM access.c from machine to sys
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Mon, 22 May 2017 07:34:31 +0000 (09:34 +0200)
committerJeff Johnston <jjohnstn@redhat.com>
Thu, 25 May 2017 16:34:53 +0000 (12:34 -0400)
commit2693c1db694f515d7b59ec8057e01942c212b8c1
tree3382a329fefecd2a585100a4eb3d6ef67fc21cd1
parent0008601042291502e479fd0d2738855b40f9b2b2
Move ARM access.c from machine to sys

The implementation of the POSIX access() function is nothing machine
specific like memcpy(), etc.  Move it back to the system domain.  This
avoids problems due to the include search order of the Newlib/GCC build
which picks up machine includes before system includes.

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
newlib/libc/machine/arm/Makefile.am
newlib/libc/machine/arm/Makefile.in
newlib/libc/sys/arm/Makefile.am
newlib/libc/sys/arm/Makefile.in
newlib/libc/sys/arm/access.c [moved from newlib/libc/machine/arm/access.c with 100% similarity]
This page took 0.032403 seconds and 5 git commands to generate.