Added some libc bindings for NetBSD

This commit is contained in:
Andreas T Jonsson
2024-04-18 16:22:07 +02:00
parent 41d4dfbcd5
commit 07fc07822d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ when ODIN_OS == .FreeBSD {
ERANGE :: 34
}
when ODIN_OS == .OpenBSD {
when ODIN_OS == .OpenBSD || ODIN_OS == .NetBSD {
@(private="file")
@(default_calling_convention="c")
foreign libc {