commit | eb9d5ed3477ef8cd9ccfa424ea585541ea3af84a | [log] [tgz] |
---|---|---|
author | Andrei Popescu <andreip@google.com> | Thu Feb 25 13:27:46 2010 +0000 |
committer | Andrei Popescu <andreip@google.com> | Tue Mar 02 11:43:24 2010 +0000 |
tree | 57860bc44d54d743b05f8a7680267170af3f3069 | |
parent | 8f8b5310d2c3fe8782377bd66b65ed14dc6511a4 [diff] [blame] |
add sigaltstack syscall
diff --git a/libc/docs/CHANGES.TXT b/libc/docs/CHANGES.TXT index 47289f6..d7f54ba 100644 --- a/libc/docs/CHANGES.TXT +++ b/libc/docs/CHANGES.TXT
@@ -68,6 +68,8 @@ errno. Previous implementation returned -1 on error, setting errno, which is not Posix compliant. +- add sigaltstack() implementation for ARM. + ------------------------------------------------------------------------------- Differences between Android 2.1 and 2.0.1: