summaryrefslogtreecommitdiff
path: root/nuttx/libc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-09 10:52:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-09 10:52:53 -0600
commitf315b8887c6ed8f370ef6fa83708f33b06cd39d3 (patch)
treeb51ab795edf55898f9c0bda13873d073e341fd2f /nuttx/libc
parent8c03b6d691d376fe8984b0bf8d6ef39b961a2300 (diff)
downloadnuttx-f315b8887c6ed8f370ef6fa83708f33b06cd39d3.tar.gz
nuttx-f315b8887c6ed8f370ef6fa83708f33b06cd39d3.tar.bz2
nuttx-f315b8887c6ed8f370ef6fa83708f33b06cd39d3.zip
libc/aio/aio.h is empty, but add some protection anyway in case it is ever used in the future
Diffstat (limited to 'nuttx/libc')
-rw-r--r--nuttx/libc/aio/aio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/libc/aio/aio.h b/nuttx/libc/aio/aio.h
index 3adc53ed2..f1376be9a 100644
--- a/nuttx/libc/aio/aio.h
+++ b/nuttx/libc/aio/aio.h
@@ -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 */