mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
Introduce FreeBSD ARM64 support
It's 100% passing test fleet. Solid as a rock.
This commit is contained in:
parent
43fe5956ad
commit
83107f78ed
455 changed files with 778 additions and 551 deletions
|
@ -60,7 +60,11 @@ int sys_fork(void) {
|
|||
} else if (__syslib) {
|
||||
return _sysret(__syslib->__fork());
|
||||
} else {
|
||||
return enosys();
|
||||
int ax;
|
||||
axdx_t ad;
|
||||
ad = __sys_fork();
|
||||
ax = ad.ax;
|
||||
return ax;
|
||||
}
|
||||
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue