diff options
author | Chris Packham <judge.packham@gmail.com> | 2024-05-15 19:24:48 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2024-05-18 15:45:55 +1200 |
commit | 4dc87d49b02fa6bf1698deeb1fabb4106662dca9 (patch) | |
tree | 5bb4e43df3177e3b2177d2935d7af793fb8a516e /packages/gcc | |
parent | cfbefefeec28f1747b17daf19956dec736c60730 (diff) | |
download | crosstool-ng-4dc87d49b02fa6bf1698deeb1fabb4106662dca9.tar.gz crosstool-ng-4dc87d49b02fa6bf1698deeb1fabb4106662dca9.tar.bz2 crosstool-ng-4dc87d49b02fa6bf1698deeb1fabb4106662dca9.zip |
uClibc-ng: Add patch for fstat64 build error
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>
Diffstat (limited to 'packages/gcc')
0 files changed, 0 insertions, 0 deletions