Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 28 Mar 2001 17:28:41 +0000 (17:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 28 Mar 2001 17:28:41 +0000 (17:28 +0000)
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.

ChangeLog
sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h
sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h

index 773eee0..bd71ab3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index cb1869c..3e22d89 100644 (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;
index 773841c..742c92d 100644 (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;