mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
1999-12-01 Ulrich Drepper <drepper@cygnus.com> * libio/iosetbuffer.c: Use _IO_WSETBUF instead of constructing function call directly. * libio/iosetvbuf.c: Likewise.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user