]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/unix/sysv/linux/ia64/tst-setcontext4.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / ia64 / tst-setcontext4.c
CommitLineData
3fb455b3
L
1/* The uc_sigmask on IA64 has the wrong type and this needs fixing,
2 but until that change is evaluated, we fix this here with a cast.
3 See https://sourceware.org/bugzilla/show_bug.cgi?id=21634
04277e02 4 Copyright (C) 2018-2019 Free Software Foundation, Inc.
3fb455b3
L
5 This file is part of the GNU C Library.
6
7 The GNU C Library is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Lesser General Public
9 License as published by the Free Software Foundation; either
10 version 2.1 of the License, or (at your option) any later version.
11
12 The GNU C Library is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 Lesser General Public License for more details.
16
17 You should have received a copy of the GNU Lesser General Public
18 License along with the GNU C Library; if not, see
19 <http://www.gnu.org/licenses/>. */
20
21#include <signal.h>
22
23#undef sigismember
24#define sigismember(set, signo) sigismember ((const sigset_t *) (set), (signo))
25
26#include <stdlib/tst-setcontext4.c>