14 #elif defined(GLib_GLIBC) || defined(GLib_BSD)
15 struct __exception {
16 int type; /* Exception type */
17 char* name; /* Name of function causing exception */
18 double arg1; /* 1st argument to function */
19 double arg2; /* 2nd argument to function */
20 double retval; /* Function return value */
21 };