summaryrefslogtreecommitdiff
path: root/arch/x86_64/bits/syscall.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-08-09 21:35:19 -0400
committerRich Felker <dalias@aerifal.cx>2012-08-09 21:35:19 -0400
commit83b42d94bd1009da6a95052d9ef0edeb1c73c8e4 (patch)
treece40bd49b43764a54d667906bd5432ba791d3297 /arch/x86_64/bits/syscall.h
parentb3c4cc121f70faea45389fe7ddc1127ed5cbd8bb (diff)
downloadmusl-83b42d94bd1009da6a95052d9ef0edeb1c73c8e4.tar.gz
add defines for number of sigset_t bytes syscalls expect
yet another gratuitous mips incompatibility...
Diffstat (limited to 'arch/x86_64/bits/syscall.h')
-rw-r--r--arch/x86_64/bits/syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/bits/syscall.h b/arch/x86_64/bits/syscall.h
index 61a67a70..567cfcb7 100644
--- a/arch/x86_64/bits/syscall.h
+++ b/arch/x86_64/bits/syscall.h
@@ -1,6 +1,8 @@
#define __SYSCALL_LL_E(x) (x)
#define __SYSCALL_LL_O(x) (x)
+#define __SYSCALL_SSLEN 8
+
static inline long __syscall0(long __n)
{
unsigned long __ret;