Chameleon

Chameleon Svn Source Tree

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

Source at commit 660 created 13 years 4 months ago.
By meklort, Added includes dir for modules (c++ includes only at the moment, may ad klibc includes later on). Includes path is now included for modules
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: 660