2021-05-20 16:54:00 +02:00

11 lines
242 B
C
Vendored

/* Stub include file to support dlmalloc. */
#include <stdint.h>
#include <__macro_PAGESIZE.h>
#define sysconf(name) PAGESIZE
#define _SC_PAGESIZE
/* Declare sbrk. */
void *sbrk(intptr_t increment) __attribute__((__warn_unused_result__));