diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-06-20 16:50:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-20 16:50:07 +0200 |
| commit | d9e08bc5d8a1292e3eccdb325bde4d180ebb4749 (patch) | |
| tree | 07f06b1d0a3730acd0bdf33dfd25f8171758a6a9 /core/sys | |
| parent | 208ace0b0306cd88344442ef2f0ef9d66772a153 (diff) | |
| parent | b82753227da67f75381e30a8c9ed38097566bed8 (diff) | |
Merge pull request #5374 from Feoramund/fix-regex-docs
Fix RegEx docs
Diffstat (limited to 'core/sys')
| -rw-r--r-- | core/sys/posix/posix.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sys/posix/posix.odin b/core/sys/posix/posix.odin index d56217407..1e6a0aa9b 100644 --- a/core/sys/posix/posix.odin +++ b/core/sys/posix/posix.odin @@ -31,7 +31,7 @@ Unimplemented headers: - iso646.h | Impossible - math.h | See `core:c/libc` - 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 - spawn.h | Use `fork`, `execve`, etc. - stdarg.h | See `core:c/libc` |