summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-08-05 13:34:44 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-08-05 13:34:44 +0200
commit8620fc2daa77c1b2addf7f4d6c285181231f10f2 (patch)
treef147cbfa078300d956484cbc40d6d4c1841e3c13 /ACE/ace/os_include
parent10494fadbde3ac52d3f3d38ffba93bbc0bf88ee1 (diff)
downloadATCD-8620fc2daa77c1b2addf7f4d6c285181231f10f2.tar.gz
Removed empty extern C block
* ACE/ace/os_include/os_aio.h:
Diffstat (limited to 'ACE/ace/os_include')
-rw-r--r--ACE/ace/os_include/os_aio.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ACE/ace/os_include/os_aio.h b/ACE/ace/os_include/os_aio.h
index 0d2ffe0802c..4372f5a5fb0 100644
--- a/ACE/ace/os_include/os_aio.h
+++ b/ACE/ace/os_include/os_aio.h
@@ -31,15 +31,5 @@
# include /**/ <aio.h>
#endif /* !ACE_LACKS_AIO_H */
-// Place all additions (especially function declarations) within extern "C" {}
-#ifdef __cplusplus
-extern "C"
-{
-#endif /* __cplusplus */
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
#include /**/ "ace/post.h"
#endif /* ACE_OS_INCLUDE_OS_AIO_H */