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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#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);
}

weak_alias(poll, __poll);
debug log:

solving b2f8b00 ...
found b2f8b00 in https://inbox.vuxu.org/musl/20120722183828.20b71c9d@newbook/
found f1e73e8 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 f1e73e82f75d076f9c7cd32daed202a4f05908cf	src/select/poll.c

applying [1/1] https://inbox.vuxu.org/musl/20120722183828.20b71c9d@newbook/
diff --git a/src/select/poll.c b/src/select/poll.c
index f1e73e8..b2f8b00 100644

Checking patch src/select/poll.c...
Applied patch src/select/poll.c cleanly.

index at:
100644 b2f8b0004b2d6ae24088d4f6b728bd80e858003c	src/select/poll.c

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).