8 lines
126 B
Plaintext
8 lines
126 B
Plaintext
|
/*
|
||
|
* $FreeBSD$
|
||
|
*/
|
||
|
/* _Unwind_Backtrace should be exported with different version on ARM */
|
||
|
GCC_3.3 {
|
||
|
_Unwind_Backtrace;
|
||
|
};
|