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:
parent
ec95083025
commit
90a83ac60a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226372
@ -223,3 +223,6 @@ __fedisableexcept(int mask)
|
||||
}
|
||||
return (~omask);
|
||||
}
|
||||
|
||||
__weak_reference(__feenableexcept, feenableexcept);
|
||||
__weak_reference(__fedisableexcept, fedisableexcept);
|
||||
|
Loading…
Reference in New Issue
Block a user