summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-11-03 21:56:18 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-11-03 21:56:18 -0400
commitf8486b31c531dd9622e748e1382ab9e4b8a5fc5c (patch)
tree2b7c1256e2dac078a817cf56ff79e43cabd572df /include/global.h
parentca2bc94c2be5d7b915e5ab913ef026aa12b8fc0f (diff)
sub_80E6CA0
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/global.h b/include/global.h
index ad4f23c2b..f3c58a3d8 100644
--- a/include/global.h
+++ b/include/global.h
@@ -11,13 +11,6 @@
#define asm_comment(x) asm volatile("@ -- " x " -- ")
#define asm_unified(x) asm(".syntax unified\n" x "\n.syntax divided")
-#if defined (__APPLE__) || defined (__CYGWIN__)
-void *memset(void *, int, size_t);
-void *memcpy(void *, const void *, size_t);
-int strcmp(const char *s1, const char *s2);
-char* strcpy(char *dst0, const char *src0);
-#endif // __APPLE__
-
#define ARRAY_COUNT(array) (sizeof(array) / sizeof((array)[0]))
// useful math macros