Release Cosmopolitan v3.2

This commit is contained in:
Justine Tunney 2024-01-04 08:25:37 -08:00
parent 873069fcd7
commit a3deef70c2
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
11 changed files with 75 additions and 18 deletions

View file

@ -81,7 +81,7 @@ TEST(tmpfile, test) {
}
#ifndef __aarch64__
// TODO(jart): Find way to detect qemu-aarch64
// TODO(jart): Why does this apply to pi and qemu-aarch64?
TEST(tmpfile, renameToRealFile) {
if (!(IsLinux() && __is_linux_2_6_23())) return; // need non-ancient linux
FILE *f;