Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Move accept and connect stubs to WEAKASM so tha...



details:   https://anonhg.NetBSD.org/src/rev/c2cfb2b85d65
branches:  trunk
changeset: 542389:c2cfb2b85d65
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Mon Jan 27 20:55:56 2003 +0000

description:
Move accept and connect stubs to WEAKASM so that they can be overridden.

diffstat:

 lib/libc/sys/Makefile.inc |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r ec83e0034a8e -r c2cfb2b85d65 lib/libc/sys/Makefile.inc
--- a/lib/libc/sys/Makefile.inc Mon Jan 27 20:54:26 2003 +0000
+++ b/lib/libc/sys/Makefile.inc Mon Jan 27 20:55:56 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.133 2003/01/20 20:09:27 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.134 2003/01/27 20:55:56 nathanw Exp $
 #      @(#)Makefile.inc        8.3 (Berkeley) 10/24/94
 
 # sys sources
@@ -37,9 +37,9 @@
 SRCS+= _brk.c _fork.c _getcontext.c _pipe.c _sbrk.c
 
 # modules with default implementations on all architectures:
-ASM=   accept.S access.S acct.S bind.S chdir.S chflags.S \
+ASM=   access.S acct.S bind.S chdir.S chflags.S \
        chmod.S chown.S chroot.S clock_getres.S clock_gettime.S \
-       connect.S dup.S dup2.S execve.S \
+       dup.S dup2.S execve.S \
        fchdir.S fchflags.S fchmod.S fchown.S fchroot.S \
        fdatasync.S fhopen.S fhstat.S fhstatfs.S \
        fktrace.S flock.S fpathconf.S __fstat13.S fstatfs.S \
@@ -78,7 +78,8 @@
        timer_create.S timer_delete.S timer_gettime.S timer_getoverrun.S \
        timer_settime.S
 
-WEAKASM= close.S fcntl.S fsync.S kill.S msgrcv.S msgsnd.S __msync13.S \
+WEAKASM= accept.S close.S connect.S fcntl.S fsync.S kill.S \
+        msgrcv.S msgsnd.S __msync13.S \
         nanosleep.S open.S poll.S read.S readv.S \
         select.S __sigsuspend14.S sysarch.S wait4.S write.S writev.S
 



Home | Main Index | Thread Index | Old Index