https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d94ed7e4bbc98a368ee835d616c62349fdbd27bd authored by Jason Self on 07 October 2012, 21:44:29 UTC
Linux-libre 2.6.32.60-gnu1
Tip revision: d94ed7e
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