aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
diff options
context:
space:
mode:
authorJeff Law <jeffreyalaw@gmail.com>2023-12-22 21:29:56 -0700
committerJeff Law <jeffreyalaw@gmail.com>2023-12-22 21:29:56 -0700
commit1df8f9f09b0999e04bc0bbd7170ac7dbfa278213 (patch)
tree1f557a935ceb5675ae2625f527170cbb2d88266e /newlib/libc
parent5e79655f380488eb99dd9cc39c30d7c2927fd998 (diff)
downloadnewlib-1df8f9f09b0999e04bc0bbd7170ac7dbfa278213.zip
newlib-1df8f9f09b0999e04bc0bbd7170ac7dbfa278213.tar.gz
newlib-1df8f9f09b0999e04bc0bbd7170ac7dbfa278213.tar.bz2
Fix epiphany libgloss for c99/gcc-14
So in this case we mostly need to include an internal header (epiphany-syscalls.h). In a few cases an explicit prototype is added. We've also got a return with no value in a function with a non-void return type. Finally the asm_syscall interface expects a pointer as its first argument. In a few cases we've actually got an int (file descriptor) which we just cast to a void *. It's slightly more than Jeff J's pre-approval, but I think still reasonable.
Diffstat (limited to 'newlib/libc')
0 files changed, 0 insertions, 0 deletions