onepub-dev / dart_posix

MIT License
12 stars 4 forks source link

Add uname() #10

Closed jpnurmi closed 2 years ago

jpnurmi commented 2 years ago
final utsname = uname();
print(utsname);

Utsname.machine helps to fix lstat() on M1/arm64 Macs where the $INODE64 suffix should be dropped.