Author: das
Date: Sat Oct 15 04:17:20 2011
New Revision: 226372
URL: http://svn.freebsd.org/changeset/base/226372
Log:
Replace two lines accidentally removed in r226218. Thanks to bde
for noticing this.
Modified:
head/lib/msun/i387/fenv.c
Modified: head/lib/msun/i387/fenv.c
==============================================================================
--- head/lib/msun/i387/fenv.c Sat Oct 15 04:16:58 2011 (r226371)
+++ head/lib/msun/i387/fenv.c Sat Oct 15 04:17:20 2011 (r226372)
@@ -223,3 +223,6 @@ __fedisableexcept(int mask)
}
return (~omask);
}
+
+__weak_reference(__feenableexcept, feenableexcept);
+__weak_reference(__fedisableexcept, fedisableexcept);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"