mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
libc/i386: don't attempt to export alloca
The assembly implementation was removed in 2006 (commit 3c03c7095e).
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44242
This commit is contained in:
parent
6e6cd03c91
commit
32c7350beb
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@
|
|||
*/
|
||||
FBSD_1.0 {
|
||||
.mcount;
|
||||
alloca;
|
||||
__flt_rounds;
|
||||
___tls_get_addr;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue