From f0d8cfd73c91a95ac1faa6702e75bfa821d57e05 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 1 Dec 1999 21:05:53 +0000 Subject: Update. 1999-12-01 Ulrich Drepper * libio/iosetbuffer.c: Use _IO_WSETBUF instead of constructing function call directly. * libio/iosetvbuf.c: Likewise. --- linuxthreads_db/proc_service.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'linuxthreads_db') diff --git a/linuxthreads_db/proc_service.h b/linuxthreads_db/proc_service.h index 8907b47..fbc01ea 100644 --- a/linuxthreads_db/proc_service.h +++ b/linuxthreads_db/proc_service.h @@ -61,3 +61,10 @@ extern ps_err_e ps_lsetfpregs(struct ps_prochandle *, lwpid_t, const prfpregset_t *); extern pid_t ps_getpid (struct ps_prochandle *); + + +extern ps_err ps_pstop (const struct ps_prochandle *); +extern ps_err ps_pcontinue (const struct ps_prochandle *); + +extern ps_err ps_lstop (const struct ps_prochandle *, lwpid_t); +extern ps_err ps_lcontinue (const struct ps_prochandle *, lwpid_t); -- cgit v1.1