move security to APP_Framework

This commit is contained in:
Wang_Weigen
2021-09-09 18:17:04 +08:00
parent 34ca5a215c
commit ce480336d8
270 changed files with 7 additions and 68321 deletions
@@ -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)
{
}