From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/703 Path: news.gmane.org!not-for-mail From: Isaac Dunham Newsgroups: gmane.linux.lib.musl.general Subject: Compatability: missing sys/vm86.h Date: Tue, 10 Apr 2012 13:00:24 -0700 Message-ID: <20120410130024.10acbcfb@newbook> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1334088041 12681 80.91.229.3 (10 Apr 2012 20:00:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Apr 2012 20:00:41 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-704-gllmg-musl=m.gmane.org@lists.openwall.com Tue Apr 10 22:00:40 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SHhF1-0001BC-SR for gllmg-musl@plane.gmane.org; Tue, 10 Apr 2012 22:00:40 +0200 Original-Received: (qmail 22478 invoked by uid 550); 10 Apr 2012 20:00:39 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 22470 invoked from network); 10 Apr 2012 20:00:39 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=4l+HhuSldSLqsn6+cXC1j/2sJ04z+wewG133+pdtLgftdppb6MCz/PAT4qemptXH4xW1jl00jpVmBc4aaAWM3oc/sTKahq84UXRrraPD4FIwLoe4Tsbv7PCkLuir+M/8gHRsGJC6jJI62OJIsyfehN/KVW/QYPNMEpvkOLXn/LQ=; h=Date:From:To:Subject:Message-ID:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; X-Mailer: Claws Mail 3.7.4 (GTK+ 2.20.1; i486-pc-linux-gnu) Xref: news.gmane.org gmane.linux.lib.musl.general:703 Archived-At: 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.