diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-16 00:59:39 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-16 06:31:27 +0100 |
| commit | 8c91a07d639757ccc9835fc8dd7672773eecf1ce (patch) | |
| tree | 9ffdbd6c13627828ee201910f38fec53e4cb0e0b /package/coreutils/patches | |
| parent | 5226f76a27510f0d445c5f48fddadfd92f1f5e08 (diff) | |
coreutils: update to 9.6
Diffstat (limited to 'package/coreutils/patches')
| -rw-r--r-- | package/coreutils/patches/patch-lib_mcel_h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/coreutils/patches/patch-lib_mcel_h b/package/coreutils/patches/patch-lib_mcel_h deleted file mode 100644 index 2e04561df..000000000 --- a/package/coreutils/patches/patch-lib_mcel_h +++ /dev/null @@ -1,11 +0,0 @@ ---- coreutils-9.5.orig/lib/mcel.h 2024-01-01 14:21:47.000000000 +0100 -+++ coreutils-9.5/lib/mcel.h 2024-08-21 22:53:39.818834251 +0200 -@@ -221,7 +221,7 @@ mcel_scan (char const *p, char const *li - - /* An initial mbstate_t; initialization optimized for some platforms. - For details about these and other platforms, see wchar.in.h. */ --#if defined __GLIBC__ && 2 < __GLIBC__ + (2 <= __GLIBC_MINOR__) -+#if defined __GLIBC__ && 2 < __GLIBC__ + (2 <= __GLIBC_MINOR__) && !defined __UCLIBC__ - /* Although only a trivial optimization, it's worth it for GNU. */ - mbstate_t mbs; mbs.__count = 0; - #elif (defined __FreeBSD__ || defined __DragonFly__ || defined __OpenBSD__ \ |
