1 2 3 4 5 6 7
#include <errno.h> /* errno, ENOSYS */ int getcontext(void *ucp) { errno = ENOSYS; return -1; }