mailing list of musl libc
 help / color / mirror / code / Atom feed
6d6d38357d33ee1dda3e2e498de694f087a9f09a blob 138 bytes (raw)

1
2
3
4
5
6
 
#include "syscall.h"

int ioperm(unsigned long from, unsigned long num, int turn_on)
{
	return syscall(SYS_ioperm, from, num, turn_on);
}
debug log:

solving 6d6d383 ...
found 6d6d383 in https://inbox.vuxu.org/musl/20120722181332.191d4fa5@newbook/

applying [1/1] https://inbox.vuxu.org/musl/20120722181332.191d4fa5@newbook/
diff --git a/src/linux/ioperm.c b/src/linux/ioperm.c
new file mode 100644
index 0000000..6d6d383

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

index at:
100644 6d6d38357d33ee1dda3e2e498de694f087a9f09a	src/linux/ioperm.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).