From: Andreas Jaeger Date: Wed, 19 Jun 2002 07:22:14 +0000 (+0000) Subject: (uc_sigmask): Fix typo: corresponding sigcontext field is called sc_mask, not sc_sigmask. X-Git-Tag: upstream/2.20~14692 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e142f37a94778ba9af4cbeffcab2e12d6eab8551;p=platform%2Fupstream%2Flinaro-glibc.git (uc_sigmask): Fix typo: corresponding sigcontext field is called sc_mask, not sc_sigmask. --- diff --git a/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h b/sysdeps/unix/sysv/linux/ia64/sys/ucontext.h index 740a33d..1cb1ec5 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