mailing list of musl libc
 help / color / mirror / code / Atom feed
7fc910254800ecfbc9f85f141c2f1f88222c638f blob 80 bytes (raw)

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

int iopl(int level)
{
	return syscall(SYS_iopl, level);
}
debug log:

solving 7fc9102 ...
found 7fc9102 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/iopl.c b/src/linux/iopl.c
new file mode 100644
index 0000000..7fc9102

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

index at:
100644 7fc910254800ecfbc9f85f141c2f1f88222c638f	src/linux/iopl.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).