merged sys and io to si

This commit is contained in:
2016-04-28 14:33:10 +00:00
parent 3c5b45571e
commit 49d3dcfeda
50 changed files with 147 additions and 78 deletions

View File

@ -1,13 +1,21 @@
pkgincludedir = $(includedir)/qse/sys
pkginclude_HEADERS = \
aio.h \
aio-pro.h \
aio-sck.h
cnd.h \
fio.h \
intr.h \
mtx.h \
mux.h \
nwio.h \
pio.h \
rwl.h \
sio.h \
task.h \
thr.h
thr.h \
tio.h
if ENABLE_CXX
pkginclude_HEADERS += \