Revision 753b7aea8e4611433c13ac157f944d8b4bf42482 authored by Dave Jones on 09 March 2009, 19:14:37 UTC, committed by Dave Jones on 09 March 2009, 19:14:37 UTC
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Dave Jones <davej@redhat.com>
1 parent 129f8ae
Raw File
siginfo.h
#ifndef _ASM_SIGINFO_H
#define _ASM_SIGINFO_H

#include <linux/types.h>
#include <asm-generic/siginfo.h>

#define FPE_MDAOVF	(__SI_FAULT|9)	/* media overflow */
#undef NSIGFPE
#define NSIGFPE		9

#endif

back to top