commit | c57fd963817afa8894af49d6c98a80d8f9100937 | [log] [tgz] |
---|---|---|
author | David Turner <digit@android.com> | Fri Aug 05 09:23:29 2011 -0700 |
committer | Android Code Review <code-review@android.com> | Fri Aug 05 09:23:29 2011 -0700 |
tree | 2e901c624fcd83db159057107739d4d1c81aaffc | |
parent | f5aa1382ec7592c58827ed0822c77cb5bf8df165 [diff] | |
parent | c3c0e88beda2abee4380237bbc7aa95da588c00d [diff] |
Merge "NDK: x86 header file has incorrect definition for ptrdiff_t"
diff --git a/libc/arch-x86/bionic/syscall.S b/libc/arch-x86/bionic/syscall.S index 3cca85c..8370f0b 100644 --- a/libc/arch-x86/bionic/syscall.S +++ b/libc/arch-x86/bionic/syscall.S
@@ -32,7 +32,7 @@ int $0x80 - cmpl $-129, %eax + cmpl $-4095, %eax jb 1f negl %eax pushl %eax