summaryrefslogblamecommitdiff
path: root/libgcompat/ucontext.c
blob: 48272632a4ea65c59cd550aa73f82832de3343fd (plain) (tree)
1
2
3
4
5
6
7
                                      





                         
#include <errno.h> /* errno, ENOSYS */

int getcontext(void *ucp)
{
	errno = ENOSYS;
	return -1;
}