Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
bwh
/
klibc
/
9bfe94c405b6ae3f7a5c04c0d4cd539867ad2b85
/
.
/
usr
/
include
/
klibc
/
diverr.h
blob: e70887e534e2cb905bafa4f938d0f2e86d0a9c54 [
file
] [
log
] [
blame
]
/*
* klibc/diverr.h
*/
#ifndef
_KLIBC_DIVERR_H
#define
_KLIBC_DIVERR_H
#include
<signal.h>
static
__inline__
void
__divide_error
(
void
)
{
raise
(
SIGFPE
);
}
#endif
/* _KLIBC_DIVERR_H */