diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-12-11 17:24:08 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-12-11 18:30:57 +0100 |
commit | cb81264fd9973cd95bbc71495185b98979d28918 (patch) | |
tree | 16495644fed9aebadf133440b05a3c97f6d23991 /support/support.h | |
parent | aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831] (diff) | |
download | glibc-cb81264fd9973cd95bbc71495185b98979d28918.tar.gz glibc-cb81264fd9973cd95bbc71495185b98979d28918.tar.bz2 glibc-cb81264fd9973cd95bbc71495185b98979d28918.zip |
support: Add support_slibdir_prefix variable
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'support/support.h')
-rw-r--r-- | support/support.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/support.h b/support/support.h index abda3a69f1..96971f83ac 100644 --- a/support/support.h +++ b/support/support.h @@ -114,6 +114,8 @@ extern const char support_libdir_prefix[]; extern const char support_bindir_prefix[]; /* Corresponds to the install's sbin/ directory. */ extern const char support_sbindir_prefix[]; +/* Corresponds to the install's system /lib or /lib64 directory. */ +extern const char support_slibdir_prefix[]; /* Corresponds to the install's sbin/ directory (without prefix). */ extern const char support_install_rootsbindir[]; /* Corresponds to the install's compiled locale directory. */ |