summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/unified_syscall_i386.h
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-03-06 15:25:28 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-03-06 15:25:28 +0000
commit80831beee1c1db87b63e15efdcbcd0ed4354c62f (patch)
tree205519b37846db41120f65a7e4f4d5d15fd8d53b /libc/sysdeps/linux/common/unified_syscall_i386.h
parent8bee736e612e0f3f6c27dd07514d061bc85dbf3b (diff)
Fix unified syscall stuff for changed ?stat. Move fork to syscalls.c wrapped
with a check for NO_MMU of course.
Diffstat (limited to 'libc/sysdeps/linux/common/unified_syscall_i386.h')
-rw-r--r--libc/sysdeps/linux/common/unified_syscall_i386.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/libc/sysdeps/linux/common/unified_syscall_i386.h b/libc/sysdeps/linux/common/unified_syscall_i386.h
index f81dcba71..32909a295 100644
--- a/libc/sysdeps/linux/common/unified_syscall_i386.h
+++ b/libc/sysdeps/linux/common/unified_syscall_i386.h
@@ -7,21 +7,6 @@
#include "str_syscalls.h"
-/*
- * Disable the following for now... it only saved space if no other
- * syscalls but _exit were used, and no longer works (__uClibc_main).
- */
-#if 0
-#undef uClibc_syscall_exit
-#define uClibc_syscall_exit(type,name,type1,arg1) \
-__asm__ ( \
-".text\n.align 4\n.global "###name"\n.type "###name",@function\n" \
-#name":;\npushl %ebp;\n" \
-"movl %esp,%ebp;\nsubl $4,%esp;\npushl %ebx;\nmovl 8(%ebp),%ebx;\n" \
-"jmp _start_exit\n.Lfe1"###name":\n.size "###name",.Lfe1"###name"-"###name \
-)
-#endif
-
#define unified_syscall_body(name) \
__asm__ ( \
".text\n.align 4\n.global "###name"\n.type "###name",@function\n" \