HEX
Server: nginx/1.16.1
System: Linux ecs-04358622 4.19.90-2107.6.0.0100.oe1.bclinux.x86_64 #1 SMP Wed Dec 1 19:59:44 CST 2021 x86_64
User: nginx (994)
PHP: 8.0.0
Disabled: NONE
Upload Files
File: //usr/share/systemtap/runtime/linux/autoconf-compat_sigaction.c
#ifdef CONFIG_COMPAT

/*
 * 'struct compat_sigaction' added by:
 *
 *   commit 574c4866e33d648520a8bd5bf6f573ea6e554e88
 *   Author: Al Viro <viro@zeniv.linux.org.uk>
 *   Date:   Sun Nov 25 22:24:19 2012 -0500
 *   
 *       consolidate kernel-side struct sigaction declarations
 *       
 *       Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
 */

#include <linux/compat.h>

struct compat_sigaction cs;

#else
#error "no CONFIG_COMPAT"
#endif