mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
Add aio_{cancel,error,return,suspend,write} into the mix.
Submitted by: Dan Nelson <dnelson@emsphone.com> Forgotten by: mpp
This commit is contained in:
parent
c6a5d1a636
commit
3113e9d141
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51110
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user