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






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

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