LibC/Kernel: Implement ttyname

This commit is contained in:
2024-07-30 11:41:18 +03:00
parent ca774dfeb5
commit e5bb843059
5 changed files with 25 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ __BEGIN_DECLS
O(SYS_GETSOCKOPT, getsockopt) \
O(SYS_SETSOCKOPT, setsockopt) \
O(SYS_REALPATH, realpath) \
O(SYS_TTYNAME, ttyname) \
enum Syscall
{