Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ulrich Drepper committed Mar 28, 2001
1 parent 4668903 commit 397fa45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 397fa45

Please sign in to comment.