From e142f37a94778ba9af4cbeffcab2e12d6eab8551 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 19 Jun 2002 07:22:14 +0000 Subject: (uc_sigmask): Fix typo: corresponding sigcontext field is called sc_mask, not sc_sigmask. --- sysdeps/unix/sysv/linux/ia64/sys/ucontext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix/sysv') diff --git a/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h b/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h index 740a33d6c6..1cb1ec5d24 100644 --- a/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h +++ b/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h @@ -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 -- cgit v1.2.3