Remove info about glibc

This commit is contained in:
Ishimoto Shinobu 2019-05-22 10:47:47 +03:00 committed by GitHub
parent a747aacc23
commit 65159f37d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,6 @@ getprogname(void)
* Since Android is using portions of OpenBSD libc, it should have
* a symbol called __progname [1].
*
* Regarding program_invocation_short_name, it is a GNU libc ext [2] and
* so make it conditional to __GLIBC__ [3].
*
* .. [0] https://github.com/aosp-mirror/platform_bionic/blob/1eb6d3/libc/include/stdlib.h#L160
*