Source-Changes-HG archive

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

[src/trunk]: src/lib/libc Make paccept a weak symbol in preparation for using...



details:   https://anonhg.NetBSD.org/src/rev/cda83ae044a5
branches:  trunk
changeset: 821516:cda83ae044a5
user:      maya <maya%NetBSD.org@localhost>
date:      Wed Feb 08 17:30:27 2017 +0000

description:
Make paccept a weak symbol in preparation for using it in another function

diffstat:

 lib/libc/include/namespace.h |  3 ++-
 lib/libc/sys/Makefile.inc    |  6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r aa972bd5adea -r cda83ae044a5 lib/libc/include/namespace.h
--- a/lib/libc/include/namespace.h      Wed Feb 08 16:56:56 2017 +0000
+++ b/lib/libc/include/namespace.h      Wed Feb 08 17:30:27 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: namespace.h,v 1.185 2017/01/13 14:41:27 christos Exp $ */
+/*     $NetBSD: namespace.h,v 1.186 2017/02/08 17:30:27 maya Exp $     */
 
 /*-
  * Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
@@ -524,6 +524,7 @@
 #define pmap_rmtcall           _pmap_rmtcall
 #define pmap_set               _pmap_set
 #define pmap_unset             _pmap_unset
+#define paccept                        _paccept
 #define pollts                 _pollts
 #define popen                  _popen
 #define posix2time             _posix2time
diff -r aa972bd5adea -r cda83ae044a5 lib/libc/sys/Makefile.inc
--- a/lib/libc/sys/Makefile.inc Wed Feb 08 16:56:56 2017 +0000
+++ b/lib/libc/sys/Makefile.inc Wed Feb 08 17:30:27 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.232 2017/02/07 19:29:40 kamil Exp $
+#      $NetBSD: Makefile.inc,v 1.233 2017/02/08 17:30:27 maya Exp $
 #      @(#)Makefile.inc        8.3 (Berkeley) 10/24/94
 
 # sys sources
@@ -130,7 +130,7 @@
                munmap.S \
        nfssvc.S __ntp_gettime50.S \
        openat.S \
-       paccept.S pathconf.S pipe2.S pmc_get_info.S pmc_control.S \
+       pathconf.S pipe2.S pmc_get_info.S pmc_control.S \
                __posix_chown.S __posix_fchown.S __posix_lchown.S \
                __posix_rename.S profil.S \
        __quotactl.S \
@@ -170,7 +170,7 @@
        fcntl.S fdatasync.S fsync.S \
        fsync_range.S __kevent50.S \
        kill.S mq_receive.S mq_send.S __mq_timedreceive50.S __mq_timedsend50.S \
-       msgrcv.S msgsnd.S __msync13.S  __nanosleep50.S open.S poll.S \
+       msgrcv.S msgsnd.S __msync13.S  __nanosleep50.S open.S paccept.S poll.S \
        __pollts50.S __pselect50.S read.S readlink.S \
        readv.S _sched_setparam.S _sched_getparam.S _sched_setaffinity.S \
        _sched_getaffinity.S sched_yield.S _sched_protect.S \



Home | Main Index | Thread Index | Old Index