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
Copy file name to clipboardExpand all lines: CoreFoundation/Base.subproj/CoreFoundation_Prefix.h
+2-2
Original file line number
Diff line number
Diff line change
@@ -276,8 +276,8 @@ void OSMemoryBarrier();
276
276
// Defined for source compatibility
277
277
#defineino_t _ino_t
278
278
#defineoff_t _off_t
279
-
#definemode_t uint16_t
280
-
279
+
typedefintmode_t;
280
+
281
281
// This works because things aren't actually exported from the DLL unless they have a __declspec(dllexport) on them... so extern by itself is closest to __private_extern__ on Mac OS
0 commit comments