From d475da44561ed80c7ceb7e75432d70a726c7e751 Mon Sep 17 00:00:00 2001 From: billf Date: Thu, 9 Sep 1999 19:06:57 +0000 Subject: Add aio_{cancel,error,return,suspend,write} into the mix. Submitted by: Dan Nelson Forgotten by: mpp --- lib/libc/sys/Makefile.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 4c268ff..f02fa98 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -73,7 +73,9 @@ ${SPSEUDOR}: > ${.TARGET} .if ${LIB} == "c" -MAN2+= _exit.2 accept.2 access.2 acct.2 adjtime.2 aio_read.2 \ +MAN2+= _exit.2 accept.2 access.2 acct.2 adjtime.2 \ + aio_cancel.2 aio_error.2 aio_read.2 aio_return.2 \ + aio_suspend.2 aio_write.2 \ bind.2 brk.2 chdir.2 chflags.2 \ chmod.2 chown.2 chroot.2 clock_gettime.2 close.2 \ connect.2 dup.2 execve.2 \ -- cgit v1.1