Searched hist:"3 b3f24add09f8ab720860d4840f9755c102121b5" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 3b3f24add09f8ab720860d4840f9755c102121b5 Wed Apr 15 11:12:13 CDT 2009 aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> linux-user: prefer glibc over direct syscalls
The openat/*at syscalls are incredibly common with modern coreutils, calling them directly via syscalls breaks for example fakeroot. Use glibc stubs whenever directly available and provide old syscall calling for people still using older libc.
Patch originally from Mika Westerberg, Adapted to apply to current trunk and cleaned up by Riku Voipio.
Signed-off-by: Riku Voipio <riku.voipio@iki.fi> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7118 c046a42c-6fe2-441c-8c8c-71466251a162
|
/openbmc/qemu/ |
H A D | configure | 3b3f24add09f8ab720860d4840f9755c102121b5 Wed Apr 15 11:12:13 CDT 2009 aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> linux-user: prefer glibc over direct syscalls
The openat/*at syscalls are incredibly common with modern coreutils, calling them directly via syscalls breaks for example fakeroot. Use glibc stubs whenever directly available and provide old syscall calling for people still using older libc.
Patch originally from Mika Westerberg, Adapted to apply to current trunk and cleaned up by Riku Voipio.
Signed-off-by: Riku Voipio <riku.voipio@iki.fi> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7118 c046a42c-6fe2-441c-8c8c-71466251a162
|