diff options
Diffstat (limited to 'libc/upstream-openbsd/android/include/openbsd-compat.h')
-rw-r--r-- | libc/upstream-openbsd/android/include/openbsd-compat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/upstream-openbsd/android/include/openbsd-compat.h b/libc/upstream-openbsd/android/include/openbsd-compat.h index baf505723..d83143583 100644 --- a/libc/upstream-openbsd/android/include/openbsd-compat.h +++ b/libc/upstream-openbsd/android/include/openbsd-compat.h @@ -71,6 +71,10 @@ extern const char* __progname; */ #define _PATH_TMP "/data/local/tmp/" +/* Use appropriate shell depending on process's executable. */ +__LIBC_HIDDEN__ extern const char* __bionic_get_shell_path(); +#define _PATH_BSHELL __bionic_get_shell_path() + /* We have OpenBSD's getentropy_linux.c, but we don't mention getentropy in any header. */ __LIBC_HIDDEN__ extern int getentropy(void*, size_t); |