/* gcc -Wall -fPIC -shared -o getsockopt_wrapper.so getsockopt_wrapper.c -ldl */
/* for RTLD_NEXT */
#include <string.h>
#include <stdbool.h>
#include <dlfcn.h>
{
int ret;
if (ret != 0) return false;
}
{
int ret;
#ifdef __OpenBSD__
#else
#endif
if (orig_getsockopt == NULL) {
}
}
}
return ret;
}