qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] linux-user: implement pipe2 syscall


From: Riku Voipio
Subject: Re: [Qemu-devel] [PATCH] linux-user: implement pipe2 syscall
Date: Wed, 6 May 2009 14:02:55 +0300
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, May 06, 2009 at 11:18:46AM +0200, Martin Mohring wrote:
> How do we want to handle if "O_CLOEXEC" is not defined on the host OS,
> because kernel too old (Debian Etch, CentOS 5)? Should it then return
> ENOSYS?

Unless you fake the uname, the glibc on the target system won't call
pipe2, and thus won't ask for O_CLOEXEC.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]