summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-02-24 08:31:47 +0100
committerGitHub <noreply@github.com>2021-02-24 08:31:47 +0100
commit9f05fd32184d21307404ba5436bfd3bad247c5d5 (patch)
tree9973c1efc08951648a093b696e8226107688a083 /ACE
parent34d2bcfc5e57421c5d1fcaa74f888c981b988f6e (diff)
parentec4c0e7af88a55b0667a40c1fbe23721f7521473 (diff)
downloadATCD-9f05fd32184d21307404ba5436bfd3bad247c5d5.tar.gz
Merge pull request #1433 from jwillemsen/jwi-strtoll
Removed strtoll and strtoull prototypes, not used in any config file …
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 */