diff options
author | Ishimoto Shinobu <47295761+protonesso@users.noreply.github.com> | 2019-05-22 10:47:47 +0300 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-05-23 07:01:26 -0500 |
commit | b47457f7b87b82575993f9146e064740e02bcec0 (patch) | |
tree | 1c5e728d483f247b676086b50d058c3f7fd3fed5 | |
parent | a9f0b2143c3154da34b8798127263f6f11f61bd5 (diff) | |
download | portable-b47457f7b87b82575993f9146e064740e02bcec0.tar.gz portable-b47457f7b87b82575993f9146e064740e02bcec0.tar.bz2 portable-b47457f7b87b82575993f9146e064740e02bcec0.zip |
Remove info about glibc
-rw-r--r-- | crypto/compat/getprogname_linux.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/compat/getprogname_linux.c b/crypto/compat/getprogname_linux.c index 4e7e31f..6550eb8 100644 --- a/crypto/compat/getprogname_linux.c +++ b/crypto/compat/getprogname_linux.c | |||
@@ -12,8 +12,6 @@ getprogname(void) | |||
12 | * Since Android is using portions of OpenBSD libc, it should have | 12 | * Since Android is using portions of OpenBSD libc, it should have |
13 | * a symbol called __progname [1]. | 13 | * a symbol called __progname [1]. |
14 | * | 14 | * |
15 | * Regarding program_invocation_short_name, it is a GNU libc ext [2] and | ||
16 | * so make it conditional to __GLIBC__ [3]. | ||
17 | * | 15 | * |
18 | * .. [0] https://github.com/aosp-mirror/platform_bionic/blob/1eb6d3/libc/include/stdlib.h#L160 | 16 | * .. [0] https://github.com/aosp-mirror/platform_bionic/blob/1eb6d3/libc/include/stdlib.h#L160 |
19 | * | 17 | * |