diff options
author | Alexandra Hájková <ahajkova@redhat.com> | 2019-05-13 19:31:53 +0200 |
---|---|---|
committer | Alexandra Hajkova <ahajkova@redhat.com> | 2019-05-15 11:37:26 +0200 |
commit | d50f09181eca10a91fd9035bb90711b265770dc9 (patch) | |
tree | 2883289b41a386834fc7601bc44ecaf28975e308 /support/support.h | |
parent | 7ac6fad987c28dc5e0e7964084260f163179be68 (diff) | |
download | glibc-d50f09181eca10a91fd9035bb90711b265770dc9.tar glibc-d50f09181eca10a91fd9035bb90711b265770dc9.tar.gz glibc-d50f09181eca10a91fd9035bb90711b265770dc9.tar.bz2 glibc-d50f09181eca10a91fd9035bb90711b265770dc9.zip |
support: Add support_install_rootsbindir
Reviewed by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 b162491be6..13076b75ba 100644 --- a/support/support.h +++ b/support/support.h @@ -107,6 +107,8 @@ extern const char support_install_prefix[]; extern const char support_libdir_prefix[]; /* Corresponds to the install's bin/ directory. */ extern const char support_bindir_prefix[]; +/* Corresponds to the install's sbin/ directory. */ +extern const char support_install_rootsbindir[]; extern ssize_t support_copy_file_range (int, off64_t *, int, off64_t *, size_t, unsigned int); |