Fix comment typo on POSIX ENOTSUP constant.

Co-authored-by: Feoramund <161657516+Feoramund@users.noreply.github.com>
This commit is contained in:
Isaac Andrade
2024-08-23 20:02:44 -06:00
committed by GitHub
parent 9c06898303
commit d8e4a1b93f
+1 -1
View File
@@ -456,7 +456,7 @@ when ODIN_OS == .Darwin {
EOWNERDEAD :: 130
ENOTRECOVERABLE :: 131
// NOTE: Note defined for linux
// NOTE: Not defined for Linux
ENOTSUP :: -1
} else {
#panic("posix is unimplemented for the current target")