mailing list of musl libc
 help / color / mirror / code / Atom feed
f1e73e82f75d076f9c7cd32daed202a4f05908cf blob 161 bytes (raw)

1
2
3
4
5
6
7
8
 
#include <poll.h>
#include "syscall.h"
#include "libc.h"

int poll(struct pollfd *fds, nfds_t n, int timeout)
{
	return syscall_cp(SYS_poll, fds, n, timeout);
}
debug log:

solving f1e73e8 ...
found f1e73e8 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).