mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
LibC: Add POSIX spec comments for poll
This commit is contained in:
parent
954fa724b3
commit
3c897d0443
Notes:
sideshowbarker
2024-07-17 22:26:06 +09:00
Author: https://github.com/bgianfo
Commit: 3c897d0443
Pull-request: https://github.com/SerenityOS/serenity/pull/11359
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
extern "C" {
|
||||
|
||||
// https://pubs.opengroup.org/onlinepubs/9699919799/functions/poll.html
|
||||
int poll(pollfd* fds, nfds_t nfds, int timeout_ms)
|
||||
{
|
||||
timespec timeout;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue