forked from xuos/xiuos
move security to APP_Framework
This commit is contained in:
@@ -96,12 +96,3 @@ _ssize_t _write_r(struct _reent *ptr, int fd, const void *buf, size_t nbytes)
|
||||
{
|
||||
return write(fd, buf, nbytes);
|
||||
}
|
||||
|
||||
void exit(int __status);
|
||||
void _exit(int __status){}
|
||||
void _kill(int k)
|
||||
{}
|
||||
int _getpid(void)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user