# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/uclibc/strverscmp.patch # Copyright (C) 2021 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- uClibc-ng-1.0.39/libc/string/strverscmp.c.vanilla 2021-10-07 14:04:26.792087065 +0200 +++ uClibc-ng-1.0.39/libc/string/strverscmp.c 2021-10-07 14:04:31.454087398 +0200 @@ -103,4 +103,4 @@ return state; } } -libc_hidden_def(strverscmp) +//libc_hidden_def(strverscmp) --- uClibc-ng-1.0.39/include/string.h.vanilla 2021-10-07 14:04:26.796087066 +0200 +++ uClibc-ng-1.0.39/include/string.h 2021-10-07 14:05:04.975089788 +0200 @@ -478,7 +478,7 @@ /* Compare S1 and S2 as strings holding name & indices/version numbers. */ extern int strverscmp (const char *__s1, const char *__s2) __THROW __attribute_pure__ __nonnull ((1, 2)); -libc_hidden_proto(strverscmp) +//libc_hidden_proto(strverscmp) # if 0 /* uClibc does not support strfry or memfrob. */ /* Sautee STRING briskly. */