From 281c90a5be6b1ab2280ffa23885fe41e7af80bce Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 11 Feb 2005 00:01:49 +0000 Subject: more pthread --- include/mach.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') diff --git a/include/mach.h b/include/mach.h index 7fbffc45..a91468a2 100644 --- a/include/mach.h +++ b/include/mach.h @@ -540,6 +540,13 @@ struct ps_prochandle int pid; }; +int sys_ps_lgetregs(struct ps_prochandle*, uint, void*); +int sys_ps_lgetfpregs(struct ps_prochandle*, uint, void*); +int sys_ps_lsetregs(struct ps_prochandle*, uint, void*); +int sys_ps_lsetfpregs(struct ps_prochandle*, uint, void*); +Regs* threadregs(uint); +int pthreaddbinit(void); + extern int machdebug; #if defined(__cplusplus) } -- cgit v1.2.3