Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uClibc-ng: Add patch for fstat64 build error | Chris Packham | 2024-05-18 | 2 | -0/+74 |
| | | | | | | | | | | | | | | | Resolve the following build error for arc-multilib-linux-uclibc. libc/sysdeps/linux/common/fstat64.c: In function 'fstat64': libc/sysdeps/linux/common/fstat64.c:33:38: error: passing argument 2 of '__syscall_fstat64' from incompatible pointer type [-Wincompatible-pointer-types] 33 | return __syscall_fstat64(fd, buf); | ^~~ | | | struct stat64 * While we're at it bring in one more bug fix patch from upstream. Signed-off-by: Chris Packham <judge.packham@gmail.com> | ||||
* | uClibc-ng: Remove unnecessary patch | Chris Packham | 2024-05-17 | 1 | -34/+0 |
| | | | | | | | | The libpthread-drop-protected-attribute patch was added in error because I had it applied locally when grabbing the upstream changes. Remove it now. Signed-off-by: Chris Packham <judge.packham@gmail.com> | ||||
* | uClibc-ng: Add 1.0.48 | Chris Packham | 2024-05-15 | 10 | -0/+384 |
Add the 1.0.48 and some additional patches from master which include some fixes for GCC 14 support. Signed-off-by: Chris Packham <judge.packham@gmail.com> |