summaryrefslogtreecommitdiffstats
path: root/dlmalloc/include/unistd.h
blob: 7c4f1faa90dee7e7a50217fc027e7b19d6062d9d (plain)
1
2
3
4
5
6
7
8
9
10
/* 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__));