2001-03-27  Martin Schwidefsky  <schwidefsky@de.ibm.com>

	* sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix typo.
	* sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
This commit is contained in:
Ulrich Drepper 2001-03-28 17:28:41 +00:00
parent 4668903c62
commit 397fa45173
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-03-27 Martin Schwidefsky <schwidefsky@de.ibm.com>
* sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix typo.
* sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
2001-03-27 Ulrich Drepper <drepper@redhat.com>
* version.h (VERSION): Bump to 2.2.3.

View File

@ -65,7 +65,7 @@ typedef struct
struct ucontext
{
unsigned long int uc_flags;
struct ucontext *uc_links;
struct ucontext *uc_link;
__sigset_t uc_sigmask;
stack_t uc_stack;
mcontext_t uc_mcontext;

View File

@ -66,7 +66,7 @@ typedef struct
struct ucontext
{
unsigned long int uc_flags;
struct ucontext *uc_links;
struct ucontext *uc_link;
__sigset_t uc_sigmask;
stack_t uc_stack;
mcontext_t uc_mcontext;