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:
Brooks Davis 2024-03-07 20:14:55 +00:00
parent 6e6cd03c91
commit 32c7350beb

View file

@ -5,7 +5,6 @@
*/
FBSD_1.0 {
.mcount;
alloca;
__flt_rounds;
___tls_get_addr;
};