summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/x86_64/syscall.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/x86_64/syscall.S')
-rw-r--r--libc/sysdeps/linux/x86_64/syscall.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/x86_64/syscall.S b/libc/sysdeps/linux/x86_64/syscall.S
index 23ff07ac1..f6273b75f 100644
--- a/libc/sysdeps/linux/x86_64/syscall.S
+++ b/libc/sysdeps/linux/x86_64/syscall.S
@@ -25,7 +25,7 @@
.text
.globl syscall
-.type syscall,@function
+.type syscall,%function
.align 16
syscall:
movq %rdi, %rax /* Syscall number -> rax. */