[builtins] Fix unprototypes function declaration
authorAyke van Laethem <aykevanlaethem@gmail.com>
Wed, 15 Apr 2020 13:32:58 +0000 (15:32 +0200)
committerAyke van Laethem <aykevanlaethem@gmail.com>
Wed, 15 Apr 2020 21:44:51 +0000 (23:44 +0200)
commitd9e5691843a932a6c0633fa6f07bc084dcfd4a93
tree5c7658d56d27daef2df51ec2dbe8051b5227b0ca
parent215dc2e203341f7d1edc4c4a191b048af4ace43d
[builtins] Fix unprototypes function declaration

The following declarations were missing a prototype:

    FE_ROUND_MODE __fe_getround();
    int __fe_raise_inexact();

Discovered while fixing a bug in Clang related to unprototyped function
calls (see the previous commit).

Differential Revision: https://reviews.llvm.org/D78205
compiler-rt/lib/builtins/fp_mode.h