mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
42b388439b
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
6 lines
113 B
Text
6 lines
113 B
Text
/*
|
|
*/
|
|
/* _Unwind_Backtrace should be exported with different version on ARM */
|
|
GCC_3.3 {
|
|
_Unwind_Backtrace;
|
|
};
|