aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-03-28 17:28:41 +0000
committerUlrich Drepper <drepper@redhat.com>2001-03-28 17:28:41 +0000
commit397fa4517335f314675e4fd2432fc6f5fe9626b0 (patch)
treea5398bb645f80723593c0ea3a974dfa7cb427dd2 /sysdeps
parent4668903c627bf95b7767b3fa8c9a726035837aa3 (diff)
downloadglibc-397fa4517335f314675e4fd2432fc6f5fe9626b0.zip
glibc-397fa4517335f314675e4fd2432fc6f5fe9626b0.tar.gz
glibc-397fa4517335f314675e4fd2432fc6f5fe9626b0.tar.bz2
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')
-rw-r--r--sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h2
-rw-r--r--sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h2
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 cb1869c..3e22d89 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 773841c..742c92d 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;