qemu-irix/linux-user
Blue Swirl 72cf2d4f0e Fix sys-queue.h conflict for good
Problem: Our file sys-queue.h is a copy of the BSD file, but there are
some additions and it's not entirely compatible. Because of that, there have
been conflicts with system headers on BSD systems. Some hacks have been
introduced in the commits 15cc923584,
f40d753718,
96555a96d7 and
3990d09adf but the fixes were fragile.

Solution: Avoid the conflict entirely by renaming the functions and the
file. Revert the previous hacks.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2009-09-12 07:36:22 +00:00
..
alpha
arm rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN 2009-07-27 14:09:21 -05:00
cris
i386
m68k
microblaze
mips
mips64
mipsn32
ppc
sh4
sparc
sparc64
x86_64
elfload.c Fix sys-queue.h conflict for good 2009-09-12 07:36:22 +00:00
elfload32.c
errno_defs.h
flat.h
flatload.c
ioctls.h
linux_loop.h
linuxload.c More NULL pointer fixes 2009-08-01 10:13:20 +00:00
m68k-sim.c
main.c Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx 2009-08-16 11:13:18 +00:00
mmap.c Fix Sparse warnings: add "static" 2009-09-05 10:14:07 +00:00
qemu-types.h
qemu.h Fix sys-queue.h conflict for good 2009-09-12 07:36:22 +00:00
signal.c m68k, linux-user: add setup_rt_frame 2009-08-25 17:15:34 +03:00
socket.h
strace.c
strace.list
syscall.c F_DUPFD_CLOEXEC is not universally available 2009-09-10 20:27:36 +04:00
syscall_defs.h linux-user: fcntl fixes for LTP 2009-08-25 17:15:34 +03:00
syscall_types.h
uaccess.c
vm86.c