]> sourceware.org Git - newlib-cygwin.git/commit
Fix various c99/gcc-14 issues in generic libgloss code
authorJeff Law <jeffreyalaw@gmail.com>
Sat, 30 Dec 2023 04:31:27 +0000 (21:31 -0700)
committerJeff Law <jeffreyalaw@gmail.com>
Sat, 30 Dec 2023 04:31:27 +0000 (21:31 -0700)
commit3d10b04f1ed9bf53c282081c88165951e8c32cec
treec9741dfd1ca7ac46661fe3c0f58e94f25972dd58
parent7ef32a98cdf74157ae734a7a833af5171585db0c
Fix various c99/gcc-14 issues in generic libgloss code

Similar to what's been done in the ports, but this time in generic code.

Add missing #includes to pick up prototypes.  Add prototypes for various
internal functions where needed.  Fix signatures of various functions to match
what's provided by the headers (read, sbrk, write, unlink).

Nearly done with this effort ;-)

Pushed to the trunk,
libgloss/glue.h
libgloss/putnum.c
libgloss/read.c
libgloss/sbrk.c
libgloss/unlink.c
libgloss/write.c
This page took 0.029466 seconds and 5 git commands to generate.