mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
8 lines
126 B
Text
8 lines
126 B
Text
|
|
/*
|
||
|
|
* $FreeBSD$
|
||
|
|
*/
|
||
|
|
/* _Unwind_Backtrace should be exported with different version on ARM */
|
||
|
|
GCC_3.3 {
|
||
|
|
_Unwind_Backtrace;
|
||
|
|
};
|