Skip to content

Commit

Permalink
libc/aio/aio.h is empty, but add some protection anyway in case it is…
Browse files Browse the repository at this point in the history
… ever used in the future
  • Loading branch information
gregory-nutt committed Oct 9, 2014
1 parent 91f5ecc commit c2933b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libc/aio/aio.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@

#include <nuttx/config.h>

#ifdef CONFIG_FS_AIO

/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
Expand All @@ -67,4 +69,5 @@ extern "C"
* Public Function Prototypes
****************************************************************************/

#endif /* CONFIG_FS_AIO */
#endif /* __LIBC_AIO_AIO_H */

0 comments on commit c2933b9

Please sign in to comment.