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 link for accept4.



details:   https://anonhg.NetBSD.org/src/rev/643719afc4df
branches:  trunk
changeset: 821971:643719afc4df
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 23 15:17:17 2017 +0000

description:
add link for accept4.

diffstat:

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

diffs (17 lines):

diff -r 0c7145d76768 -r 643719afc4df lib/libc/sys/Makefile.inc
--- a/lib/libc/sys/Makefile.inc Thu Feb 23 14:09:11 2017 +0000
+++ b/lib/libc/sys/Makefile.inc Thu Feb 23 15:17:17 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.234 2017/02/08 17:58:41 maya Exp $
+#      $NetBSD: Makefile.inc,v 1.235 2017/02/23 15:17:17 christos Exp $
 #      @(#)Makefile.inc        8.3 (Berkeley) 10/24/94
 
 # sys sources
@@ -379,6 +379,6 @@
 MLINKS+=wait.2 wait6.2 wait.2 waitid.2
 MLINKS+=write.2 writev.2 write.2 pwrite.2 write.2 pwritev.2
 MLINKS+=pipe.2 pipe2.2
-MLINKS+=accept.2 paccept.2
+MLINKS+=accept.2 paccept.2 accept.2 accept4.2
 MLINKS+=nanosleep.2 clock_nanosleep.2
 MLINKS+=clock_getcpuclockid2.2 clock_getcpuclockid.2



Home | Main Index | Thread Index | Old Index