aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIshimoto Shinobu <47295761+protonesso@users.noreply.github.com>2019-05-22 10:47:47 +0300
committerBrent Cook <busterb@gmail.com>2019-05-23 07:01:26 -0500
commitb47457f7b87b82575993f9146e064740e02bcec0 (patch)
tree1c5e728d483f247b676086b50d058c3f7fd3fed5
parenta9f0b2143c3154da34b8798127263f6f11f61bd5 (diff)
downloadportable-b47457f7b87b82575993f9146e064740e02bcec0.tar.gz
portable-b47457f7b87b82575993f9146e064740e02bcec0.tar.bz2
portable-b47457f7b87b82575993f9146e064740e02bcec0.zip
Remove info about glibc
-rw-r--r--crypto/compat/getprogname_linux.c2
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 *