diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-28 17:28:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-28 17:28:41 +0000 |
commit | 397fa4517335f314675e4fd2432fc6f5fe9626b0 (patch) | |
tree | a5398bb645f80723593c0ea3a974dfa7cb427dd2 /sysdeps/unix/sysv/linux | |
parent | 4668903c627bf95b7767b3fa8c9a726035837aa3 (diff) | |
download | glibc-397fa4517335f314675e4fd2432fc6f5fe9626b0.tar glibc-397fa4517335f314675e4fd2432fc6f5fe9626b0.tar.gz glibc-397fa4517335f314675e4fd2432fc6f5fe9626b0.tar.bz2 glibc-397fa4517335f314675e4fd2432fc6f5fe9626b0.zip |
Update.
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h b/sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h index cb1869c8f6..3e22d89aef 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h +++ b/sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h @@ -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; diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h b/sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h index 773841cf01..742c92d0b1 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h +++ b/sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h @@ -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; |