Rev 978 | Rev 1033 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 978 | Rev 985 | ||
---|---|---|---|
Line 34... | Line 34... | ||
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 * mremap(void *address, size_t size, unsigned long flags); |
38 | void * mremap(void *address, size_t size, unsigned long flags); |
- | 39 | void *sbrk(ssize_t incr); |
|
39 | 40 | ||
40 | #endif |
41 | #endif |