about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/s390/s390-64/sys
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/unix/sysv/linux/s390/s390-64/sys
parent4668903c627bf95b7767b3fa8c9a726035837aa3 (diff)
downloadglibc-397fa4517335f314675e4fd2432fc6f5fe9626b0.tar.gz
glibc-397fa4517335f314675e4fd2432fc6f5fe9626b0.tar.xz
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/s390/s390-64/sys')
-rw-r--r--sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h2
1 files changed, 1 insertions, 1 deletions
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;