this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[startup/mldr] Add Missing ARM64 Headers

Thomas A 3b6e38f2 02be3f71

+10 -1
+1
src/startup/mldr/include/arm/arch.h
··· 1 + ../../../../../Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/arm/arch.h
+1
src/startup/mldr/include/arm/cpu_capabilities.h
··· 1 + ../../../../../Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/arm/cpu_capabilities.h
+1
src/startup/mldr/include/libkern/arm/OSByteOrder.h
··· 1 + ../../../../../../Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/arm/OSByteOrder.h
+1
src/startup/mldr/include/mach/arm/boolean.h
··· 1 + ../../../../../../Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/mach/arm/boolean.h
+1
src/startup/mldr/include/mach/port.h
··· 1 + ../../../../../Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/mach/port.h
+1
src/startup/mldr/include/mach/vm_types.h
··· 1 + ../../../../../Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/mach/vm_types.h
+1
src/startup/mldr/include/machine/cpu_capabilities.h
··· 1 + ../../../../../Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/cpu_capabilities.h
+2 -1
src/startup/mldr/include/sys/_types.h
··· 1 1 #ifndef _MLDR_SYS__TYPES_SHIM_H_ 2 2 #define _MLDR_SYS__TYPES_SHIM_H_ 3 3 4 - 4 + typedef __darwin_natural_t __darwin_mach_port_name_t; 5 + typedef __darwin_mach_port_name_t __darwin_mach_port_t; 5 6 6 7 #endif // _MLDR_SYS__TYPES_SHIM_H_
+1
src/startup/mldr/include/sys/_types/_mach_port_t.h
··· 1 + ../../../../../../Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_mach_port_t.h