(uc_sigmask): Fix typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
authorAndreas Jaeger <aj@suse.de>
Wed, 19 Jun 2002 07:22:14 +0000 (07:22 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 19 Jun 2002 07:22:14 +0000 (07:22 +0000)
sysdeps/unix/sysv/linux/ia64/sys/ucontext.h

index 740a33d..1cb1ec5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -56,7 +56,7 @@ typedef struct ucontext
 ucontext_t;
 
 #define uc_mcontext    _u._mc
-#define uc_sigmask     _u._mc.sc_sigmask
+#define uc_sigmask     _u._mc.sc_mask
 #define uc_stack       _u._mc.sc_stack
 #define uc_link                _u._uc._link