Package: newlib / 4.4.0.20231231-4
Metadata
Package | Version | Patches format |
---|---|---|
newlib | 4.4.0.20231231-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
1010 fix include paths nano specs.patch | (download) |
libgloss/arm/elf-nano.specs |
2 1 1 - 0 ! |
fix wrong include path used in nano.specs (closes: #801338) |
amdgcn locks.diff | (download) |
newlib/Makefile.in |
24 22 2 - 0 ! |
--- |
sh update.diff | (download) |
newlib/libc/sys/sh/creat.c |
7 4 3 - 0 ! |
[patch] libc: sh: add missing prototypes and change functions from K&R to ANSI The SuperH target doesn't build on GCC 14.1 because of missing function prototypes or because some function declarations use the deprecated K&R style. This patch adds missing prototypes on the files the functions are used and convert K&R declarations to ANSI-style. Signed-off-by: Pietro Monteiro <[email protected]> |