Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Add __clone.S
details: https://anonhg.NetBSD.org/src/rev/b857015e7158
branches: trunk
changeset: 514655:b857015e7158
user: christos <christos%NetBSD.org@localhost>
date: Sat Sep 08 00:55:00 2001 +0000
description:
Add __clone.S
XXX: This breaks the x86_64 port. Frank are you there?
diffstat:
lib/libc/sys/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 534b19c6545e -r b857015e7158 lib/libc/sys/Makefile.inc
--- a/lib/libc/sys/Makefile.inc Fri Sep 07 23:46:03 2001 +0000
+++ b/lib/libc/sys/Makefile.inc Sat Sep 08 00:55:00 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.114 2001/09/06 00:18:18 wiz Exp $
+# $NetBSD: Makefile.inc,v 1.115 2001/09/08 00:55:00 christos Exp $
# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
# sys sources
@@ -8,7 +8,7 @@
SRCS+= Ovfork.S __clone.S __vfork14.S brk.S exect.S fork.S msgctl.S pipe.S \
ptrace.S sbrk.S __semctl.S setlogin.S shmat.S shmctl.S sigaction.S \
sigpending.S sigprocmask.S sigreturn.S __sigreturn14.S sigsuspend.S \
- syscall.S __syscall.S
+ syscall.S __syscall.S __clone.S
SRCS+= cerror.S
LSRCS+= Lint_Ovfork.c Lint___clone.c Lint___vfork14.c Lint_brk.c Lint_clone.c \
Home |
Main Index |
Thread Index |
Old Index