[BACK]Return to Lint_resumecontext.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Annotation of src/lib/libc/gen/Lint_resumecontext.c, Revision 1.3

1.3     ! joerg       1: /*     $NetBSD: Lint_resumecontext.c,v 1.2 2003/01/18 11:38:46 thorpej Exp $   */
1.2       thorpej     2:
                      3: /*
                      4:  * This file placed in the public domain.
                      5:  * Klaus Klein, January 26, 1999.
                      6:  */
                      7:
                      8: #include <ucontext.h>
                      9:
                     10: /*ARGSUSED*/
                     11: void
1.3     ! joerg      12: _resumecontext(void)
1.2       thorpej    13: {
                     14: }

CVSweb <webmaster@jp.NetBSD.org>