qemu-e2k/linux-user
John Spencer c56dc77424 linux-user/syscall.c: remove wrong forward decl of setgroups()
this declaration is wrong:
the correct prototype on linux is:
int setgroups(size_t size, const gid_t *list);

since by default musl libc exposes this symbol in unistd.h
additionally to grp.h, the wrong declaration causes a build error.

the proper fix is to simply include the correct header.

Signed-off-by: John Spencer <maillist-qemu@barfooze.de>

Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2012-12-18 17:22:31 +01:00
..
alpha alpha-linux-user: Fix sigaltstack structure definition 2012-10-12 14:01:04 +03:00
arm linux-user: Merge pread/pwrite into pread64/pwrite64 2012-12-08 18:49:30 +00:00
cris
i386 linux-user: Merge pread/pwrite into pread64/pwrite64 2012-12-08 18:49:30 +00:00
m68k
microblaze
mips
mips64
mipsn32
openrisc
ppc
s390x
sh4
sparc linux-user: Merge pread/pwrite into pread64/pwrite64 2012-12-08 18:49:30 +00:00
sparc64
unicore32 linux-user: Merge pread/pwrite into pread64/pwrite64 2012-12-08 18:49:30 +00:00
x86_64
cpu-uname.c
cpu-uname.h
elfload.c
errno_defs.h
flat.h
flatload.c
ioctls.h
linux_loop.h
linuxload.c linux-user: If loading fails, print error as string, not number 2012-10-12 14:25:56 +03:00
m68k-sim.c
main.c target-mips: Add ASE DSP resources access check 2012-10-31 20:24:06 +01:00
Makefile.objs
mmap.c
qemu.h user: Rename qemu-types.h to qemu-user-types.h 2012-12-06 09:17:04 +01:00
signal.c linux-user: Fix siginfo handling 2012-10-12 14:01:49 +03:00
socket.h
strace.c
strace.list linux-user: Merge pread/pwrite into pread64/pwrite64 2012-12-08 18:49:30 +00:00
syscall_defs.h
syscall_types.h
syscall.c linux-user/syscall.c: remove wrong forward decl of setgroups() 2012-12-18 17:22:31 +01:00
target_flat.h
uaccess.c
vm86.c