[libc] Add the first version for AIO.

This commit is contained in:
BernardXiong
2017-12-31 14:49:18 +08:00
parent 4bc082e7cb
commit 1383a97737
4 changed files with 550 additions and 0 deletions
+4
View File
@@ -22,6 +22,10 @@ if RT_USING_LIBC && RT_USING_DFS
config RT_USING_POSIX_TERMIOS
bool "Enable termios feature"
default n
config RT_USING_POSIX_AIO
bool "Enable AIO"
default n
endif
endif