mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-27 15:52:28 +00:00
Apply some touchups
This commit is contained in:
parent
9f149e1de3
commit
2f3bd90216
139 changed files with 1188 additions and 1154 deletions
|
@ -82,13 +82,13 @@ static textstartup void __stat2linux_netbsd(union metastat *ms) {
|
|||
*/
|
||||
textstartup void __stat2linux(void *ms) {
|
||||
if (ms) {
|
||||
if (SupportsXnu() && IsXnu()) {
|
||||
if (IsXnu()) {
|
||||
__stat2linux_xnu((union metastat *)ms);
|
||||
} else if (SupportsFreebsd() && IsFreebsd()) {
|
||||
} else if (IsFreebsd()) {
|
||||
__stat2linux_freebsd((union metastat *)ms);
|
||||
} else if (SupportsOpenbsd() && IsOpenbsd()) {
|
||||
} else if (IsOpenbsd()) {
|
||||
__stat2linux_openbsd((union metastat *)ms);
|
||||
} else if (SupportsNetbsd() && IsNetbsd()) {
|
||||
} else if (IsNetbsd()) {
|
||||
__stat2linux_netbsd((union metastat *)ms);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue