mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
support: Add support_install_rootsbindir
Reviewed by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
committed by
Alexandra Hajkova
parent
7ac6fad987
commit
d50f09181e
@@ -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);
|
||||
|
Reference in New Issue
Block a user