mirror of
https://github.com/RGBCube/serenity
synced 2025-10-30 00:42:07 +00:00
Now that the userland has a compatiblity wrapper for select(), the kernel doesn't need to implement this syscall natively. The poll() interface been around since 1987, any code still using select() should be slapped silly. Note: the SerenityOS source tree mostly uses select() and not poll() despite SerenityOS having support for poll() since early 2019... |
||
|---|---|---|
| .. | ||
| POSIX | ||
| FB.h | ||
| InodeWatcherEvent.h | ||
| InodeWatcherFlags.h | ||
| KeyCode.h | ||
| MousePacket.h | ||
| Syscall.h | ||
| TimePage.h | ||