aboutsummaryrefslogtreecommitdiff
path: root/sys/linux/amd64/syscall.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-11-18 13:18:38 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-11-18 13:18:38 -0800
commit4bf477d5ed372fd44697d2f0df245b61b4f3f7b3 (patch)
treee52d8aa00de40b33c4f26cacba6841f299f97bb2 /sys/linux/amd64/syscall.h
parent8306b655f9d9a291126ed4947c481ea540c9b835 (diff)
filling out system layer
Diffstat (limited to 'sys/linux/amd64/syscall.h')
-rw-r--r--sys/linux/amd64/syscall.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/linux/amd64/syscall.h b/sys/linux/amd64/syscall.h
index f571b81..cba66be 100644
--- a/sys/linux/amd64/syscall.h
+++ b/sys/linux/amd64/syscall.h
@@ -419,5 +419,3 @@ long _syscall6(long n, long a1, long a2, long a3, long a4, long a5, long a6)
"d"(a3), "r"(r10), "r"(r8), "r"(r9) : "rcx", "r11", "memory");
return ret;
}
-
-