aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIshimoto Shinobu <47295761+protonesso@users.noreply.github.com>2019-05-22 10:47:47 +0300
committerGitHub <noreply@github.com>2019-05-22 10:47:47 +0300
commit65159f37d0b5cc4c191edf6fbfd14ce57ecc58b7 (patch)
treea57aed19c52df4dacd268ea317b5af47e0944800
parenta747aacc23607c993cc481378782b2c7dd5bc53b (diff)
downloadportable-65159f37d0b5cc4c191edf6fbfd14ce57ecc58b7.tar.gz
portable-65159f37d0b5cc4c191edf6fbfd14ce57ecc58b7.tar.bz2
portable-65159f37d0b5cc4c191edf6fbfd14ce57ecc58b7.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 *