chore: fix incorrect types

This commit is contained in:
Nathan Walker
2021-09-08 11:17:05 -07:00
parent 23bd18ac22
commit 296dbf9e3e

View File

@ -4465,11 +4465,8 @@ interface __darwin_fp_control {
__ovrfl: number;
__undfl: number;
__precis: number;
: number;
__pc: number;
__rc: number;
: number;
: number;
}
declare var __darwin_fp_control: interop.StructType<__darwin_fp_control>;