LibC: Implement poll() using select

This commit is contained in:
2024-08-22 14:28:01 +03:00
parent e59772a58d
commit c453a8e2dc
2 changed files with 57 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ set(LIBC_SOURCES
malloc.cpp
math.cpp
netdb.cpp
poll.cpp
printf_impl.cpp
pwd.cpp
scanf_impl.cpp