X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fnestedvm%2Fsupport_aux.c;h=513434ef320f691f4dffecd5d579b39ce3fe67a0;hp=821769e5ce58b733556d52524b425754ae283fe7;hb=7ee9c4231f8e74adfde9679bc60783a715f69c2a;hpb=c1376aca03955e85c280f822dc10a305cf6bc124 diff --git a/src/org/ibex/nestedvm/support_aux.c b/src/org/ibex/nestedvm/support_aux.c index 821769e..513434e 100644 --- a/src/org/ibex/nestedvm/support_aux.c +++ b/src/org/ibex/nestedvm/support_aux.c @@ -90,6 +90,9 @@ REENT_WRAPPER3(mknod,const char *,mode_t,dev_t) REENT_WRAPPER2(ftruncate,int,off_t) REENT_WRAPPER1(usleep,unsigned int) REENT_WRAPPER2(mkfifo,const char *, mode_t) +REENT_WRAPPER2(_open_socket,const char *,int) +REENT_WRAPPER1(_listen_socket,int) +REENT_WRAPPER1(_accept,int) extern int __execve_r(struct _reent *ptr, const char *path, char *const argv[], char *const envp[]); int _execve(const char *path, char *const argv[], char *const envp[]) {