mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 04:10:40 +00:00
libc/aio/aio.h is empty, but add some protection anyway in case it is ever used in the future
This commit is contained in:
parent
91f5ecc347
commit
c2933b92e3
1 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,8 @@
|
|||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#ifdef CONFIG_FS_AIO
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
|
@ -67,4 +69,5 @@ extern "C"
|
|||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#endif /* CONFIG_FS_AIO */
|
||||
#endif /* __LIBC_AIO_AIO_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue