Thu Feb 23 15:17:17 2017 UTC ()
add link for accept4.


(christos)
diff -r1.234 -r1.235 src/lib/libc/sys/Makefile.inc

cvs diff -r1.234 -r1.235 src/lib/libc/sys/Makefile.inc (expand / switch to unified diff)

--- src/lib/libc/sys/Makefile.inc 2017/02/08 17:58:41 1.234
+++ src/lib/libc/sys/Makefile.inc 2017/02/23 15:17:17 1.235
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile.inc,v 1.234 2017/02/08 17:58:41 maya Exp $ 1# $NetBSD: Makefile.inc,v 1.235 2017/02/23 15:17:17 christos Exp $
2# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94 2# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
3 3
4# sys sources 4# sys sources
5.PATH: ${ARCHDIR}/sys ${.CURDIR}/sys 5.PATH: ${ARCHDIR}/sys ${.CURDIR}/sys
6 6
7# other sources shared with the kernel, used in syscalls 7# other sources shared with the kernel, used in syscalls
8SRCS+= cpuset.c 8SRCS+= cpuset.c
9# glue to offer userland wrappers for some syscalls 9# glue to offer userland wrappers for some syscalls
10SRCS+= posix_fadvise.c posix_madvise.c sched.c sigqueue.c sigtimedwait.c \ 10SRCS+= posix_fadvise.c posix_madvise.c sched.c sigqueue.c sigtimedwait.c \
11 sigwait.c sigwaitinfo.c statvfs.c swapon.c semctl.c \ 11 sigwait.c sigwaitinfo.c statvfs.c swapon.c semctl.c \
12 clock_getcpuclockid.c accept4.c 12 clock_getcpuclockid.c accept4.c
13 13
14.if ${RUMPRUN} != "yes" 14.if ${RUMPRUN} != "yes"
@@ -369,16 +369,16 @@ MLINKS+=stat.2 fstat.2 stat.2 lstat.2 @@ -369,16 +369,16 @@ MLINKS+=stat.2 fstat.2 stat.2 lstat.2
369MLINKS+=statvfs.2 fstatvfs.2 369MLINKS+=statvfs.2 fstatvfs.2
370MLINKS+=statvfs.2 statvfs1.2 370MLINKS+=statvfs.2 statvfs1.2
371MLINKS+=statvfs.2 fstatvfs1.2 371MLINKS+=statvfs.2 fstatvfs1.2
372MLINKS+=syscall.2 __syscall.2 372MLINKS+=syscall.2 __syscall.2
373MLINKS+=truncate.2 ftruncate.2 373MLINKS+=truncate.2 ftruncate.2
374MLINKS+=unlink.2 unlinkat.2 374MLINKS+=unlink.2 unlinkat.2
375MLINKS+=utimes.2 futimes.2 utimes.2 lutimes.2 375MLINKS+=utimes.2 futimes.2 utimes.2 lutimes.2
376MLINKS+=utimes.2 utimens.2 utimes.2 futimens.2 utimes.2 lutimens.2 376MLINKS+=utimes.2 utimens.2 utimes.2 futimens.2 utimes.2 lutimens.2
377MLINKS+=utimes.2 utimensat.2 377MLINKS+=utimes.2 utimensat.2
378MLINKS+=wait.2 wait3.2 wait.2 wait4.2 wait.2 waitpid.2 378MLINKS+=wait.2 wait3.2 wait.2 wait4.2 wait.2 waitpid.2
379MLINKS+=wait.2 wait6.2 wait.2 waitid.2 379MLINKS+=wait.2 wait6.2 wait.2 waitid.2
380MLINKS+=write.2 writev.2 write.2 pwrite.2 write.2 pwritev.2 380MLINKS+=write.2 writev.2 write.2 pwrite.2 write.2 pwritev.2
381MLINKS+=pipe.2 pipe2.2 381MLINKS+=pipe.2 pipe2.2
382MLINKS+=accept.2 paccept.2 382MLINKS+=accept.2 paccept.2 accept.2 accept4.2
383MLINKS+=nanosleep.2 clock_nanosleep.2 383MLINKS+=nanosleep.2 clock_nanosleep.2
384MLINKS+=clock_getcpuclockid2.2 clock_getcpuclockid.2 384MLINKS+=clock_getcpuclockid2.2 clock_getcpuclockid.2