From ed9fe82834e2546bff03bef38644de95ffbeaba0 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 11 Feb 2005 02:02:56 +0000 Subject: Remove libthread_db nonsense. --- include/mach.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'include/mach.h') diff --git a/include/mach.h b/include/mach.h index a91468a2..05b6337c 100644 --- a/include/mach.h +++ b/include/mach.h @@ -535,18 +535,6 @@ int loccmp(Loc*, Loc*); int locsimplify(Map *map, Regs *regs, Loc loc, Loc *newloc); Regdesc* regdesc(char*); -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