diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 18:05:45 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 18:05:45 +0100 |
commit | a04672b77bcfda8f8304f2b1e271842ff2c22cfc (patch) | |
tree | 2722e43cd4f449814311ea6695a47c421d6dfec0 | |
parent | dc02fc66d0b75b4136f317a3e94e72a5e96e1ef5 (diff) |
Disabled function declaration of malloc_size()
-rw-r--r-- | FICS/stdinclude.h | 2 |
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 */ |