Reduce the diff with DeforaOS libc
This commit is contained in:
parent
124400fc5c
commit
4a94984f78
|
@ -17,8 +17,6 @@ static ukConsole * _fildes[STDERR_FILENO + 1] = { NULL, NULL, NULL };
|
||||||
|
|
||||||
/* public */
|
/* public */
|
||||||
/* variables */
|
/* variables */
|
||||||
extern void * end;
|
|
||||||
|
|
||||||
char ** environ;
|
char ** environ;
|
||||||
|
|
||||||
|
|
||||||
|
@ -45,6 +43,7 @@ ssize_t read(int fildes, void * buf, size_t count)
|
||||||
|
|
||||||
/* sbrk */
|
/* sbrk */
|
||||||
extern int _brk(void * addr);
|
extern int _brk(void * addr);
|
||||||
|
extern void * end;
|
||||||
|
|
||||||
void * sbrk(intptr_t increment)
|
void * sbrk(intptr_t increment)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user