Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/lib/libc/sys Pull up revs. 1.103-1.104 (approved by tho...
details: https://anonhg.NetBSD.org/src/rev/72a0f970a070
branches: netbsd-1-5
changeset: 489196:72a0f970a070
user: kleink <kleink%NetBSD.org@localhost>
date: Tue Aug 22 07:53:07 2000 +0000
description:
Pull up revs. 1.103-1.104 (approved by thorpej):
Add internal names for brk(), sbrk() and fork().
diffstat:
lib/libc/sys/Makefile.inc | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r effacfc020be -r 72a0f970a070 lib/libc/sys/Makefile.inc
--- a/lib/libc/sys/Makefile.inc Tue Aug 22 07:52:35 2000 +0000
+++ b/lib/libc/sys/Makefile.inc Tue Aug 22 07:53:07 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.102 2000/05/24 21:54:59 perseant Exp $
+# $NetBSD: Makefile.inc,v 1.102.4.1 2000/08/22 07:53:07 kleink Exp $
# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
# sys sources
@@ -34,6 +34,9 @@
SRCS+= timer_create.c timer_delete.c timer_gettime.c timer_settime.c \
timer_getoverrun.c
+# namespace purity wrappers
+SRCS+= _brk.c _fork.c _sbrk.c
+
# modules with default implementations on all architectures:
ASM= accept.o access.o acct.o adjtime.o bind.o chdir.o chflags.o \
chmod.o chown.o chroot.o clock_getres.o clock_gettime.o \
Home |
Main Index |
Thread Index |
Old Index