aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-09 18:05:45 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-09 18:05:45 +0100
commita04672b77bcfda8f8304f2b1e271842ff2c22cfc (patch)
tree2722e43cd4f449814311ea6695a47c421d6dfec0 /FICS
parentdc02fc66d0b75b4136f317a3e94e72a5e96e1ef5 (diff)
Disabled function declaration of malloc_size()
Diffstat (limited to 'FICS')
-rw-r--r--FICS/stdinclude.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/stdinclude.h b/FICS/stdinclude.h
index 750b52b..5d24127 100644
--- a/FICS/stdinclude.h
+++ b/FICS/stdinclude.h
@@ -49,6 +49,6 @@
#include <time.h>
#include <unistd.h>
-extern size_t malloc_size(void *ptr); /* XXX */
+//extern size_t malloc_size(void *);
#endif /* _STDINCLUDE_H */