* fixed linux cmdline limit for any page size
[t2sde.git] / package / base / uclibc / strverscmp.patch
blobdaa9fca9afec3a74f895ba957928ff4406b812bd
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/uclibc/strverscmp.patch
3 # Copyright (C) 2021 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- uClibc-ng-1.0.39/libc/string/strverscmp.c.vanilla 2021-10-07 14:04:26.792087065 +0200
15 +++ uClibc-ng-1.0.39/libc/string/strverscmp.c 2021-10-07 14:04:31.454087398 +0200
16 @@ -103,4 +103,4 @@
17 return state;
20 -libc_hidden_def(strverscmp)
21 +//libc_hidden_def(strverscmp)
22 --- uClibc-ng-1.0.39/include/string.h.vanilla 2021-10-07 14:04:26.796087066 +0200
23 +++ uClibc-ng-1.0.39/include/string.h 2021-10-07 14:05:04.975089788 +0200
24 @@ -478,7 +478,7 @@
25 /* Compare S1 and S2 as strings holding name & indices/version numbers. */
26 extern int strverscmp (const char *__s1, const char *__s2)
27 __THROW __attribute_pure__ __nonnull ((1, 2));
28 -libc_hidden_proto(strverscmp)
29 +//libc_hidden_proto(strverscmp)
31 # if 0 /* uClibc does not support strfry or memfrob. */
32 /* Sautee STRING briskly. */