mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Fix typos and pretty printing in sys/wait.h.
This commit is contained in:
parent
8f0d3f499f
commit
c457bc139e
@ -1,6 +1,7 @@
|
||||
2009-05-16 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* stdlib/stdlib.h: Fix types. Pretty printing. Correct comments.
|
||||
* posix/sys/wait.h: Fix typos. Pretty printing.
|
||||
* stdlib/stdlib.h: Likewise. Correct comments.
|
||||
|
||||
[BZ #10159]
|
||||
* stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1991-1994,1996-2001,2003,2004,2005,2007
|
||||
/* Copyright (C) 1991-1994,1996-2001,2003,2004,2005,2007,2009
|
||||
Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
@ -51,7 +51,7 @@ __BEGIN_DECLS
|
||||
# endif
|
||||
|
||||
/* This is the type of the argument to `wait'. The funky union
|
||||
causes redeclarations with ether `int *' or `union wait *' to be
|
||||
causes redeclarations with either `int *' or `union wait *' to be
|
||||
allowed without complaint. __WAIT_STATUS_DEFN is the type used in
|
||||
the actual function definitions. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user