summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
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 */