1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00

Replace two lines accidentally removed in r226218. Thanks to bde

for noticing this.
This commit is contained in:
David Schultz 2011-10-15 04:17:20 +00:00
parent ec95083025
commit 90a83ac60a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226372

View File

@ -223,3 +223,6 @@ __fedisableexcept(int mask)
}
return (~omask);
}
__weak_reference(__feenableexcept, feenableexcept);
__weak_reference(__fedisableexcept, fedisableexcept);