Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
1999-07-26  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/posix/wait3.c: Help compiling in presence of
	__transparent_union__.  Reported by John Tobey <jtobey@banta-im.com>.
  • Loading branch information
Ulrich Drepper committed Jul 27, 1999
1 parent 8cb079d commit b7375f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
1999-07-26 Ulrich Drepper <drepper@cygnus.com>

* sysdeps/posix/wait3.c: Help compiling in presence of
__transparent_union__. Reported by John Tobey <jtobey@banta-im.com>.

1999-07-25 Jakub Jelinek <jj@ultra.linux.cz>

* sysdeps/sparc/sparc64/add_n.S: Avoid using %g2, %g3, %g7 registers
Expand Down
7 changes: 2 additions & 5 deletions sysdeps/posix/wait3.c
@@ -1,4 +1,4 @@
/* Copyright (C) 1992, 93, 95, 96, 97, 98 Free Software Foundation, Inc.
/* Copyright (C) 1992, 93, 95, 96, 97, 98, 99 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -27,10 +27,7 @@
there. If the WUNTRACED bit is set in OPTIONS, return status for stopped
children; otherwise don't. */
pid_t
__wait3 (stat_loc, options, usage)
__WAIT_STATUS stat_loc;
int options;
struct rusage *usage;
__wait3 (__WAIT_STATUS stat_loc, int options, struct rusage *usage)
{
if (usage != NULL)
{
Expand Down

0 comments on commit b7375f6

Please sign in to comment.