commit | 11952073af22568bba0b661f7a9d4402c443a888 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Oct 24 15:15:14 2013 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Oct 24 15:48:32 2013 -0700 |
tree | c4ae77a40e8e309219cd4ab993a39d92f3d13e50 | |
parent | cdac5f73aca015287d1f40ff50d4fbf293a0c549 [diff] [blame] |
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. (aarch64 kernels don't have these system calls.) Change-Id: I6f64075aa412f71520f2df71c3d69b647f91c1ca
diff --git a/libc/private/kernel_sigset_t.h b/libc/private/kernel_sigset_t.h index 733a842..b2d6386 100644 --- a/libc/private/kernel_sigset_t.h +++ b/libc/private/kernel_sigset_t.h
@@ -32,7 +32,7 @@ } void clear() { - memset(this, 0, sizeof(*this)); + __builtin_memset(this, 0, sizeof(*this)); } void set(const sigset_t* value) {