diff options
author | Stefan Liebler <stli@linux.ibm.com> | 2019-10-18 14:57:14 +0200 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2019-10-18 14:57:14 +0200 |
commit | 2901743568452403849be7295c8732faa7732339 (patch) | |
tree | 19e9b5bf89f45a2b0e5f5863b9dfc78770dd7c91 /sysdeps/s390/dl-procinfo.h | |
parent | e4b3707cea0eae2cf46a82534dd9279541e7415a (diff) | |
download | glibc-2901743568452403849be7295c8732faa7732339.zip glibc-2901743568452403849be7295c8732faa7732339.tar.gz glibc-2901743568452403849be7295c8732faa7732339.tar.bz2 |
S390: Add new s390 platform z15.
The new IBM z15 is added to platform string array.
The macro _DL_PLATFORMS_COUNT is incremented.
Diffstat (limited to 'sysdeps/s390/dl-procinfo.h')
-rw-r--r-- | sysdeps/s390/dl-procinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/dl-procinfo.h b/sysdeps/s390/dl-procinfo.h index 7d25724..c9913b0 100644 --- a/sysdeps/s390/dl-procinfo.h +++ b/sysdeps/s390/dl-procinfo.h @@ -23,7 +23,7 @@ #define _DL_HWCAP_COUNT 19 -#define _DL_PLATFORMS_COUNT 9 +#define _DL_PLATFORMS_COUNT 10 /* The kernel provides up to 32 capability bits with elf_hwcap. */ #define _DL_FIRST_PLATFORM 32 |