diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-19 20:27:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-19 20:27:59 +0200 |
commit | e5cdbdacc1dd50032f6e0c4a74d5b201209bdd07 (patch) | |
tree | 8d6440cb89fb12fc75983a0b0c6473fe828e335f /toolchain/uclibc-ng/patches | |
parent | 47cf84f365c457edcb3c14a777e794ba629b5371 (diff) |
uClibc-ng: update to 1.0.55
Diffstat (limited to 'toolchain/uclibc-ng/patches')
-rw-r--r-- | toolchain/uclibc-ng/patches/1.0.50/warn-instead-of-error.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/toolchain/uclibc-ng/patches/1.0.50/warn-instead-of-error.patch b/toolchain/uclibc-ng/patches/1.0.50/warn-instead-of-error.patch deleted file mode 100644 index 09877c29e..000000000 --- a/toolchain/uclibc-ng/patches/1.0.50/warn-instead-of-error.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff -Nur uClibc-ng-1.0.50.orig/libc/sysdeps/linux/common/clock_adjtime.c uClibc-ng-1.0.50/libc/sysdeps/linux/common/clock_adjtime.c ---- uClibc-ng-1.0.50.orig/libc/sysdeps/linux/common/clock_adjtime.c 2024-08-13 04:08:05.000000000 +0200 -+++ uClibc-ng-1.0.50/libc/sysdeps/linux/common/clock_adjtime.c 2024-12-14 11:28:37.188207576 +0100 -@@ -15,5 +15,5 @@ - #elif defined(__NR_clock_adjtime) - _syscall2(int, clock_adjtime, clockid_t, clock_id, struct timex*, ntx) - #else --#error "clock_adjtime syscall is not defined!" -+#warning "clock_adjtime syscall is not defined!" - #endif |