From: Stefan Weil <weil@mail.berlios.de>
To: qemu-devel@nongnu.org
Cc: Aurelien Jarno <aurelien@aurel32.net>
Subject: Re: [Qemu-devel] [7118] linux-user: prefer glibc over direct syscalls
Date: Wed, 15 Apr 2009 21:21:00 +0200 [thread overview]
Message-ID: <49E6339C.5020404@mail.berlios.de> (raw)
In-Reply-To: <E1Lu7ig-0007Ez-1h@cvs.savannah.gnu.org>
Aurelien Jarno schrieb:
> Revision: 7118
> http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7118
> Author: aurel32
> Date: 2009-04-15 16:12:13 +0000 (Wed, 15 Apr 2009)
> Log Message:
> -----------
> linux-user: prefer glibc over direct syscalls
> ...
> +
> +# Check for initofy functions when we are building linux-user
>
initofy => inotify?
> +# emulator. This is done because older glibc versions don't
> +# have syscall stubs for these implemented. In that case we
> +# don't provide them even if kernel supports them.
> +#
> +inotify=no
> +if [ "$linux_user" = "yes" ] ; then
> + cat > $TMPC << EOF
> +#include <sys/inotify.h>
> +
> +int
> +main(void)
> +{
> + /* try to start inotify */
> + return inotify_init(void);
> +}
> +EOF
>
next prev parent reply other threads:[~2009-04-15 19:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-15 16:12 [Qemu-devel] [7118] linux-user: prefer glibc over direct syscalls Aurelien Jarno
2009-04-15 19:21 ` Stefan Weil [this message]
2009-04-15 19:48 ` Aurelien Jarno
2009-04-16 15:25 ` Laurent Desnogues
2009-04-16 16:47 ` Riku Voipio
2009-04-17 13:51 ` Aurelien Jarno
2009-04-17 0:16 ` Paul Brook
2009-04-17 8:03 ` Riku Voipio
2009-04-21 7:56 ` Laurent Desnogues
2009-04-21 8:36 ` Arnaud Patard
2009-04-21 8:35 ` Laurent Desnogues
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49E6339C.5020404@mail.berlios.de \
--to=weil@mail.berlios.de \
--cc=aurelien@aurel32.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.