mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-12 14:21:25 -07:00
Fix comment typo on POSIX ENOTSUP constant.
Co-authored-by: Feoramund <161657516+Feoramund@users.noreply.github.com>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user