Chameleon

Chameleon Svn Source Tree

Root/branches/slice/i386/modules/include/klibc/diverr.h

1/*
2 * klibc/diverr.h
3 */
4
5#ifndef _KLIBC_DIVERR_H
6#define _KLIBC_DIVERR_H
7
8#include <signal.h>
9
10static __inline__ void __divide_error(void)
11{
12raise(SIGFPE);
13}
14
15#endif/* _KLIBC_DIVERR_H */
16

Archive Download this file

Revision: 676