mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 14:22:28 +00:00
Do some more aarch64 fixups
This commit is contained in:
parent
86d9323a43
commit
59766efd3e
17 changed files with 63 additions and 89 deletions
|
@ -29,6 +29,9 @@
|
|||
#define DEFAULT_POLICY SCHED_OTHER
|
||||
|
||||
void SetUp(void) {
|
||||
if (IsFreebsd() && getuid() != 0) {
|
||||
exit(0);
|
||||
}
|
||||
if (IsXnu() || IsWindows() || IsOpenbsd() || IsWindows()) {
|
||||
exit(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue