WRAP
#define WRAP(x) _libc_##x##_wrap
WRAP(fork)(void)
WRAP(vfork)(void)
#define WRAP(a) &a, sizeof(a)