summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/syscalls/getresgid.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86/syscalls/getresgid.S')
-rw-r--r--libc/arch-x86/syscalls/getresgid.S9
1 files changed, 3 insertions, 6 deletions
diff --git a/libc/arch-x86/syscalls/getresgid.S b/libc/arch-x86/syscalls/getresgid.S
index d43aec4..08a37e7 100644
--- a/libc/arch-x86/syscalls/getresgid.S
+++ b/libc/arch-x86/syscalls/getresgid.S
@@ -1,12 +1,8 @@
/* autogenerated by gensyscalls.py */
+#include <machine/asm.h>
#include <sys/linux-syscalls.h>
- .text
- .type getresgid, @function
- .globl getresgid
- .align 4
-
-getresgid:
+ENTRY(getresgid)
pushl %ebx
pushl %ecx
pushl %edx
@@ -27,3 +23,4 @@ getresgid:
popl %ecx
popl %ebx
ret
+END(getresgid)