summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-08-05 13:22:57 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-08-05 13:22:57 +0200
commit23503a25fe500f9d0d54a5474f566b6f597bcb91 (patch)
treea6ef74dad745c673b1d5a6bbff3d76de4750a8ee /ACE/ace/os_include
parentd2bc02b5bc71978fc171041d7a2d846b78637ce4 (diff)
downloadATCD-23503a25fe500f9d0d54a5474f566b6f597bcb91.tar.gz
Removed check for ACE_LACKS_STDLIB_H, not set anymore
* ACE/ace/os_include/os_stdlib.h:
Diffstat (limited to 'ACE/ace/os_include')
-rw-r--r--ACE/ace/os_include/os_stdlib.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/ace/os_include/os_stdlib.h b/ACE/ace/os_include/os_stdlib.h
index e3a5d6d3dbe..c1c84063efe 100644
--- a/ACE/ace/os_include/os_stdlib.h
+++ b/ACE/ace/os_include/os_stdlib.h
@@ -30,9 +30,7 @@
# include /**/ <alloca.h>
#endif /* ACE_HAS_ALLOCA_H */
-#if !defined (ACE_LACKS_STDLIB_H)
-# include /**/ <stdlib.h>
-#endif /* !ACE_LACKS_STDLIB_H */
+#include /**/ <stdlib.h>
#if defined (ACE_VXWORKS) && !defined (__RTP__)
# include /**/ <envLib.h>