Skip to content

Commit 7a02945

Browse files
committed
Formatting changes
1 parent 6f3f6a1 commit 7a02945

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

libc/config/darwin/aarch64/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"doc": "Avoid setjmp saving the value of x18, and longjmp restoring it. The Apple AArch64 ABI specifies that this register is reserved and should not be used"
66
}
77
}
8-
}
8+
}

libc/config/darwin/aarch64/entrypoints.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ set(TARGET_LIBC_ENTRYPOINTS
2020
# errno.h entrypoints
2121
libc.src.errno.errno
2222

23-
24-
2523
# string.h entrypoints
2624
libc.src.string.memccpy
2725
libc.src.string.memchr

0 commit comments

Comments
 (0)