]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/bsdload.c
bsd-user: Implement shm_unlink(2) and shmget(2)
[mirror_qemu.git] / bsd-user / bsdload.c
index 6aefc7a28b58b7bd6f24b969433cbbf639401335..5b3c061a452a6025eb0fe54f34d24a02ec4c8938 100644 (file)
@@ -19,8 +19,6 @@
 
 #include "qemu.h"
 
-#define TARGET_NGROUPS 32
-
 /* ??? This should really be somewhere else.  */
 abi_long memcpy_to_target(abi_ulong dest, const void *src,
                           unsigned long len)