this repo has no description
1
fork

Configure Feed

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

Mostly build fixes for i386

+1 -9
-8
src/CoreServices/MacTypes.h
··· 17 17 typedef double Float64; 18 18 #endif 19 19 20 - typedef uint32_t OptionBits; 21 - 22 - typedef int32_t Fixed; // 16/16 23 20 typedef Fixed* FixedPtr; 24 - typedef int32_t Fract; // 2/30 25 21 typedef Fract* FractPtr; 26 - typedef uint32_t UnsignedFixed; // 16u/16 27 22 typedef UnsignedFixed* UnsignedFixedPtr; 28 23 typedef short ShortFixed; 29 24 typedef ShortFixed * ShortFixedPtr; // 8/8 30 25 //typedef int64_t wide; 31 26 //typedef uint64_t UnsignedWide; 32 27 //typedef uint64_t AbsoluteTime; 33 - typedef int32_t Duration; // milliseconds 34 28 typedef uint8_t Boolean; 35 29 36 30 // Pascal strings ··· 47 41 typedef char** Handle; 48 42 49 43 typedef int16_t OSErr; 50 - typedef int32_t OSStatus; 51 - typedef uint32_t OSType; 52 44 53 45 enum { 54 46 kDurationImmediate = 0,
+1 -1
src/libdyld/DylibSearch.cpp
··· 37 37 { 38 38 try 39 39 { 40 - m_config = new IniConfig(ETC_DARLING_PATH "/dylib.conf"); 40 + m_config = new IniConfig(__prefix_translate_path(ETC_DARLING_PATH "/dylib.conf")); 41 41 } 42 42 catch (const std::exception& e) 43 43 {