CVS log for src/sys/arch/m68k/include/lwp_private.h
Up to [cvs.NetBSD.org] / src / sys / arch / m68k / include
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Dec 1 08:44:43 2024 UTC (6 weeks, 5 days ago) by skrll
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4
lines
Shuffle code so it compiles
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Nov 30 01:04:11 2024 UTC (6 weeks, 6 days ago) by christos
Branches: MAIN
Create a new header lwp_private.h to contain _lwp_getprivate_fast,
_lwp_gettcb_fast, _lwp_settcb and remove them from mcontext.h, so that:
1. we don't need special hacks to hide them
2. we can include <lwp.h> where needed to get the necessary prototypes
without redefining them locally.
CVSweb <webmaster@jp.NetBSD.org>