Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108964705
D42909.id131047.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D42909.id131047.diff
View Options
diff --git a/lib/libc/arm/sys/Makefile.inc b/lib/libc/arm/sys/Makefile.inc
--- a/lib/libc/arm/sys/Makefile.inc
+++ b/lib/libc/arm/sys/Makefile.inc
@@ -1,7 +1,4 @@
SRCS+= __vdso_gettc.c \
sched_getcpu_gen.c
-MDASM= Ovfork.S cerror.S syscall.S
-
-# Don't generate default code for these syscalls:
-NOASM+= vfork.o
+MDASM= vfork.S cerror.S syscall.S
diff --git a/lib/libc/arm/sys/Ovfork.S b/lib/libc/arm/sys/vfork.S
rename from lib/libc/arm/sys/Ovfork.S
rename to lib/libc/arm/sys/vfork.S
diff --git a/lib/libc/i386/sys/Makefile.inc b/lib/libc/i386/sys/Makefile.inc
--- a/lib/libc/i386/sys/Makefile.inc
+++ b/lib/libc/i386/sys/Makefile.inc
@@ -2,9 +2,7 @@
i386_set_fsbase.c i386_set_gsbase.c i386_set_ioperm.c i386_set_ldt.c \
i386_clr_watch.c i386_set_watch.c i386_vm86.c
-MDASM= Ovfork.S cerror.S getcontext.S syscall.S
-
-NOASM+= vfork.o
+MDASM= vfork.S cerror.S getcontext.S syscall.S
MAN+= i386_get_ioperm.2 i386_get_ldt.2 i386_vm86.2
MAN+= i386_set_watch.3
diff --git a/lib/libc/i386/sys/Ovfork.S b/lib/libc/i386/sys/vfork.S
rename from lib/libc/i386/sys/Ovfork.S
rename to lib/libc/i386/sys/vfork.S
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 31, 1:43 AM (2 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16351047
Default Alt Text
D42909.id131047.diff (1 KB)
Attached To
Mode
D42909: libc: rename arm and i386 Ovfork.S to vfork.S
Attached
Detach File
Event Timeline
Log In to Comment