https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 709895214bfa0d34137facf9526ccb6e3dddef16 authored by Jason Self on 09 October 2008, 22:14:01 UTC
Linux-libre 2.6.27-gnu1
Tip revision: 7098952
siginfo.h
#ifndef _ALPHA_SIGINFO_H
#define _ALPHA_SIGINFO_H

#define __ARCH_SI_PREAMBLE_SIZE		(4 * sizeof(int))
#define __ARCH_SI_TRAPNO

#include <asm-generic/siginfo.h>

#endif
back to top