1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Export _libc_arm_fpu_present as a private symbol to be used by other

system libraries, for example libm.
This commit is contained in:
Andrew Turner 2014-03-11 00:21:49 +00:00
parent ad15dc0f1b
commit 2ab2eea1d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262989

View File

@ -76,4 +76,6 @@ FBSDprivate_1.0 {
__fixunsdfsi;
__extendsfdf2;
__truncdfsf2;
_libc_arm_fpu_present;
};