mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 19:09:16 +00:00
userspace: Rewrite everything
Everything. Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
39
Userspace/libc/STATUS.md
Normal file
39
Userspace/libc/STATUS.md
Normal file
@ -0,0 +1,39 @@
|
||||
# FENNIX C LIBRARY STATUS
|
||||
|
||||
[IEEE Std 1003.1™-2024 Edition](https://pubs.opengroup.org/onlinepubs/9799919799/)
|
||||
|
||||
| FILE | STATUS |
|
||||
|---------------|-----------|
|
||||
| | |
|
||||
| fennix/syscalls.h | PROVIDE |
|
||||
| sys/mman.h | TODO |
|
||||
| sys/stat.h | TODO |
|
||||
| sys/types.h | TODO |
|
||||
| sys/wait.h | TODO |
|
||||
| assert.h | COMPLETE|
|
||||
| dirent.h | TODO |
|
||||
| errno.h | PROVIDE |
|
||||
| fcntl.h | TODO |
|
||||
| float.h | TODO |
|
||||
| inttypes.h | TODO |
|
||||
| limits.h | TODO |
|
||||
| locale.h | TODO |
|
||||
| math.h | TODO |
|
||||
| pthread.h | TODO |
|
||||
| pwd.h | TODO |
|
||||
| sched.h | TODO |
|
||||
| signal.h | TODO |
|
||||
| stdarg.h | TODO |
|
||||
| stdbool.h | COMPLETE|
|
||||
| stddef.h | TODO |
|
||||
| stdint.h | TODO |
|
||||
| stdio.h | TODO |
|
||||
| stdlib.h | TODO |
|
||||
| string.h | TODO |
|
||||
| time.h | TODO |
|
||||
| unistd.h | TODO |
|
||||
|
||||
---
|
||||
|
||||
[functions](https://pubs.opengroup.org/onlinepubs/9799919799/functions/)
|
||||
[basedefs](https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/)
|
Reference in New Issue
Block a user