This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/linker/linker_environ.cpp b/linker/linker_environ.cpp | |
| index edc659a..4a6e4a0 100644 | |
| --- a/linker/linker_environ.cpp | |
| +++ b/linker/linker_environ.cpp | |
| @@ -42,20 +42,6 @@ bool get_AT_SECURE() { | |
| return _AT_SECURE_value; | |
| } | |
| -static void __init_AT_SECURE(KernelArgumentBlock& args) { | |
| - // Check auxv for AT_SECURE first to see if program is setuid, setgid, |
NewerOlder