mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-08-17 17:02:04 +08:00
fix build with gcc9
This commit is contained in:
@@ -31,6 +31,14 @@ int _open(const char *name, int flags, int mode) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
int _kill_r(struct _reent *r, int pid, int sig){
|
||||
return -1;
|
||||
}
|
||||
|
||||
int _getpid_r (struct _reent *r){
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* Register name faking - works in collusion with the linker. */
|
||||
register char *stack_ptr asm("sp");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user