Rev 985 | Rev 1113 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 985 | Rev 1033 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | 33 | ||
34 | #define NULL 0 |
34 | #define NULL 0 |
35 | 35 | ||
36 | extern ssize_t write(int fd, const void * buf, size_t count); |
36 | extern ssize_t write(int fd, const void * buf, size_t count); |
37 | extern void _exit(int status); |
37 | extern void _exit(int status); |
- | 38 | void *mmap(void *address, size_t size, int flags); |
|
38 | void * mremap(void *address, size_t size, unsigned long flags); |
39 | void *mremap(void *address, size_t size, int flags); |
39 | void *sbrk(ssize_t incr); |
40 | void *sbrk(ssize_t incr); |
40 | 41 | ||
41 | #endif |
42 | #endif |