summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-08-05 13:26:38 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-08-05 13:26:38 +0200
commitcdeb89b03905ca6047461f2be33c2a6f3d893a0a (patch)
tree3f18b399caa741eb109e839bdb0f84c26cf1eb73 /ACE/ace/os_include
parenta21dc16fd620e6bf631e2393db402692ba270381 (diff)
downloadATCD-cdeb89b03905ca6047461f2be33c2a6f3d893a0a.tar.gz
Removed check for ACE_LACKS_STDDEF_H, not set in any config file
* ACE/ace/os_include/os_stddef.h:
Diffstat (limited to 'ACE/ace/os_include')
-rw-r--r--ACE/ace/os_include/os_stddef.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/ace/os_include/os_stddef.h b/ACE/ace/os_include/os_stddef.h
index 625a8a44f6f..4cf2f5ea6dd 100644
--- a/ACE/ace/os_include/os_stddef.h
+++ b/ACE/ace/os_include/os_stddef.h
@@ -24,9 +24,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if !defined (ACE_LACKS_STDDEF_H)
-# include /**/ <stddef.h>
-#endif /* !ACE_LACKS_STDDEF_H */
+#include /**/ <stddef.h>
// Place all additions (especially function declarations) within extern "C" {}
#ifdef __cplusplus