1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
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:
Ulrich Drepper
1999-12-01 21:05:53 +00:00
parent 75d86c1f4c
commit f0d8cfd73c
5 changed files with 112 additions and 97 deletions

View File

@ -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);