src/xcalls/x_read_pipe.c
src/xcalls/x_sendmsg.c
handle = dlopen("/lib/libc.so.6", RTLD_LAZY); dlsym(handle, name);
Implement x_recv by reusing code of x_recvmsg.