mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Get TEST_LIBC_CALLS passing on AARCH64
This commit is contained in:
parent
802e7eb4ef
commit
ba49e86e20
22 changed files with 65 additions and 7 deletions
|
@ -67,6 +67,7 @@ TEST(dup, bigNumber) {
|
|||
ASSERT_SYS(0, 0, close(100));
|
||||
}
|
||||
|
||||
#ifdef __x86_64__
|
||||
TEST(dup, clearsCloexecFlag) {
|
||||
int ws;
|
||||
ASSERT_SYS(0, 0, close(creat("file", 0644)));
|
||||
|
@ -81,3 +82,4 @@ TEST(dup, clearsCloexecFlag) {
|
|||
ASSERT_EQ(72, WEXITSTATUS(ws));
|
||||
ASSERT_SYS(0, 0, close(3));
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue