From 847a4aca23e3565089d3f5ae583e0c87350c4e7e Mon Sep 17 00:00:00 2001 From: Packit Service Date: Feb 12 2021 08:43:54 +0000 Subject: Apply patch glibc-rh1845098-3.patch patch_name: glibc-rh1845098-3.patch present_in_specfile: true location_in_specfile: 352 --- diff --git a/sysdeps/powerpc/dl-procinfo.h b/sysdeps/powerpc/dl-procinfo.h index 3558d6a..3593e96 100644 --- a/sysdeps/powerpc/dl-procinfo.h +++ b/sysdeps/powerpc/dl-procinfo.h @@ -96,6 +96,7 @@ _dl_string_platform (const char *str) if (str[1] == '0') { ret = _DL_FIRST_PLATFORM + PPC_PLATFORM_POWER10; + str++; } else return -1;