mips socket calls (initial patch by Raphael Rigo)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2006 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2006-06-24 15:06:03 +00:00
parent 480c1cdb39
commit 3532fa7402
3 changed files with 408 additions and 80 deletions

View file

@ -1502,3 +1502,5 @@ struct target_sysinfo {
unsigned int mem_unit; /* Memory unit size in bytes */
char _f[20-2*sizeof(target_long)-sizeof(int)]; /* Padding: libc5 uses this.. */
};
#include "socket.h"