summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_stdlib.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-21 10:31:51 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-21 10:31:51 +0200
commitb272800c49f5b929962e38c0a8628e6fec167412 (patch)
tree39d255ce6e006ccb2ac56f67d6dce90b6543d0ab /ACE/ace/OS_NS_stdlib.h
parent53ac0545ce37c867745c618a29eb6f82b538fc8a (diff)
downloadATCD-b272800c49f5b929962e38c0a8628e6fec167412.tar.gz
Mark also exit with ACE_GCC_NO_RETURN
* ACE/ace/OS_NS_stdlib.h:
Diffstat (limited to 'ACE/ace/OS_NS_stdlib.h')
-rw-r--r--ACE/ace/OS_NS_stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_stdlib.h b/ACE/ace/OS_NS_stdlib.h
index ab1e4f42a62..ef50095ccf5 100644
--- a/ACE/ace/OS_NS_stdlib.h
+++ b/ACE/ace/OS_NS_stdlib.h
@@ -180,7 +180,7 @@ namespace ACE_OS {
void *calloc (size_t elements, size_t sizeof_elements);
extern ACE_Export
- void exit (int status = 0);
+ void exit (int status = 0) ACE_GCC_NO_RETURN;
extern ACE_Export
void free (void *);