mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
Fix a number of header files with mismatched 'extern C {' and '}'
This commit is contained in:
@@ -277,5 +277,10 @@ int aio_queue(FAR struct aio_container_s *aioc, worker_t worker);
|
||||
|
||||
int aio_signal(pid_t pid, FAR struct aiocb *aiocbp);
|
||||
|
||||
#undef EXTERN
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_FS_AIO */
|
||||
#endif /* __FS_AIO_AIO_H */
|
||||
|
||||
Reference in New Issue
Block a user