mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[liba] Define calloc
To silence a warning in LZ4. The code is not even built.
This commit is contained in:
@@ -9,6 +9,7 @@ LIBA_BEGIN_DECLS
|
||||
void free(void *ptr);
|
||||
void * malloc(size_t size);
|
||||
void * realloc(void *ptr, size_t size);
|
||||
void * calloc(size_t count, size_t size);
|
||||
|
||||
void abort(void) __attribute__((noreturn));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user