summaryrefslogtreecommitdiff
path: root/src/ucontext/getcontext.c
blob: eaf1e43a8dfd2d3cabd196092578dd0588bdb5d2 (plain)
1
2
3
4
5
6
7
8
9
10
#include <ucontext.h>

int getcontext(ucontext_t *ucp)
{
	return 0;
}

/*
XOPEN(400,700)
*/