mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
sys/posix: Correct reference to core:text/regex
This commit is contained in:
@@ -31,7 +31,7 @@ Unimplemented headers:
|
|||||||
- iso646.h | Impossible
|
- iso646.h | Impossible
|
||||||
- math.h | See `core:c/libc`
|
- math.h | See `core:c/libc`
|
||||||
- mqueue.h | Targets don't seem to have implemented it
|
- mqueue.h | Targets don't seem to have implemented it
|
||||||
- regex.h | See `core:regex`
|
- regex.h | See `core:text/regex`
|
||||||
- search.h | Not useful in Odin
|
- search.h | Not useful in Odin
|
||||||
- spawn.h | Use `fork`, `execve`, etc.
|
- spawn.h | Use `fork`, `execve`, etc.
|
||||||
- stdarg.h | See `core:c/libc`
|
- stdarg.h | See `core:c/libc`
|
||||||
|
|||||||
Reference in New Issue
Block a user