File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ packages:
8787 path: ".."
8888 relative: true
8989 source: path
90- version: "7.64 .0"
90+ version: "7.65 .0"
9191 lints:
9292 dependency: transitive
9393 description:
Original file line number Diff line number Diff line change @@ -5093,8 +5093,8 @@ const int OSATOMIC_DEPRECATED = 1;
50935093
50945094typedef OSAtomic_int64_aligned64_t = ffi.Int64 ;
50955095typedef DartOSAtomic_int64_aligned64_t = int ;
5096- typedef OSFifoQueueHead = UnnamedStruct$10 ;
5097- typedef OSQueueHead = UnnamedStruct$11 ;
5096+ typedef OSFifoQueueHead = UnnamedStruct$11 ;
5097+ typedef OSQueueHead = UnnamedStruct$10 ;
50985098
50995099const int OSSPINLOCK_DEPRECATED = 1 ;
51005100
@@ -7368,18 +7368,18 @@ final class UnnamedStruct$1 extends ffi.Struct{
73687368final class UnnamedStruct$10 extends ffi.Struct {
73697369 external ffi.Pointer <ffi.Void > opaque1;
73707370
7371- external ffi.Pointer <ffi.Void > opaque2;
7372-
7373- @ffi .Int ()
7374- external int opaque3;
7371+ @ffi .Long ()
7372+ external int opaque2;
73757373
73767374}
73777375
73787376final class UnnamedStruct$11 extends ffi.Struct {
73797377 external ffi.Pointer <ffi.Void > opaque1;
73807378
7381- @ffi .Long ()
7382- external int opaque2;
7379+ external ffi.Pointer <ffi.Void > opaque2;
7380+
7381+ @ffi .Int ()
7382+ external int opaque3;
73837383
73847384}
73857385
You can’t perform that action at this time.
0 commit comments