This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: vm86 system call update


On Tue, Dec 02, 2003 at 04:04:48PM -0800, Ulrich Drepper wrote:
> > -vm86		-	vm86		i:p	__vm86		vm86
> > +vm86old		EXTRA	vm86old		i:p	__vm86old	vm86@GLIBC_2.0
> > +vm86		-	vm86		i:ip	__vm86		vm86@GLIBC_2.3.3
> 
> This generates wrong code for very old kernels which name have no
> vm86old (and name the old version vm86).  We can bump the minimum kernel
> requirement, I'd have no problem with that.

That is only about the kernel headers you compile glibc against.
I doubt glibc would build against say 2.2.x kernel headers but I see
no reason why it shouldn't work on 2.2.5 kernel.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]