File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /* $NetBSD: _lwp.c,v 1.9 2025/04/24 07:37:13 martin Exp $ */
1+ /* $NetBSD: _lwp.c,v 1.10 2025/04/24 23:56:25 riastradh Exp $ */
22
33/*-
44 * Copyright (c) 2002 The NetBSD Foundation, Inc.
2828
2929#include <sys/cdefs.h>
3030#if defined(LIBC_SCCS ) && !defined(lint )
31- __RCSID ("$NetBSD: _lwp.c,v 1.9 2025/04/24 07:37:13 martin Exp $" );
31+ __RCSID ("$NetBSD: _lwp.c,v 1.10 2025/04/24 23:56:25 riastradh Exp $" );
3232#endif /* LIBC_SCCS and not lint */
3333
3434#include "namespace.h"
35+
3536#include <sys/param.h>
3637#include <sys/types.h>
37- #include <ucontext.h>
38+
3839#include <lwp.h>
3940#include <stdlib.h>
41+ #include <ucontext.h>
4042
4143void
4244_lwp_makecontext (ucontext_t * u , void (* start )(void * ), void * arg ,
Original file line number Diff line number Diff line change 1- /* $NetBSD: makecontext.c,v 1.5 2025/04/24 08:21:36 martin Exp $ */
1+ /* $NetBSD: makecontext.c,v 1.6 2025/04/24 23:56:25 riastradh Exp $ */
22
33/*-
44 * Copyright (c) 2001 The NetBSD Foundation, Inc.
3131
3232#include <sys/cdefs.h>
3333#if defined(LIBC_SCCS ) && !defined(lint )
34- __RCSID ("$NetBSD: makecontext.c,v 1.5 2025/04/24 08:21:36 martin Exp $" );
34+ __RCSID ("$NetBSD: makecontext.c,v 1.6 2025/04/24 23:56:25 riastradh Exp $" );
3535#endif
3636
3737#include <sys/param.h>
38+
3839#include <inttypes.h>
40+ #include <stdarg.h>
3941#include <stddef.h>
4042#include <ucontext.h>
41- #include "extern.h"
4243
43- #include <stdarg.h>
44+ #include "extern.h"
4445
4546void
4647makecontext (ucontext_t * ucp , void (* func )(void ), int argc , ...)
You can’t perform that action at this time.
0 commit comments