summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/sys/Makefile.inc
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-11-13 06:36:43 +0000
committerjhb <jhb@FreeBSD.org>2001-11-13 06:36:43 +0000
commita2b7af5b3cb7378c2f86144887cb1dd8ae0e1dd4 (patch)
tree964a51b5a9227c6bb17287fa7b650e23b9349ef0 /lib/libc/i386/sys/Makefile.inc
parentd745b728a2c2707cc3b46c02356335f659c74895 (diff)
downloadFreeBSD-src-a2b7af5b3cb7378c2f86144887cb1dd8ae0e1dd4.zip
FreeBSD-src-a2b7af5b3cb7378c2f86144887cb1dd8ae0e1dd4.tar.gz
The kernel already fixes up %eax for parents that return from fork, so
don't bother manually fixing up %eax for the parent process by testing the value in %edx and zeroing and already zeroed %eax.
Diffstat (limited to 'lib/libc/i386/sys/Makefile.inc')
-rw-r--r--lib/libc/i386/sys/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/i386/sys/Makefile.inc b/lib/libc/i386/sys/Makefile.inc
index 22beec2..c25b10e 100644
--- a/lib/libc/i386/sys/Makefile.inc
+++ b/lib/libc/i386/sys/Makefile.inc
@@ -4,8 +4,8 @@
SRCS+= i386_clr_watch.c i386_get_ioperm.c i386_get_ldt.c i386_set_ioperm.c \
i386_set_ldt.c i386_set_watch.c i386_vm86.c
-MDASM= Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S reboot.S \
- rfork.S sbrk.S setlogin.S sigreturn.S syscall.S
+MDASM= Ovfork.S brk.S cerror.S exect.S pipe.S ptrace.S reboot.S sbrk.S \
+ setlogin.S sigreturn.S syscall.S
# Don't generate default code for these syscalls:
NOASM= __semctl.o break.o exit.o ftruncate.o getdomainname.o getlogin.o \
OpenPOWER on IntegriCloud