Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 10 Apr 2012 13:00:24 -0700
From: Isaac Dunham <idunham@...abit.com>
To: musl@...ts.openwall.com
Subject: Compatability: missing sys/vm86.h

sys/vm86.h is largely a wrapper for asm/vm86.h from linux-libc-dev, but
provides one other function (prototype per man 2 vm86): 

int vm86(unsigned long fn, struct vm86plus_struct *v86);

There are no feature test macros required.

This is needed for some versions of Xvesa/Xfbdev, as well as dev86,
dosemu, and a number of other programs.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.