Add libasyn, asynchio support for netbsd libc.

This commit is contained in:
Gianluca Guida
2011-03-23 15:28:22 +00:00
parent 15e58909b6
commit 9caa53e8d9
2 changed files with 54 additions and 0 deletions

11
lib/nbsd_libasyn/Makefile Normal file
View File

@@ -0,0 +1,11 @@
.include <bsd.own.mk>
.PATH: ${MINIXSRCDIR}/lib/libc/asyn
LIB= asyn
INCS= asynchio.h
INCSDIR= /usr/netbsd/include/sys
SRCS+= asyn_cancel.c asyn_close.c asyn_init.c asyn_pending.c asyn_read.c \
asyn_special.c asyn_synch.c asyn_wait.c asyn_write.c
.include <bsd.lib.mk>