You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<__stddef_size_t.h> is now a modular header, and so will not be absorbed into Darwin. When that happens, Darwin.C.stddef no longer has a size_t declaration, instead it imports the declaration from _Builtin_stddef.size_t. Darwin still has its other size_t declaration though, Darwin.POSIX._types._size_t, and that's the one that will be found currently. If that one ever goes away though, allow for _Builtin_stddef.size_t being found in C-typedef-Darwin.
0 commit comments