mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
42b388439b
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
/*
|
|
*/
|
|
/* _Unwind_Backtrace should be exported with different version on ARM */
|
|
GCC_3.3 {
|
|
_Unwind_Backtrace;
|
|
};
|