mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 16:08:17 +00:00
Closes: https://bugs.gentoo.org/942296 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/41217 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
13 lines
314 B
Diff
13 lines
314 B
Diff
Remove extraneous inline that prevents successful linking under LTO
|
|
https://bugs.gentoo.org/942296
|
|
--- a/src/cfgfile.c
|
|
+++ b/src/cfgfile.c
|
|
@@ -53,7 +53,7 @@
|
|
return result;
|
|
}
|
|
|
|
-inline char *cfgClearWS(char *string)
|
|
+char *cfgClearWS(char *string)
|
|
{
|
|
char *ret = string, *temp;
|
|
while(isspace(*ret))
|