kernel: scheduling fix for ARM
[minix.git] / lib / libc / sys / Lint_getcontext.c
bloba4fc67cf2cd56891ecdc458dce63c13cdc635fe1
1 /* $NetBSD: Lint_getcontext.c,v 1.2 2003/01/18 11:32:58 thorpej Exp $ */
3 /*
4 * This file placed in the public domain.
5 * Klaus Klein, January 26, 1999.
6 */
8 #include <ucontext.h>
10 /*ARGSUSED*/
11 int
12 getcontext(ucp)
13 ucontext_t *ucp;
16 return (0);