mailing list of musl libc
 help / color / mirror / code / Atom feed
01accf2fe083dcf32cfde58136df29058883c517 blob 139 bytes (raw)

1
2
3
4
5
6
7
 
#include <sys/eventfd.h>
#include "syscall.h"

int eventfd(unsigned int count, int flags)
{
	return syscall(SYS_eventfd2, count, flags);
}
debug log:

solving 2ddfc68 ...
found 2ddfc68 in https://inbox.vuxu.org/musl/1304573418-18499-1-git-send-email-ftrvxmtrx@gmail.com/ ||
	https://inbox.vuxu.org/musl/1304539185-25729-1-git-send-email-ftrvxmtrx@gmail.com/

applying [1/2] https://inbox.vuxu.org/musl/1304573418-18499-1-git-send-email-ftrvxmtrx@gmail.com/
diff --git a/src/linux/eventfd.c b/src/linux/eventfd.c
new file mode 100644
index 0000000..2ddfc68

Checking patch src/linux/eventfd.c...
Applied patch src/linux/eventfd.c cleanly.

skipping https://inbox.vuxu.org/musl/1304539185-25729-1-git-send-email-ftrvxmtrx@gmail.com/ for 2ddfc68
index at:
100644 01accf2fe083dcf32cfde58136df29058883c517	src/linux/eventfd.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).