summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-02-23 18:25:23 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-02-23 18:25:23 +0100
commitec4c0e7af88a55b0667a40c1fbe23721f7521473 (patch)
treefb4bf02e3319281cc3902b6c0a49a109785876c1 /ACE
parent620a751859ad758a77362c818e3ca2f279919bcb (diff)
downloadATCD-ec4c0e7af88a55b0667a40c1fbe23721f7521473.tar.gz
Removed strtoll and strtoull prototypes, not used in any config file anymore
* ACE/ace/os_include/os_stdlib.h:
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ace/os_include/os_stdlib.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ACE/ace/os_include/os_stdlib.h b/ACE/ace/os_include/os_stdlib.h
index fbeec6809af..5f0ca9b0da9 100644
--- a/ACE/ace/os_include/os_stdlib.h
+++ b/ACE/ace/os_include/os_stdlib.h
@@ -56,14 +56,6 @@ extern "C"
int mkstemp (char *);
#endif /* ACE_LACKS_MKSTEMP_PROTOTYPE */
-#if defined (ACE_LACKS_STRTOLL_PROTOTYPE)
- long long strtoll (const char *, char **, int);
-#endif /* ACE_LACKS_STRTOLL_PROTOTYPE */
-
-#if defined (ACE_LACKS_STRTOULL_PROTOTYPE)
- unsigned long long strtoull (const char *, char **, int);
-#endif /* ACE_LACKS_STRTOULL_PROTOTYPE */
-
#ifdef __cplusplus
}
#endif /* __cplusplus */