1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 45; 7 objects = { 8 9/* Begin PBXAggregateTarget section */ 10 24614EF311E7C98600E78584 /* Syscalls */ = { 11 isa = PBXAggregateTarget; 12 buildConfigurationList = 24614EFD11E7C9B900E78584 /* Build configuration list for PBXAggregateTarget "Syscalls" */; 13 buildPhases = ( 14 24614EF211E7C98600E78584 /* Generate Syscalls */, 15 24614EF611E7C9A000E78584 /* Compile Syscalls */, 16 ); 17 dependencies = ( 18 ); 19 name = Syscalls; 20 productName = Syscalls; 21 }; 22 249C61101194755D00ED73F3 /* Build */ = { 23 isa = PBXAggregateTarget; 24 buildConfigurationList = 249C61191194756B00ED73F3 /* Build configuration list for PBXAggregateTarget "Build" */; 25 buildPhases = ( 26 ); 27 dependencies = ( 28 249C61151194756A00ED73F3 /* PBXTargetDependency */, 29 ); 30 name = Build; 31 productName = Build; 32 }; 33/* End PBXAggregateTarget section */ 34 35/* Begin PBXBuildFile section */ 36 240BAC4C1214770F000A1719 /* memcpy.c in Sources */ = {isa = PBXBuildFile; fileRef = 24B028D511FF4FBB00CA64A9 /* memcpy.c */; }; 37 2419382B12135FF6003CDE41 /* chmod.c in Sources */ = {isa = PBXBuildFile; fileRef = 2419382A12135FF6003CDE41 /* chmod.c */; }; 38 242AB66611EBDC1200107336 /* errno.c in Sources */ = {isa = PBXBuildFile; fileRef = 242AB66511EBDC1200107336 /* errno.c */; }; 39 24484A7511F6178E00E10CD2 /* string.c in Sources */ = {isa = PBXBuildFile; fileRef = 24484A7411F51E9800E10CD2 /* string.c */; }; 40 24484A9411F61D2B00E10CD2 /* mig_reply_port.c in Sources */ = {isa = PBXBuildFile; fileRef = 24484A9311F61D1900E10CD2 /* mig_reply_port.c */; }; 41 24614F0411E7CB5B00E78584 /* syscalls.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 24614F0311E7CB5B00E78584 /* syscalls.a */; }; 42 247A08C211F8BDC900E4693F /* _libkernel_init.c in Sources */ = {isa = PBXBuildFile; fileRef = 247A08B311F8B05900E4693F /* _libkernel_init.c */; }; 43 247A090011F8E18000E4693F /* abort.h in Headers */ = {isa = PBXBuildFile; fileRef = 247A08FF11F8E18000E4693F /* abort.h */; }; 44 247A091711F8E7A800E4693F /* exc_catcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 247A091611F8E7A800E4693F /* exc_catcher.h */; }; 45 2485235511582D8F0051B413 /* mach_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = 2485235411582D8F0051B413 /* mach_legacy.c */; }; 46 248AA963122C7B2A0085F5B1 /* unlink.c in Sources */ = {isa = PBXBuildFile; fileRef = 248AA962122C7B2A0085F5B1 /* unlink.c */; }; 47 248AA965122C7C330085F5B1 /* rmdir.c in Sources */ = {isa = PBXBuildFile; fileRef = 248AA964122C7C330085F5B1 /* rmdir.c */; }; 48 248AA967122C7CDA0085F5B1 /* rename.c in Sources */ = {isa = PBXBuildFile; fileRef = 248AA966122C7CDA0085F5B1 /* rename.c */; }; 49 248BA01D121C56BF008C073F /* connect.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA01C121C56BF008C073F /* connect.c */; }; 50 248BA01F121C607E008C073F /* fchmod.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA01E121C607E008C073F /* fchmod.c */; }; 51 248BA04F121C8F06008C073F /* fcntl.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA04E121C8F06008C073F /* fcntl.c */; }; 52 248BA05C121C9649008C073F /* fcntl-cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA051121C8FE2008C073F /* fcntl-cancel.c */; }; 53 248BA069121D9E27008C073F /* getrlimit.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA068121D9E27008C073F /* getrlimit.c */; }; 54 248BA080121DA36B008C073F /* ioctl.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA07F121DA36B008C073F /* ioctl.c */; }; 55 248BA082121DA4F3008C073F /* kill.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA081121DA4F3008C073F /* kill.c */; }; 56 248BA085121DA5E4008C073F /* kill.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA084121DA5E4008C073F /* kill.c */; }; 57 248BA087121DA72D008C073F /* mmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA086121DA72D008C073F /* mmap.c */; }; 58 248BA089121DA8E0008C073F /* mprotect.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA088121DA8E0008C073F /* mprotect.c */; }; 59 248BA08B121DAC86008C073F /* msync.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA08A121DAC86008C073F /* msync.c */; }; 60 248BA08D121DB0E7008C073F /* munmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA08C121DB0E7008C073F /* munmap.c */; }; 61 248BA08F121DC545008C073F /* open.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA08E121DC545008C073F /* open.c */; }; 62 248BA093121DE369008C073F /* select.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA092121DE369008C073F /* select.c */; }; 63 248BA095121DE565008C073F /* select-pre1050.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA094121DE565008C073F /* select-pre1050.c */; }; 64 248BA0B3121DE760008C073F /* select-cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA0B2121DE760008C073F /* select-cancel.c */; }; 65 248BA0BE121DE902008C073F /* select.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA0BC121DE902008C073F /* select.c */; }; 66 248BA0CD121DEBEF008C073F /* setrlimit.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA0CC121DEBEF008C073F /* setrlimit.c */; }; 67 249C610B1194750E00ED73F3 /* libsystem_kernel.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D2AAC0630554660B00DB518D /* libsystem_kernel.a */; }; 68 249C612F1194828600ED73F3 /* dylib_link.c in Sources */ = {isa = PBXBuildFile; fileRef = 249C612C1194827D00ED73F3 /* dylib_link.c */; }; 69 24A7C5BC11FF8DA6007669EB /* accept.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5AE11FF8DA6007669EB /* accept.c */; }; 70 24A7C5BD11FF8DA6007669EB /* bind.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5AF11FF8DA6007669EB /* bind.c */; }; 71 24A7C5BF11FF8DA6007669EB /* getattrlist.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B111FF8DA6007669EB /* getattrlist.c */; }; 72 24A7C5C011FF8DA6007669EB /* getpeername.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B211FF8DA6007669EB /* getpeername.c */; }; 73 24A7C5C111FF8DA6007669EB /* getsockname.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B311FF8DA6007669EB /* getsockname.c */; }; 74 24A7C5C211FF8DA6007669EB /* lchown.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B411FF8DA6007669EB /* lchown.c */; }; 75 24A7C5C311FF8DA6007669EB /* listen.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B511FF8DA6007669EB /* listen.c */; }; 76 24A7C5C411FF8DA6007669EB /* recvfrom.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B611FF8DA6007669EB /* recvfrom.c */; }; 77 24A7C5C511FF8DA6007669EB /* recvmsg.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B711FF8DA6007669EB /* recvmsg.c */; }; 78 24A7C5C611FF8DA6007669EB /* sendmsg.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B811FF8DA6007669EB /* sendmsg.c */; }; 79 24A7C5C711FF8DA6007669EB /* sendto.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B911FF8DA6007669EB /* sendto.c */; }; 80 24A7C5C811FF8DA6007669EB /* setattrlist.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5BA11FF8DA6007669EB /* setattrlist.c */; }; 81 24A7C5C911FF8DA6007669EB /* socketpair.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5BB11FF8DA6007669EB /* socketpair.c */; }; 82 24B028F511FF5C3500CA64A9 /* _libkernel_init.h in Headers */ = {isa = PBXBuildFile; fileRef = 247A08B211F8B05900E4693F /* _libkernel_init.h */; settings = {ATTRIBUTES = (Private, ); }; }; 83 24B223B0121DFD36007DAEDE /* sigsuspend.c in Sources */ = {isa = PBXBuildFile; fileRef = 24B223AF121DFD36007DAEDE /* sigsuspend.c */; }; 84 24B223B2121DFE6D007DAEDE /* sigsuspend-cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = 24B223B1121DFE6D007DAEDE /* sigsuspend-cancel.c */; }; 85 24B223B5121DFF29007DAEDE /* sigsuspend.c in Sources */ = {isa = PBXBuildFile; fileRef = 24B223B4121DFF29007DAEDE /* sigsuspend.c */; }; 86 24B8C2621237F53900D36CC3 /* remove-counter.c in Sources */ = {isa = PBXBuildFile; fileRef = 24B8C2611237F53900D36CC3 /* remove-counter.c */; }; 87 24D1158311E671B20063D54D /* SYS.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D1157411E671B20063D54D /* SYS.h */; }; 88 24E4782712088267009A384D /* _libc_funcptr.c in Sources */ = {isa = PBXBuildFile; fileRef = 24E47824120881DF009A384D /* _libc_funcptr.c */; }; 89 C99A4F501305B2BD0054B7B7 /* __get_cpu_capabilities.s in Sources */ = {isa = PBXBuildFile; fileRef = C99A4F4E1305B1B70054B7B7 /* __get_cpu_capabilities.s */; }; 90 C99A4F531305B43F0054B7B7 /* init_cpu_capabilities.c in Sources */ = {isa = PBXBuildFile; fileRef = C99A4F511305B43F0054B7B7 /* init_cpu_capabilities.c */; }; 91 C9D9BD17114B00600000D8B9 /* vm_map_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCC2114B00600000D8B9 /* vm_map_compat.c */; }; 92 C9D9BD19114B00600000D8B9 /* clock_priv.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCC5114B00600000D8B9 /* clock_priv.defs */; }; 93 C9D9BD1A114B00600000D8B9 /* clock_reply.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCC6114B00600000D8B9 /* clock_reply.defs */; }; 94 C9D9BD1B114B00600000D8B9 /* clock_sleep.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCC7114B00600000D8B9 /* clock_sleep.c */; }; 95 C9D9BD1C114B00600000D8B9 /* clock.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCC8114B00600000D8B9 /* clock.defs */; }; 96 C9D9BD1D114B00600000D8B9 /* error_codes.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCD0114B00600000D8B9 /* error_codes.c */; }; 97 C9D9BD1E114B00600000D8B9 /* errorlib.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCD1114B00600000D8B9 /* errorlib.h */; }; 98 C9D9BD1F114B00600000D8B9 /* exc_catcher_state_identity.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCD2114B00600000D8B9 /* exc_catcher_state_identity.c */; }; 99 C9D9BD20114B00600000D8B9 /* exc_catcher_state.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCD3114B00600000D8B9 /* exc_catcher_state.c */; }; 100 C9D9BD21114B00600000D8B9 /* exc_catcher.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCD4114B00600000D8B9 /* exc_catcher.c */; }; 101 C9D9BD22114B00600000D8B9 /* exc.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCD5114B00600000D8B9 /* exc.defs */; settings = {ATTRIBUTES = (Client, Server, ); }; }; 102 C9D9BD23114B00600000D8B9 /* externs.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCD6114B00600000D8B9 /* externs.h */; }; 103 C9D9BD24114B00600000D8B9 /* fprintf_stderr.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCD7114B00600000D8B9 /* fprintf_stderr.c */; }; 104 C9D9BD25114B00600000D8B9 /* errorlib.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCD9114B00600000D8B9 /* errorlib.h */; }; 105 C9D9BD26114B00600000D8B9 /* mach.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCDA114B00600000D8B9 /* mach.h */; settings = {ATTRIBUTES = (Public, ); }; }; 106 C9D9BD27114B00600000D8B9 /* mach_error.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCDB114B00600000D8B9 /* mach_error.h */; settings = {ATTRIBUTES = (Public, ); }; }; 107 C9D9BD28114B00600000D8B9 /* mach_init.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCDC114B00600000D8B9 /* mach_init.h */; settings = {ATTRIBUTES = (Public, ); }; }; 108 C9D9BD29114B00600000D8B9 /* mach_interface.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCDD114B00600000D8B9 /* mach_interface.h */; settings = {ATTRIBUTES = (Public, ); }; }; 109 C9D9BD2B114B00600000D8B9 /* port_obj.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCDF114B00600000D8B9 /* port_obj.h */; settings = {ATTRIBUTES = (Public, ); }; }; 110 C9D9BD2C114B00600000D8B9 /* sync.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCE0114B00600000D8B9 /* sync.h */; settings = {ATTRIBUTES = (Public, ); }; }; 111 C9D9BD2D114B00600000D8B9 /* task.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCE1114B00600000D8B9 /* task.h */; settings = {ATTRIBUTES = (Public, ); }; }; 112 C9D9BD2E114B00600000D8B9 /* thread_act.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCE2114B00600000D8B9 /* thread_act.h */; settings = {ATTRIBUTES = (Public, ); }; }; 113 C9D9BD2F114B00600000D8B9 /* vm_task.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCE3114B00600000D8B9 /* vm_task.h */; settings = {ATTRIBUTES = (Public, ); }; }; 114 C9D9BD30114B00600000D8B9 /* host_priv.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCE4114B00600000D8B9 /* host_priv.defs */; }; 115 C9D9BD31114B00600000D8B9 /* host_security.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCE5114B00600000D8B9 /* host_security.defs */; }; 116 C9D9BD34114B00600000D8B9 /* ledger.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCE9114B00600000D8B9 /* ledger.defs */; }; 117 C9D9BD35114B00600000D8B9 /* lock_set.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCEA114B00600000D8B9 /* lock_set.defs */; }; 118 C9D9BD36114B00600000D8B9 /* mach_error_string.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCEB114B00600000D8B9 /* mach_error_string.c */; }; 119 C9D9BD37114B00600000D8B9 /* mach_error.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCEC114B00600000D8B9 /* mach_error.c */; }; 120 C9D9BD38114B00600000D8B9 /* mach_host.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCED114B00600000D8B9 /* mach_host.defs */; }; 121 C9D9BD3B114B00600000D8B9 /* mach_init.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF0114B00600000D8B9 /* mach_init.c */; }; 122 C9D9BD3C114B00600000D8B9 /* mach_msg.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF1114B00600000D8B9 /* mach_msg.c */; }; 123 C9D9BD3D114B00600000D8B9 /* mach_port.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF2114B00600000D8B9 /* mach_port.defs */; }; 124 C9D9BD3E114B00600000D8B9 /* mach_traps.s in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF3114B00600000D8B9 /* mach_traps.s */; }; 125 C9D9BD3F114B00600000D8B9 /* mach_vm.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF4114B00600000D8B9 /* mach_vm.defs */; }; 126 C9D9BD41114B00600000D8B9 /* mig_allocate.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF6114B00600000D8B9 /* mig_allocate.c */; }; 127 C9D9BD42114B00600000D8B9 /* mig_deallocate.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF7114B00600000D8B9 /* mig_deallocate.c */; }; 128 C9D9BD43114B00600000D8B9 /* mig_reply_setup.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF8114B00600000D8B9 /* mig_reply_setup.c */; }; 129 C9D9BD44114B00600000D8B9 /* mig_strncpy.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF9114B00600000D8B9 /* mig_strncpy.c */; }; 130 C9D9BD45114B00600000D8B9 /* ms_thread_switch.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCFA114B00600000D8B9 /* ms_thread_switch.c */; }; 131 C9D9BD46114B00600000D8B9 /* notify.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCFB114B00600000D8B9 /* notify.defs */; }; 132 C9D9BD47114B00600000D8B9 /* panic.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCFC114B00600000D8B9 /* panic.c */; }; 133 C9D9BD48114B00600000D8B9 /* port_obj.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCFD114B00600000D8B9 /* port_obj.c */; }; 134 C9D9BD4C114B00600000D8B9 /* processor_set.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD03114B00600000D8B9 /* processor_set.defs */; }; 135 C9D9BD4D114B00600000D8B9 /* processor.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD04114B00600000D8B9 /* processor.defs */; }; 136 C9D9BD4F114B00600000D8B9 /* semaphore.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD06114B00600000D8B9 /* semaphore.c */; }; 137 C9D9BD50114B00600000D8B9 /* key_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BD08114B00600000D8B9 /* key_defs.h */; }; 138 C9D9BD51114B00600000D8B9 /* ls_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BD09114B00600000D8B9 /* ls_defs.h */; }; 139 C9D9BD53114B00600000D8B9 /* netname.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD0B114B00600000D8B9 /* netname.defs */; }; 140 C9D9BD54114B00600000D8B9 /* netname_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BD0C114B00600000D8B9 /* netname_defs.h */; }; 141 C9D9BD55114B00600000D8B9 /* nm_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BD0D114B00600000D8B9 /* nm_defs.h */; }; 142 C9D9BD56114B00600000D8B9 /* slot_name.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD0E114B00600000D8B9 /* slot_name.c */; }; 143 C9D9BD57114B00600000D8B9 /* task.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD0F114B00600000D8B9 /* task.defs */; }; 144 C9D9BD58114B00600000D8B9 /* thread_act.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD10114B00600000D8B9 /* thread_act.defs */; }; 145 C9D9BD59114B00600000D8B9 /* vm_map.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD11114B00600000D8B9 /* vm_map.defs */; }; 146/* End PBXBuildFile section */ 147 148/* Begin PBXContainerItemProxy section */ 149 242AB67811ED03ED00107336 /* PBXContainerItemProxy */ = { 150 isa = PBXContainerItemProxy; 151 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; 152 proxyType = 1; 153 remoteGlobalIDString = 24614EF311E7C98600E78584; 154 remoteInfo = Syscalls; 155 }; 156 249C61091194750700ED73F3 /* PBXContainerItemProxy */ = { 157 isa = PBXContainerItemProxy; 158 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; 159 proxyType = 1; 160 remoteGlobalIDString = D2AAC0620554660B00DB518D; 161 remoteInfo = "Libmach Static"; 162 }; 163 249C61141194756A00ED73F3 /* PBXContainerItemProxy */ = { 164 isa = PBXContainerItemProxy; 165 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; 166 proxyType = 1; 167 remoteGlobalIDString = 249C60FE1194747600ED73F3; 168 remoteInfo = Libmach; 169 }; 170/* End PBXContainerItemProxy section */ 171 172/* Begin PBXFileReference section */ 173 240D716711933ED300556E97 /* mach_install_mig.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = mach_install_mig.sh; sourceTree = "<group>"; }; 174 2419382A12135FF6003CDE41 /* chmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chmod.c; sourceTree = "<group>"; }; 175 2427FA821200BCF800EF7A1F /* compat-symlinks.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "compat-symlinks.sh"; sourceTree = "<group>"; }; 176 242AB66511EBDC1200107336 /* errno.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = errno.c; sourceTree = "<group>"; }; 177 24484A7311F51E9800E10CD2 /* string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = string.h; sourceTree = "<group>"; }; 178 24484A7411F51E9800E10CD2 /* string.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = string.c; sourceTree = "<group>"; }; 179 24484A9211F61D1900E10CD2 /* mig_reply_port.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mig_reply_port.h; sourceTree = "<group>"; }; 180 24484A9311F61D1900E10CD2 /* mig_reply_port.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mig_reply_port.c; sourceTree = "<group>"; }; 181 24614EA111E7A2ED00E78584 /* compile-syscalls.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "compile-syscalls.pl"; sourceTree = "<group>"; }; 182 24614F0311E7CB5B00E78584 /* syscalls.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = syscalls.a; path = $BUILD_ROOT/syscalls.a; sourceTree = "<absolute>"; }; 183 247A08B211F8B05900E4693F /* _libkernel_init.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _libkernel_init.h; sourceTree = "<group>"; }; 184 247A08B311F8B05900E4693F /* _libkernel_init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = _libkernel_init.c; sourceTree = "<group>"; }; 185 247A08FF11F8E18000E4693F /* abort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = abort.h; sourceTree = "<group>"; }; 186 247A091611F8E7A800E4693F /* exc_catcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = exc_catcher.h; sourceTree = "<group>"; }; 187 2485235411582D8F0051B413 /* mach_legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mach_legacy.c; sourceTree = "<group>"; }; 188 248AA962122C7B2A0085F5B1 /* unlink.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = unlink.c; sourceTree = "<group>"; }; 189 248AA964122C7C330085F5B1 /* rmdir.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rmdir.c; sourceTree = "<group>"; }; 190 248AA966122C7CDA0085F5B1 /* rename.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rename.c; sourceTree = "<group>"; }; 191 248BA01C121C56BF008C073F /* connect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = connect.c; sourceTree = "<group>"; }; 192 248BA01E121C607E008C073F /* fchmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fchmod.c; sourceTree = "<group>"; }; 193 248BA04B121C8EE4008C073F /* fcntl-base.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "fcntl-base.c"; sourceTree = "<group>"; }; 194 248BA04E121C8F06008C073F /* fcntl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fcntl.c; sourceTree = "<group>"; }; 195 248BA051121C8FE2008C073F /* fcntl-cancel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "fcntl-cancel.c"; sourceTree = "<group>"; }; 196 248BA068121D9E27008C073F /* getrlimit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = getrlimit.c; sourceTree = "<group>"; }; 197 248BA07F121DA36B008C073F /* ioctl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ioctl.c; sourceTree = "<group>"; }; 198 248BA081121DA4F3008C073F /* kill.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kill.c; sourceTree = "<group>"; }; 199 248BA084121DA5E4008C073F /* kill.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kill.c; sourceTree = "<group>"; }; 200 248BA086121DA72D008C073F /* mmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mmap.c; sourceTree = "<group>"; }; 201 248BA088121DA8E0008C073F /* mprotect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mprotect.c; sourceTree = "<group>"; }; 202 248BA08A121DAC86008C073F /* msync.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = msync.c; sourceTree = "<group>"; }; 203 248BA08C121DB0E7008C073F /* munmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = munmap.c; sourceTree = "<group>"; }; 204 248BA08E121DC545008C073F /* open.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = open.c; sourceTree = "<group>"; }; 205 248BA090121DDD7F008C073F /* select-base.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "select-base.c"; sourceTree = "<group>"; }; 206 248BA092121DE369008C073F /* select.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = select.c; sourceTree = "<group>"; }; 207 248BA094121DE565008C073F /* select-pre1050.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "select-pre1050.c"; sourceTree = "<group>"; }; 208 248BA0B2121DE760008C073F /* select-cancel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "select-cancel.c"; sourceTree = "<group>"; }; 209 248BA0BC121DE902008C073F /* select.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = select.c; sourceTree = "<group>"; }; 210 248BA0CC121DEBEF008C073F /* setrlimit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = setrlimit.c; sourceTree = "<group>"; }; 211 249C60FF1194747600ED73F3 /* libsystem_kernel.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libsystem_kernel.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; 212 249C612C1194827D00ED73F3 /* dylib_link.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dylib_link.c; sourceTree = "<group>"; }; 213 24A7C5AE11FF8DA6007669EB /* accept.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = accept.c; sourceTree = "<group>"; }; 214 24A7C5AF11FF8DA6007669EB /* bind.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bind.c; sourceTree = "<group>"; }; 215 24A7C5B111FF8DA6007669EB /* getattrlist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = getattrlist.c; sourceTree = "<group>"; }; 216 24A7C5B211FF8DA6007669EB /* getpeername.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = getpeername.c; sourceTree = "<group>"; }; 217 24A7C5B311FF8DA6007669EB /* getsockname.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = getsockname.c; sourceTree = "<group>"; }; 218 24A7C5B411FF8DA6007669EB /* lchown.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lchown.c; sourceTree = "<group>"; }; 219 24A7C5B511FF8DA6007669EB /* listen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = listen.c; sourceTree = "<group>"; }; 220 24A7C5B611FF8DA6007669EB /* recvfrom.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = recvfrom.c; sourceTree = "<group>"; }; 221 24A7C5B711FF8DA6007669EB /* recvmsg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = recvmsg.c; sourceTree = "<group>"; }; 222 24A7C5B811FF8DA6007669EB /* sendmsg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sendmsg.c; sourceTree = "<group>"; }; 223 24A7C5B911FF8DA6007669EB /* sendto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sendto.c; sourceTree = "<group>"; }; 224 24A7C5BA11FF8DA6007669EB /* setattrlist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = setattrlist.c; sourceTree = "<group>"; }; 225 24A7C5BB11FF8DA6007669EB /* socketpair.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = socketpair.c; sourceTree = "<group>"; }; 226 24A7C5CB11FF973C007669EB /* _errno.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _errno.h; sourceTree = "<group>"; }; 227 24B028D511FF4FBB00CA64A9 /* memcpy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = memcpy.c; sourceTree = "<group>"; }; 228 24B223AF121DFD36007DAEDE /* sigsuspend.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sigsuspend.c; sourceTree = "<group>"; }; 229 24B223B1121DFE6D007DAEDE /* sigsuspend-cancel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "sigsuspend-cancel.c"; sourceTree = "<group>"; }; 230 24B223B3121DFF12007DAEDE /* sigsuspend-base.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "sigsuspend-base.c"; sourceTree = "<group>"; }; 231 24B223B4121DFF29007DAEDE /* sigsuspend.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sigsuspend.c; sourceTree = "<group>"; }; 232 24B8C2611237F53900D36CC3 /* remove-counter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "remove-counter.c"; sourceTree = "<group>"; }; 233 24D1156611E671B20063D54D /* __fork.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __fork.s; sourceTree = "<group>"; }; 234 24D1156711E671B20063D54D /* __getpid.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __getpid.s; sourceTree = "<group>"; }; 235 24D1156811E671B20063D54D /* __gettimeofday.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __gettimeofday.s; sourceTree = "<group>"; }; 236 24D1156911E671B20063D54D /* __lseek.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __lseek.s; sourceTree = "<group>"; }; 237 24D1156A11E671B20063D54D /* __pipe.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __pipe.s; sourceTree = "<group>"; }; 238 24D1156B11E671B20063D54D /* __psynch_cvbroad.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __psynch_cvbroad.s; sourceTree = "<group>"; }; 239 24D1156C11E671B20063D54D /* __psynch_cvwait.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __psynch_cvwait.s; sourceTree = "<group>"; }; 240 24D1156D11E671B20063D54D /* __ptrace.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __ptrace.s; sourceTree = "<group>"; }; 241 24D1156E11E671B20063D54D /* __sigaltstack.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __sigaltstack.s; sourceTree = "<group>"; }; 242 24D1156F11E671B20063D54D /* __sigreturn.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __sigreturn.s; sourceTree = "<group>"; }; 243 24D1157011E671B20063D54D /* __syscall.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __syscall.s; sourceTree = "<group>"; }; 244 24D1157111E671B20063D54D /* __thread_selfid.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __thread_selfid.s; sourceTree = "<group>"; }; 245 24D1157211E671B20063D54D /* __vfork.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __vfork.s; sourceTree = "<group>"; }; 246 24D1157311E671B20063D54D /* custom.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = custom.s; sourceTree = "<group>"; }; 247 24D1157411E671B20063D54D /* SYS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SYS.h; sourceTree = "<group>"; }; 248 24D1158C11E672270063D54D /* syscall.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = syscall.map; sourceTree = "<group>"; }; 249 24D1158F11E672270063D54D /* syscall.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = syscall.map; sourceTree = "<group>"; }; 250 24D1159111E672270063D54D /* syscall.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = syscall.map; sourceTree = "<group>"; }; 251 24D1159711E672270063D54D /* syscall.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = syscall.map; sourceTree = "<group>"; }; 252 24D1159811E672270063D54D /* syscall.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = syscall.map; sourceTree = "<group>"; }; 253 24D1159911E6723E0063D54D /* create-syscalls.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "create-syscalls.pl"; sourceTree = "<group>"; }; 254 24E47824120881DF009A384D /* _libc_funcptr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = _libc_funcptr.c; sourceTree = "<group>"; }; 255 C99A4F4E1305B1B70054B7B7 /* __get_cpu_capabilities.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = __get_cpu_capabilities.s; sourceTree = "<group>"; }; 256 C99A4F511305B43F0054B7B7 /* init_cpu_capabilities.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = init_cpu_capabilities.c; sourceTree = "<group>"; }; 257 C9D9BCBF114B00600000D8B9 /* .open_source_exclude */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .open_source_exclude; sourceTree = "<group>"; }; 258 C9D9BCC2114B00600000D8B9 /* vm_map_compat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vm_map_compat.c; sourceTree = "<group>"; }; 259 C9D9BCC5114B00600000D8B9 /* clock_priv.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = clock_priv.defs; sourceTree = "<group>"; }; 260 C9D9BCC6114B00600000D8B9 /* clock_reply.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = clock_reply.defs; sourceTree = "<group>"; }; 261 C9D9BCC7114B00600000D8B9 /* clock_sleep.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = clock_sleep.c; sourceTree = "<group>"; }; 262 C9D9BCC8114B00600000D8B9 /* clock.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = clock.defs; sourceTree = "<group>"; }; 263 C9D9BCC9114B00600000D8B9 /* err_iokit.sub */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = err_iokit.sub; sourceTree = "<group>"; }; 264 C9D9BCCA114B00600000D8B9 /* err_ipc.sub */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = err_ipc.sub; sourceTree = "<group>"; }; 265 C9D9BCCB114B00600000D8B9 /* err_kern.sub */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = err_kern.sub; sourceTree = "<group>"; }; 266 C9D9BCCC114B00600000D8B9 /* err_libkern.sub */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = err_libkern.sub; sourceTree = "<group>"; }; 267 C9D9BCCD114B00600000D8B9 /* err_mach_ipc.sub */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = err_mach_ipc.sub; sourceTree = "<group>"; }; 268 C9D9BCCE114B00600000D8B9 /* err_server.sub */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = err_server.sub; sourceTree = "<group>"; }; 269 C9D9BCCF114B00600000D8B9 /* err_us.sub */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = err_us.sub; sourceTree = "<group>"; }; 270 C9D9BCD0114B00600000D8B9 /* error_codes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = error_codes.c; sourceTree = "<group>"; }; 271 C9D9BCD1114B00600000D8B9 /* errorlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = errorlib.h; sourceTree = "<group>"; }; 272 C9D9BCD2114B00600000D8B9 /* exc_catcher_state_identity.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = exc_catcher_state_identity.c; sourceTree = "<group>"; }; 273 C9D9BCD3114B00600000D8B9 /* exc_catcher_state.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = exc_catcher_state.c; sourceTree = "<group>"; }; 274 C9D9BCD4114B00600000D8B9 /* exc_catcher.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = exc_catcher.c; sourceTree = "<group>"; }; 275 C9D9BCD5114B00600000D8B9 /* exc.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = exc.defs; sourceTree = "<group>"; }; 276 C9D9BCD6114B00600000D8B9 /* externs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = externs.h; sourceTree = "<group>"; }; 277 C9D9BCD7114B00600000D8B9 /* fprintf_stderr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fprintf_stderr.c; sourceTree = "<group>"; }; 278 C9D9BCD9114B00600000D8B9 /* errorlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = errorlib.h; sourceTree = "<group>"; }; 279 C9D9BCDA114B00600000D8B9 /* mach.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mach.h; sourceTree = "<group>"; }; 280 C9D9BCDB114B00600000D8B9 /* mach_error.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mach_error.h; sourceTree = "<group>"; }; 281 C9D9BCDC114B00600000D8B9 /* mach_init.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mach_init.h; sourceTree = "<group>"; }; 282 C9D9BCDD114B00600000D8B9 /* mach_interface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mach_interface.h; sourceTree = "<group>"; }; 283 C9D9BCDF114B00600000D8B9 /* port_obj.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = port_obj.h; sourceTree = "<group>"; }; 284 C9D9BCE0114B00600000D8B9 /* sync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sync.h; sourceTree = "<group>"; }; 285 C9D9BCE1114B00600000D8B9 /* task.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = task.h; sourceTree = "<group>"; }; 286 C9D9BCE2114B00600000D8B9 /* thread_act.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = thread_act.h; sourceTree = "<group>"; }; 287 C9D9BCE3114B00600000D8B9 /* vm_task.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vm_task.h; sourceTree = "<group>"; }; 288 C9D9BCE4114B00600000D8B9 /* host_priv.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = host_priv.defs; sourceTree = "<group>"; }; 289 C9D9BCE5114B00600000D8B9 /* host_security.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = host_security.defs; sourceTree = "<group>"; }; 290 C9D9BCE9114B00600000D8B9 /* ledger.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = ledger.defs; sourceTree = "<group>"; }; 291 C9D9BCEA114B00600000D8B9 /* lock_set.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = lock_set.defs; sourceTree = "<group>"; }; 292 C9D9BCEB114B00600000D8B9 /* mach_error_string.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mach_error_string.c; sourceTree = "<group>"; }; 293 C9D9BCEC114B00600000D8B9 /* mach_error.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mach_error.c; sourceTree = "<group>"; }; 294 C9D9BCED114B00600000D8B9 /* mach_host.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = mach_host.defs; sourceTree = "<group>"; }; 295 C9D9BCF0114B00600000D8B9 /* mach_init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mach_init.c; sourceTree = "<group>"; }; 296 C9D9BCF1114B00600000D8B9 /* mach_msg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mach_msg.c; sourceTree = "<group>"; }; 297 C9D9BCF2114B00600000D8B9 /* mach_port.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = mach_port.defs; sourceTree = "<group>"; }; 298 C9D9BCF3114B00600000D8B9 /* mach_traps.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = mach_traps.s; sourceTree = "<group>"; }; 299 C9D9BCF4114B00600000D8B9 /* mach_vm.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = mach_vm.defs; sourceTree = "<group>"; }; 300 C9D9BCF6114B00600000D8B9 /* mig_allocate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mig_allocate.c; sourceTree = "<group>"; }; 301 C9D9BCF7114B00600000D8B9 /* mig_deallocate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mig_deallocate.c; sourceTree = "<group>"; }; 302 C9D9BCF8114B00600000D8B9 /* mig_reply_setup.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mig_reply_setup.c; sourceTree = "<group>"; }; 303 C9D9BCF9114B00600000D8B9 /* mig_strncpy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mig_strncpy.c; sourceTree = "<group>"; }; 304 C9D9BCFA114B00600000D8B9 /* ms_thread_switch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ms_thread_switch.c; sourceTree = "<group>"; }; 305 C9D9BCFB114B00600000D8B9 /* notify.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = notify.defs; sourceTree = "<group>"; }; 306 C9D9BCFC114B00600000D8B9 /* panic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = panic.c; sourceTree = "<group>"; }; 307 C9D9BCFD114B00600000D8B9 /* port_obj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = port_obj.c; sourceTree = "<group>"; }; 308 C9D9BD03114B00600000D8B9 /* processor_set.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = processor_set.defs; sourceTree = "<group>"; }; 309 C9D9BD04114B00600000D8B9 /* processor.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = processor.defs; sourceTree = "<group>"; }; 310 C9D9BD06114B00600000D8B9 /* semaphore.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = semaphore.c; sourceTree = "<group>"; }; 311 C9D9BD08114B00600000D8B9 /* key_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = key_defs.h; sourceTree = "<group>"; }; 312 C9D9BD09114B00600000D8B9 /* ls_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ls_defs.h; sourceTree = "<group>"; }; 313 C9D9BD0B114B00600000D8B9 /* netname.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = netname.defs; sourceTree = "<group>"; }; 314 C9D9BD0C114B00600000D8B9 /* netname_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = netname_defs.h; sourceTree = "<group>"; }; 315 C9D9BD0D114B00600000D8B9 /* nm_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nm_defs.h; sourceTree = "<group>"; }; 316 C9D9BD0E114B00600000D8B9 /* slot_name.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = slot_name.c; sourceTree = "<group>"; }; 317 C9D9BD0F114B00600000D8B9 /* task.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = task.defs; sourceTree = "<group>"; }; 318 C9D9BD10114B00600000D8B9 /* thread_act.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = thread_act.defs; sourceTree = "<group>"; }; 319 C9D9BD11114B00600000D8B9 /* vm_map.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = vm_map.defs; sourceTree = "<group>"; }; 320 C9D9BE0F114FFADC0000D8B9 /* Libsyscall.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Libsyscall.xcconfig; sourceTree = "<group>"; }; 321 D2AAC0630554660B00DB518D /* libsystem_kernel.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsystem_kernel.a; sourceTree = BUILT_PRODUCTS_DIR; }; 322/* End PBXFileReference section */ 323 324/* Begin PBXFrameworksBuildPhase section */ 325 249C60FD1194747600ED73F3 /* Frameworks */ = { 326 isa = PBXFrameworksBuildPhase; 327 buildActionMask = 2147483647; 328 files = ( 329 249C610B1194750E00ED73F3 /* libsystem_kernel.a in Frameworks */, 330 ); 331 runOnlyForDeploymentPostprocessing = 0; 332 }; 333 D289988505E68E00004EDB86 /* Frameworks */ = { 334 isa = PBXFrameworksBuildPhase; 335 buildActionMask = 2147483647; 336 files = ( 337 24614F0411E7CB5B00E78584 /* syscalls.a in Frameworks */, 338 ); 339 runOnlyForDeploymentPostprocessing = 0; 340 }; 341/* End PBXFrameworksBuildPhase section */ 342 343/* Begin PBXGroup section */ 344 08FB7794FE84155DC02AAC07 /* mach */ = { 345 isa = PBXGroup; 346 children = ( 347 C9D9BE0F114FFADC0000D8B9 /* Libsyscall.xcconfig */, 348 24D1158911E672270063D54D /* Platforms */, 349 24D1156511E671B20063D54D /* custom */, 350 08FB7795FE84155DC02AAC07 /* mach */, 351 247A08B011F8AF1700E4693F /* wrappers */, 352 240D716611933ED300556E97 /* xcodescripts */, 353 1AB674ADFE9D54B511CA2CBB /* Products */, 354 ); 355 name = mach; 356 sourceTree = "<group>"; 357 }; 358 08FB7795FE84155DC02AAC07 /* mach */ = { 359 isa = PBXGroup; 360 children = ( 361 C9D9BCBE114B00600000D8B9 /* arm */, 362 247A08FF11F8E18000E4693F /* abort.h */, 363 C9D9BCC5114B00600000D8B9 /* clock_priv.defs */, 364 C9D9BCC6114B00600000D8B9 /* clock_reply.defs */, 365 C9D9BCC7114B00600000D8B9 /* clock_sleep.c */, 366 C9D9BCC8114B00600000D8B9 /* clock.defs */, 367 C9D9BCC9114B00600000D8B9 /* err_iokit.sub */, 368 C9D9BCCA114B00600000D8B9 /* err_ipc.sub */, 369 C9D9BCCB114B00600000D8B9 /* err_kern.sub */, 370 C9D9BCCC114B00600000D8B9 /* err_libkern.sub */, 371 C9D9BCCD114B00600000D8B9 /* err_mach_ipc.sub */, 372 C9D9BCCE114B00600000D8B9 /* err_server.sub */, 373 C9D9BCCF114B00600000D8B9 /* err_us.sub */, 374 C9D9BCD0114B00600000D8B9 /* error_codes.c */, 375 C9D9BCD1114B00600000D8B9 /* errorlib.h */, 376 247A091611F8E7A800E4693F /* exc_catcher.h */, 377 C9D9BCD2114B00600000D8B9 /* exc_catcher_state_identity.c */, 378 C9D9BCD3114B00600000D8B9 /* exc_catcher_state.c */, 379 C9D9BCD4114B00600000D8B9 /* exc_catcher.c */, 380 C9D9BCD5114B00600000D8B9 /* exc.defs */, 381 C9D9BCD6114B00600000D8B9 /* externs.h */, 382 C9D9BCD7114B00600000D8B9 /* fprintf_stderr.c */, 383 C9D9BCD8114B00600000D8B9 /* mach */, 384 C9D9BCE4114B00600000D8B9 /* host_priv.defs */, 385 C9D9BCE5114B00600000D8B9 /* host_security.defs */, 386 C9D9BCE9114B00600000D8B9 /* ledger.defs */, 387 C9D9BCEA114B00600000D8B9 /* lock_set.defs */, 388 C9D9BCEB114B00600000D8B9 /* mach_error_string.c */, 389 C9D9BCEC114B00600000D8B9 /* mach_error.c */, 390 C9D9BCED114B00600000D8B9 /* mach_host.defs */, 391 C9D9BCF0114B00600000D8B9 /* mach_init.c */, 392 2485235411582D8F0051B413 /* mach_legacy.c */, 393 C9D9BCF1114B00600000D8B9 /* mach_msg.c */, 394 C9D9BCF2114B00600000D8B9 /* mach_port.defs */, 395 C9D9BCF3114B00600000D8B9 /* mach_traps.s */, 396 C9D9BCF4114B00600000D8B9 /* mach_vm.defs */, 397 C9D9BCF6114B00600000D8B9 /* mig_allocate.c */, 398 C9D9BCF7114B00600000D8B9 /* mig_deallocate.c */, 399 C9D9BCF8114B00600000D8B9 /* mig_reply_setup.c */, 400 C9D9BCF9114B00600000D8B9 /* mig_strncpy.c */, 401 24484A9211F61D1900E10CD2 /* mig_reply_port.h */, 402 24484A9311F61D1900E10CD2 /* mig_reply_port.c */, 403 C9D9BCFA114B00600000D8B9 /* ms_thread_switch.c */, 404 C9D9BCFB114B00600000D8B9 /* notify.defs */, 405 C9D9BCFC114B00600000D8B9 /* panic.c */, 406 C9D9BCFD114B00600000D8B9 /* port_obj.c */, 407 C9D9BD03114B00600000D8B9 /* processor_set.defs */, 408 C9D9BD04114B00600000D8B9 /* processor.defs */, 409 C9D9BD06114B00600000D8B9 /* semaphore.c */, 410 C9D9BD07114B00600000D8B9 /* servers */, 411 C9D9BD0E114B00600000D8B9 /* slot_name.c */, 412 24484A7311F51E9800E10CD2 /* string.h */, 413 24484A7411F51E9800E10CD2 /* string.c */, 414 C9D9BD0F114B00600000D8B9 /* task.defs */, 415 C9D9BD10114B00600000D8B9 /* thread_act.defs */, 416 C9D9BD11114B00600000D8B9 /* vm_map.defs */, 417 249C612C1194827D00ED73F3 /* dylib_link.c */, 418 ); 419 path = mach; 420 sourceTree = "<group>"; 421 }; 422 1AB674ADFE9D54B511CA2CBB /* Products */ = { 423 isa = PBXGroup; 424 children = ( 425 24614F0311E7CB5B00E78584 /* syscalls.a */, 426 D2AAC0630554660B00DB518D /* libsystem_kernel.a */, 427 249C60FF1194747600ED73F3 /* libsystem_kernel.dylib */, 428 ); 429 name = Products; 430 sourceTree = "<group>"; 431 }; 432 240D716611933ED300556E97 /* xcodescripts */ = { 433 isa = PBXGroup; 434 children = ( 435 24D1159911E6723E0063D54D /* create-syscalls.pl */, 436 24614EA111E7A2ED00E78584 /* compile-syscalls.pl */, 437 240D716711933ED300556E97 /* mach_install_mig.sh */, 438 2427FA821200BCF800EF7A1F /* compat-symlinks.sh */, 439 ); 440 path = xcodescripts; 441 sourceTree = "<group>"; 442 }; 443 2419382912135FE1003CDE41 /* unix03 */ = { 444 isa = PBXGroup; 445 children = ( 446 2419382A12135FF6003CDE41 /* chmod.c */, 447 248BA01E121C607E008C073F /* fchmod.c */, 448 248BA068121D9E27008C073F /* getrlimit.c */, 449 248BA086121DA72D008C073F /* mmap.c */, 450 248BA0CC121DEBEF008C073F /* setrlimit.c */, 451 ); 452 path = unix03; 453 sourceTree = "<group>"; 454 }; 455 247A08B011F8AF1700E4693F /* wrappers */ = { 456 isa = PBXGroup; 457 children = ( 458 248BA04A121C8EE4008C073F /* cancelable */, 459 2419382912135FE1003CDE41 /* unix03 */, 460 24A7C6951200AF8A007669EB /* legacy */, 461 C99A4F4E1305B1B70054B7B7 /* __get_cpu_capabilities.s */, 462 247A08B211F8B05900E4693F /* _libkernel_init.h */, 463 247A08B311F8B05900E4693F /* _libkernel_init.c */, 464 24E47824120881DF009A384D /* _libc_funcptr.c */, 465 24A7C5CB11FF973C007669EB /* _errno.h */, 466 C99A4F511305B43F0054B7B7 /* init_cpu_capabilities.c */, 467 248BA07F121DA36B008C073F /* ioctl.c */, 468 248BA081121DA4F3008C073F /* kill.c */, 469 24B028D511FF4FBB00CA64A9 /* memcpy.c */, 470 24B8C2611237F53900D36CC3 /* remove-counter.c */, 471 248AA966122C7CDA0085F5B1 /* rename.c */, 472 248AA964122C7C330085F5B1 /* rmdir.c */, 473 248BA090121DDD7F008C073F /* select-base.c */, 474 24B223B3121DFF12007DAEDE /* sigsuspend-base.c */, 475 248AA962122C7B2A0085F5B1 /* unlink.c */, 476 ); 477 path = wrappers; 478 sourceTree = "<group>"; 479 }; 480 248BA04A121C8EE4008C073F /* cancelable */ = { 481 isa = PBXGroup; 482 children = ( 483 248BA04B121C8EE4008C073F /* fcntl-base.c */, 484 248BA04E121C8F06008C073F /* fcntl.c */, 485 248BA051121C8FE2008C073F /* fcntl-cancel.c */, 486 248BA0BC121DE902008C073F /* select.c */, 487 248BA0B2121DE760008C073F /* select-cancel.c */, 488 24B223AF121DFD36007DAEDE /* sigsuspend.c */, 489 24B223B1121DFE6D007DAEDE /* sigsuspend-cancel.c */, 490 ); 491 path = cancelable; 492 sourceTree = "<group>"; 493 }; 494 24A7C6951200AF8A007669EB /* legacy */ = { 495 isa = PBXGroup; 496 children = ( 497 24A7C5AE11FF8DA6007669EB /* accept.c */, 498 24A7C5AF11FF8DA6007669EB /* bind.c */, 499 248BA01C121C56BF008C073F /* connect.c */, 500 24A7C5B111FF8DA6007669EB /* getattrlist.c */, 501 24A7C5B211FF8DA6007669EB /* getpeername.c */, 502 24A7C5B311FF8DA6007669EB /* getsockname.c */, 503 24A7C5B411FF8DA6007669EB /* lchown.c */, 504 24A7C5B511FF8DA6007669EB /* listen.c */, 505 248BA084121DA5E4008C073F /* kill.c */, 506 248BA088121DA8E0008C073F /* mprotect.c */, 507 248BA08A121DAC86008C073F /* msync.c */, 508 248BA08C121DB0E7008C073F /* munmap.c */, 509 248BA08E121DC545008C073F /* open.c */, 510 24A7C5B611FF8DA6007669EB /* recvfrom.c */, 511 24A7C5B711FF8DA6007669EB /* recvmsg.c */, 512 248BA092121DE369008C073F /* select.c */, 513 248BA094121DE565008C073F /* select-pre1050.c */, 514 24A7C5B811FF8DA6007669EB /* sendmsg.c */, 515 24A7C5B911FF8DA6007669EB /* sendto.c */, 516 24A7C5BA11FF8DA6007669EB /* setattrlist.c */, 517 24A7C5BB11FF8DA6007669EB /* socketpair.c */, 518 24B223B4121DFF29007DAEDE /* sigsuspend.c */, 519 ); 520 path = legacy; 521 sourceTree = "<group>"; 522 }; 523 24D1156511E671B20063D54D /* custom */ = { 524 isa = PBXGroup; 525 children = ( 526 24D1156611E671B20063D54D /* __fork.s */, 527 24D1156711E671B20063D54D /* __getpid.s */, 528 24D1156811E671B20063D54D /* __gettimeofday.s */, 529 24D1156911E671B20063D54D /* __lseek.s */, 530 24D1156A11E671B20063D54D /* __pipe.s */, 531 24D1156B11E671B20063D54D /* __psynch_cvbroad.s */, 532 24D1156C11E671B20063D54D /* __psynch_cvwait.s */, 533 24D1156D11E671B20063D54D /* __ptrace.s */, 534 24D1156E11E671B20063D54D /* __sigaltstack.s */, 535 24D1156F11E671B20063D54D /* __sigreturn.s */, 536 24D1157011E671B20063D54D /* __syscall.s */, 537 24D1157111E671B20063D54D /* __thread_selfid.s */, 538 24D1157211E671B20063D54D /* __vfork.s */, 539 24D1157311E671B20063D54D /* custom.s */, 540 24D1157411E671B20063D54D /* SYS.h */, 541 242AB66511EBDC1200107336 /* errno.c */, 542 ); 543 path = custom; 544 sourceTree = "<group>"; 545 }; 546 24D1158911E672270063D54D /* Platforms */ = { 547 isa = PBXGroup; 548 children = ( 549 24D1158A11E672270063D54D /* iPhoneOS */, 550 24D1158D11E672270063D54D /* MacOSX */, 551 24D1159811E672270063D54D /* syscall.map */, 552 ); 553 path = Platforms; 554 sourceTree = "<group>"; 555 }; 556 24D1158A11E672270063D54D /* iPhoneOS */ = { 557 isa = PBXGroup; 558 children = ( 559 24D1158B11E672270063D54D /* arm */, 560 ); 561 path = iPhoneOS; 562 sourceTree = "<group>"; 563 }; 564 24D1158B11E672270063D54D /* arm */ = { 565 isa = PBXGroup; 566 children = ( 567 24D1158C11E672270063D54D /* syscall.map */, 568 ); 569 path = arm; 570 sourceTree = "<group>"; 571 }; 572 24D1158D11E672270063D54D /* MacOSX */ = { 573 isa = PBXGroup; 574 children = ( 575 24D1158E11E672270063D54D /* arm */, 576 24D1159011E672270063D54D /* i386 */, 577 24D1159611E672270063D54D /* x86_64 */, 578 ); 579 path = MacOSX; 580 sourceTree = "<group>"; 581 }; 582 24D1158E11E672270063D54D /* arm */ = { 583 isa = PBXGroup; 584 children = ( 585 24D1158F11E672270063D54D /* syscall.map */, 586 ); 587 path = arm; 588 sourceTree = "<group>"; 589 }; 590 24D1159011E672270063D54D /* i386 */ = { 591 isa = PBXGroup; 592 children = ( 593 24D1159111E672270063D54D /* syscall.map */, 594 ); 595 path = i386; 596 sourceTree = "<group>"; 597 }; 598 24D1159611E672270063D54D /* x86_64 */ = { 599 isa = PBXGroup; 600 children = ( 601 24D1159711E672270063D54D /* syscall.map */, 602 ); 603 path = x86_64; 604 sourceTree = "<group>"; 605 }; 606 C9D9BCBE114B00600000D8B9 /* arm */ = { 607 isa = PBXGroup; 608 children = ( 609 C9D9BCBF114B00600000D8B9 /* .open_source_exclude */, 610 C9D9BCC2114B00600000D8B9 /* vm_map_compat.c */, 611 ); 612 path = arm; 613 sourceTree = "<group>"; 614 }; 615 C9D9BCD8114B00600000D8B9 /* mach */ = { 616 isa = PBXGroup; 617 children = ( 618 C9D9BCD9114B00600000D8B9 /* errorlib.h */, 619 C9D9BCDA114B00600000D8B9 /* mach.h */, 620 C9D9BCDB114B00600000D8B9 /* mach_error.h */, 621 C9D9BCDC114B00600000D8B9 /* mach_init.h */, 622 C9D9BCDD114B00600000D8B9 /* mach_interface.h */, 623 C9D9BCDF114B00600000D8B9 /* port_obj.h */, 624 C9D9BCE0114B00600000D8B9 /* sync.h */, 625 C9D9BCE1114B00600000D8B9 /* task.h */, 626 C9D9BCE2114B00600000D8B9 /* thread_act.h */, 627 C9D9BCE3114B00600000D8B9 /* vm_task.h */, 628 ); 629 path = mach; 630 sourceTree = "<group>"; 631 }; 632 C9D9BD07114B00600000D8B9 /* servers */ = { 633 isa = PBXGroup; 634 children = ( 635 C9D9BD08114B00600000D8B9 /* key_defs.h */, 636 C9D9BD09114B00600000D8B9 /* ls_defs.h */, 637 C9D9BD0B114B00600000D8B9 /* netname.defs */, 638 C9D9BD0C114B00600000D8B9 /* netname_defs.h */, 639 C9D9BD0D114B00600000D8B9 /* nm_defs.h */, 640 ); 641 path = servers; 642 sourceTree = "<group>"; 643 }; 644/* End PBXGroup section */ 645 646/* Begin PBXHeadersBuildPhase section */ 647 D2AAC0600554660B00DB518D /* Headers */ = { 648 isa = PBXHeadersBuildPhase; 649 buildActionMask = 2147483647; 650 files = ( 651 C9D9BD1E114B00600000D8B9 /* errorlib.h in Headers */, 652 C9D9BD23114B00600000D8B9 /* externs.h in Headers */, 653 C9D9BD25114B00600000D8B9 /* errorlib.h in Headers */, 654 C9D9BD26114B00600000D8B9 /* mach.h in Headers */, 655 C9D9BD27114B00600000D8B9 /* mach_error.h in Headers */, 656 C9D9BD28114B00600000D8B9 /* mach_init.h in Headers */, 657 C9D9BD29114B00600000D8B9 /* mach_interface.h in Headers */, 658 C9D9BD2B114B00600000D8B9 /* port_obj.h in Headers */, 659 C9D9BD2C114B00600000D8B9 /* sync.h in Headers */, 660 C9D9BD2D114B00600000D8B9 /* task.h in Headers */, 661 C9D9BD2E114B00600000D8B9 /* thread_act.h in Headers */, 662 C9D9BD2F114B00600000D8B9 /* vm_task.h in Headers */, 663 C9D9BD50114B00600000D8B9 /* key_defs.h in Headers */, 664 C9D9BD51114B00600000D8B9 /* ls_defs.h in Headers */, 665 C9D9BD54114B00600000D8B9 /* netname_defs.h in Headers */, 666 C9D9BD55114B00600000D8B9 /* nm_defs.h in Headers */, 667 24D1158311E671B20063D54D /* SYS.h in Headers */, 668 247A090011F8E18000E4693F /* abort.h in Headers */, 669 247A091711F8E7A800E4693F /* exc_catcher.h in Headers */, 670 24B028F511FF5C3500CA64A9 /* _libkernel_init.h in Headers */, 671 ); 672 runOnlyForDeploymentPostprocessing = 0; 673 }; 674/* End PBXHeadersBuildPhase section */ 675 676/* Begin PBXNativeTarget section */ 677 249C60FE1194747600ED73F3 /* Libmach Dynamic */ = { 678 isa = PBXNativeTarget; 679 buildConfigurationList = 249C6102119474D700ED73F3 /* Build configuration list for PBXNativeTarget "Libmach Dynamic" */; 680 buildPhases = ( 681 249C61281194815000ED73F3 /* Sources */, 682 249C60FD1194747600ED73F3 /* Frameworks */, 683 2427FA811200BCDA00EF7A1F /* Compat Symlinks */, 684 ); 685 buildRules = ( 686 ); 687 dependencies = ( 688 249C610A1194750700ED73F3 /* PBXTargetDependency */, 689 ); 690 name = "Libmach Dynamic"; 691 productName = Libmach; 692 productReference = 249C60FF1194747600ED73F3 /* libsystem_kernel.dylib */; 693 productType = "com.apple.product-type.library.dynamic"; 694 }; 695 D2AAC0620554660B00DB518D /* Libmach */ = { 696 isa = PBXNativeTarget; 697 buildConfigurationList = 1DEB914A08733D8E0010E9CD /* Build configuration list for PBXNativeTarget "Libmach" */; 698 buildPhases = ( 699 D2AAC0600554660B00DB518D /* Headers */, 700 D2AAC0610554660B00DB518D /* Sources */, 701 D289988505E68E00004EDB86 /* Frameworks */, 702 2487545E11629934000975E0 /* Install Headers */, 703 ); 704 buildRules = ( 705 ); 706 dependencies = ( 707 242AB67911ED03ED00107336 /* PBXTargetDependency */, 708 ); 709 name = Libmach; 710 productName = mach; 711 productReference = D2AAC0630554660B00DB518D /* libsystem_kernel.a */; 712 productType = "com.apple.product-type.library.static"; 713 }; 714/* End PBXNativeTarget section */ 715 716/* Begin PBXProject section */ 717 08FB7793FE84155DC02AAC07 /* Project object */ = { 718 isa = PBXProject; 719 buildConfigurationList = 1DEB914E08733D8E0010E9CD /* Build configuration list for PBXProject "Libsyscall" */; 720 compatibilityVersion = "Xcode 3.1"; 721 developmentRegion = English; 722 hasScannedForEncodings = 1; 723 knownRegions = ( 724 English, 725 Japanese, 726 French, 727 German, 728 ); 729 mainGroup = 08FB7794FE84155DC02AAC07 /* mach */; 730 projectDirPath = ""; 731 projectRoot = ""; 732 targets = ( 733 249C61101194755D00ED73F3 /* Build */, 734 24614EF311E7C98600E78584 /* Syscalls */, 735 D2AAC0620554660B00DB518D /* Libmach */, 736 249C60FE1194747600ED73F3 /* Libmach Dynamic */, 737 ); 738 }; 739/* End PBXProject section */ 740 741/* Begin PBXShellScriptBuildPhase section */ 742 2427FA811200BCDA00EF7A1F /* Compat Symlinks */ = { 743 isa = PBXShellScriptBuildPhase; 744 buildActionMask = 8; 745 files = ( 746 ); 747 inputPaths = ( 748 ); 749 name = "Compat Symlinks"; 750 outputPaths = ( 751 ); 752 runOnlyForDeploymentPostprocessing = 1; 753 shellPath = /bin/sh; 754 shellScript = "\"$PROJECT_DIR\"/xcodescripts/compat-symlinks.sh"; 755 }; 756 24614EF211E7C98600E78584 /* Generate Syscalls */ = { 757 isa = PBXShellScriptBuildPhase; 758 buildActionMask = 2147483647; 759 files = ( 760 ); 761 inputPaths = ( 762 ); 763 name = "Generate Syscalls"; 764 outputPaths = ( 765 ); 766 runOnlyForDeploymentPostprocessing = 0; 767 shellPath = /bin/sh; 768 shellScript = "set -x\n\nmkdir -p $OBJROOT/sys\n\n$SRCROOT/xcodescripts/create-syscalls.pl \\\n\t$SRCROOT/../bsd/kern/syscalls.master \\\n\t$SRCROOT/custom \\\n\t$SRCROOT/Platforms \\\n\t$MAP_PLATFORM \\\n\t$OBJROOT/sys\n"; 769 }; 770 24614EF611E7C9A000E78584 /* Compile Syscalls */ = { 771 isa = PBXShellScriptBuildPhase; 772 buildActionMask = 2147483647; 773 files = ( 774 ); 775 inputPaths = ( 776 ); 777 name = "Compile Syscalls"; 778 outputPaths = ( 779 "$(BUILD_ROOT)/syscalls.a", 780 ); 781 runOnlyForDeploymentPostprocessing = 0; 782 shellPath = /bin/sh; 783 shellScript = "set -x\n\nmkdir -p $OBJROOT/UninstalledProducts\n\n$SRCROOT/xcodescripts/compile-syscalls.pl \\\n\t$OBJROOT/sys/stubs.list \\\n\t$BUILD_ROOT/syscalls.a"; 784 }; 785 2487545E11629934000975E0 /* Install Headers */ = { 786 isa = PBXShellScriptBuildPhase; 787 buildActionMask = 2147483647; 788 files = ( 789 ); 790 inputPaths = ( 791 ); 792 name = "Install Headers"; 793 outputPaths = ( 794 ); 795 runOnlyForDeploymentPostprocessing = 0; 796 shellPath = /bin/sh; 797 shellScript = "\"$PROJECT_DIR\"/xcodescripts/mach_install_mig.sh"; 798 }; 799/* End PBXShellScriptBuildPhase section */ 800 801/* Begin PBXSourcesBuildPhase section */ 802 249C61281194815000ED73F3 /* Sources */ = { 803 isa = PBXSourcesBuildPhase; 804 buildActionMask = 2147483647; 805 files = ( 806 24E4782712088267009A384D /* _libc_funcptr.c in Sources */, 807 240BAC4C1214770F000A1719 /* memcpy.c in Sources */, 808 249C612F1194828600ED73F3 /* dylib_link.c in Sources */, 809 ); 810 runOnlyForDeploymentPostprocessing = 0; 811 }; 812 D2AAC0610554660B00DB518D /* Sources */ = { 813 isa = PBXSourcesBuildPhase; 814 buildActionMask = 2147483647; 815 files = ( 816 C9D9BD19114B00600000D8B9 /* clock_priv.defs in Sources */, 817 C9D9BD1A114B00600000D8B9 /* clock_reply.defs in Sources */, 818 C9D9BD1C114B00600000D8B9 /* clock.defs in Sources */, 819 C9D9BD22114B00600000D8B9 /* exc.defs in Sources */, 820 C9D9BD30114B00600000D8B9 /* host_priv.defs in Sources */, 821 C9D9BD31114B00600000D8B9 /* host_security.defs in Sources */, 822 C9D9BD34114B00600000D8B9 /* ledger.defs in Sources */, 823 C9D9BD35114B00600000D8B9 /* lock_set.defs in Sources */, 824 C9D9BD38114B00600000D8B9 /* mach_host.defs in Sources */, 825 C9D9BD3D114B00600000D8B9 /* mach_port.defs in Sources */, 826 C9D9BD3F114B00600000D8B9 /* mach_vm.defs in Sources */, 827 C9D9BD46114B00600000D8B9 /* notify.defs in Sources */, 828 C9D9BD4C114B00600000D8B9 /* processor_set.defs in Sources */, 829 C9D9BD4D114B00600000D8B9 /* processor.defs in Sources */, 830 C9D9BD53114B00600000D8B9 /* netname.defs in Sources */, 831 C9D9BD57114B00600000D8B9 /* task.defs in Sources */, 832 C9D9BD58114B00600000D8B9 /* thread_act.defs in Sources */, 833 C9D9BD59114B00600000D8B9 /* vm_map.defs in Sources */, 834 C9D9BD1B114B00600000D8B9 /* clock_sleep.c in Sources */, 835 C9D9BD1D114B00600000D8B9 /* error_codes.c in Sources */, 836 C9D9BD1F114B00600000D8B9 /* exc_catcher_state_identity.c in Sources */, 837 C9D9BD20114B00600000D8B9 /* exc_catcher_state.c in Sources */, 838 C9D9BD21114B00600000D8B9 /* exc_catcher.c in Sources */, 839 C9D9BD24114B00600000D8B9 /* fprintf_stderr.c in Sources */, 840 C9D9BD36114B00600000D8B9 /* mach_error_string.c in Sources */, 841 C9D9BD37114B00600000D8B9 /* mach_error.c in Sources */, 842 C9D9BD3B114B00600000D8B9 /* mach_init.c in Sources */, 843 C9D9BD3C114B00600000D8B9 /* mach_msg.c in Sources */, 844 C9D9BD3E114B00600000D8B9 /* mach_traps.s in Sources */, 845 C9D9BD41114B00600000D8B9 /* mig_allocate.c in Sources */, 846 C9D9BD42114B00600000D8B9 /* mig_deallocate.c in Sources */, 847 C9D9BD43114B00600000D8B9 /* mig_reply_setup.c in Sources */, 848 24484A9411F61D2B00E10CD2 /* mig_reply_port.c in Sources */, 849 C9D9BD44114B00600000D8B9 /* mig_strncpy.c in Sources */, 850 C9D9BD45114B00600000D8B9 /* ms_thread_switch.c in Sources */, 851 C9D9BD47114B00600000D8B9 /* panic.c in Sources */, 852 C9D9BD48114B00600000D8B9 /* port_obj.c in Sources */, 853 C9D9BD4F114B00600000D8B9 /* semaphore.c in Sources */, 854 C9D9BD56114B00600000D8B9 /* slot_name.c in Sources */, 855 24484A7511F6178E00E10CD2 /* string.c in Sources */, 856 2485235511582D8F0051B413 /* mach_legacy.c in Sources */, 857 C9D9BD17114B00600000D8B9 /* vm_map_compat.c in Sources */, 858 242AB66611EBDC1200107336 /* errno.c in Sources */, 859 247A08C211F8BDC900E4693F /* _libkernel_init.c in Sources */, 860 24A7C5BC11FF8DA6007669EB /* accept.c in Sources */, 861 24A7C5BD11FF8DA6007669EB /* bind.c in Sources */, 862 24A7C5BF11FF8DA6007669EB /* getattrlist.c in Sources */, 863 24A7C5C011FF8DA6007669EB /* getpeername.c in Sources */, 864 24A7C5C111FF8DA6007669EB /* getsockname.c in Sources */, 865 24A7C5C211FF8DA6007669EB /* lchown.c in Sources */, 866 24A7C5C311FF8DA6007669EB /* listen.c in Sources */, 867 24A7C5C411FF8DA6007669EB /* recvfrom.c in Sources */, 868 24A7C5C511FF8DA6007669EB /* recvmsg.c in Sources */, 869 24A7C5C611FF8DA6007669EB /* sendmsg.c in Sources */, 870 24A7C5C711FF8DA6007669EB /* sendto.c in Sources */, 871 24A7C5C811FF8DA6007669EB /* setattrlist.c in Sources */, 872 24A7C5C911FF8DA6007669EB /* socketpair.c in Sources */, 873 2419382B12135FF6003CDE41 /* chmod.c in Sources */, 874 248BA01D121C56BF008C073F /* connect.c in Sources */, 875 248BA01F121C607E008C073F /* fchmod.c in Sources */, 876 248BA04F121C8F06008C073F /* fcntl.c in Sources */, 877 248BA05C121C9649008C073F /* fcntl-cancel.c in Sources */, 878 248BA069121D9E27008C073F /* getrlimit.c in Sources */, 879 248BA080121DA36B008C073F /* ioctl.c in Sources */, 880 248BA082121DA4F3008C073F /* kill.c in Sources */, 881 248BA085121DA5E4008C073F /* kill.c in Sources */, 882 248BA087121DA72D008C073F /* mmap.c in Sources */, 883 248BA089121DA8E0008C073F /* mprotect.c in Sources */, 884 248BA08B121DAC86008C073F /* msync.c in Sources */, 885 248BA08D121DB0E7008C073F /* munmap.c in Sources */, 886 248BA08F121DC545008C073F /* open.c in Sources */, 887 248BA093121DE369008C073F /* select.c in Sources */, 888 248BA095121DE565008C073F /* select-pre1050.c in Sources */, 889 248BA0B3121DE760008C073F /* select-cancel.c in Sources */, 890 248BA0BE121DE902008C073F /* select.c in Sources */, 891 248BA0CD121DEBEF008C073F /* setrlimit.c in Sources */, 892 24B223B0121DFD36007DAEDE /* sigsuspend.c in Sources */, 893 24B223B2121DFE6D007DAEDE /* sigsuspend-cancel.c in Sources */, 894 24B223B5121DFF29007DAEDE /* sigsuspend.c in Sources */, 895 248AA963122C7B2A0085F5B1 /* unlink.c in Sources */, 896 248AA965122C7C330085F5B1 /* rmdir.c in Sources */, 897 248AA967122C7CDA0085F5B1 /* rename.c in Sources */, 898 24B8C2621237F53900D36CC3 /* remove-counter.c in Sources */, 899 C99A4F501305B2BD0054B7B7 /* __get_cpu_capabilities.s in Sources */, 900 C99A4F531305B43F0054B7B7 /* init_cpu_capabilities.c in Sources */, 901 ); 902 runOnlyForDeploymentPostprocessing = 0; 903 }; 904/* End PBXSourcesBuildPhase section */ 905 906/* Begin PBXTargetDependency section */ 907 242AB67911ED03ED00107336 /* PBXTargetDependency */ = { 908 isa = PBXTargetDependency; 909 target = 24614EF311E7C98600E78584 /* Syscalls */; 910 targetProxy = 242AB67811ED03ED00107336 /* PBXContainerItemProxy */; 911 }; 912 249C610A1194750700ED73F3 /* PBXTargetDependency */ = { 913 isa = PBXTargetDependency; 914 target = D2AAC0620554660B00DB518D /* Libmach */; 915 targetProxy = 249C61091194750700ED73F3 /* PBXContainerItemProxy */; 916 }; 917 249C61151194756A00ED73F3 /* PBXTargetDependency */ = { 918 isa = PBXTargetDependency; 919 target = 249C60FE1194747600ED73F3 /* Libmach Dynamic */; 920 targetProxy = 249C61141194756A00ED73F3 /* PBXContainerItemProxy */; 921 }; 922/* End PBXTargetDependency section */ 923 924/* Begin XCBuildConfiguration section */ 925 1DEB914C08733D8E0010E9CD /* Release */ = { 926 isa = XCBuildConfiguration; 927 baseConfigurationReference = C9D9BE0F114FFADC0000D8B9 /* Libsyscall.xcconfig */; 928 buildSettings = { 929 COPY_PHASE_STRIP = NO; 930 INSTALL_PATH = /usr/local/lib/dyld; 931 "INSTALL_PATH[sdk=iphoneos*]" = /usr/local/lib/dyld; 932 "INSTALL_PATH[sdk=iphonesimulator*]" = "$(SDKROOT)/usr/local/lib/dyld"; 933 "INSTALL_PATH[sdk=macosx*]" = /usr/local/lib/dyld; 934 }; 935 name = Release; 936 }; 937 1DEB915008733D8E0010E9CD /* Release */ = { 938 isa = XCBuildConfiguration; 939 buildSettings = { 940 GCC_C_LANGUAGE_STANDARD = gnu99; 941 GCC_WARN_ABOUT_RETURN_TYPE = YES; 942 GCC_WARN_UNUSED_VARIABLE = YES; 943 PREBINDING = NO; 944 }; 945 name = Release; 946 }; 947 24614EF411E7C98600E78584 /* Release */ = { 948 isa = XCBuildConfiguration; 949 buildSettings = { 950 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; 951 COPY_PHASE_STRIP = YES; 952 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 953 GCC_ENABLE_FIX_AND_CONTINUE = NO; 954 MAP_PLATFORM = "$(MAP_PLATFORM_$(PLATFORM_NAME))"; 955 MAP_PLATFORM_iphoneos = iPhoneOS; 956 MAP_PLATFORM_macosx = MacOSX; 957 PRODUCT_NAME = Syscalls; 958 ZERO_LINK = NO; 959 }; 960 name = Release; 961 }; 962 249C61001194747600ED73F3 /* Release */ = { 963 isa = XCBuildConfiguration; 964 baseConfigurationReference = C9D9BE0F114FFADC0000D8B9 /* Libsyscall.xcconfig */; 965 buildSettings = { 966 OTHER_LDFLAGS = ( 967 "-umbrella", 968 System, 969 "-all_load", 970 ); 971 VERSION_INFO_PREFIX = "___"; 972 }; 973 name = Release; 974 }; 975 249C61111194755E00ED73F3 /* Release */ = { 976 isa = XCBuildConfiguration; 977 baseConfigurationReference = C9D9BE0F114FFADC0000D8B9 /* Libsyscall.xcconfig */; 978 buildSettings = { 979 PRODUCT_NAME = Build; 980 }; 981 name = Release; 982 }; 983/* End XCBuildConfiguration section */ 984 985/* Begin XCConfigurationList section */ 986 1DEB914A08733D8E0010E9CD /* Build configuration list for PBXNativeTarget "Libmach" */ = { 987 isa = XCConfigurationList; 988 buildConfigurations = ( 989 1DEB914C08733D8E0010E9CD /* Release */, 990 ); 991 defaultConfigurationIsVisible = 0; 992 defaultConfigurationName = Release; 993 }; 994 1DEB914E08733D8E0010E9CD /* Build configuration list for PBXProject "Libsyscall" */ = { 995 isa = XCConfigurationList; 996 buildConfigurations = ( 997 1DEB915008733D8E0010E9CD /* Release */, 998 ); 999 defaultConfigurationIsVisible = 0; 1000 defaultConfigurationName = Release; 1001 }; 1002 24614EFD11E7C9B900E78584 /* Build configuration list for PBXAggregateTarget "Syscalls" */ = { 1003 isa = XCConfigurationList; 1004 buildConfigurations = ( 1005 24614EF411E7C98600E78584 /* Release */, 1006 ); 1007 defaultConfigurationIsVisible = 0; 1008 defaultConfigurationName = Release; 1009 }; 1010 249C6102119474D700ED73F3 /* Build configuration list for PBXNativeTarget "Libmach Dynamic" */ = { 1011 isa = XCConfigurationList; 1012 buildConfigurations = ( 1013 249C61001194747600ED73F3 /* Release */, 1014 ); 1015 defaultConfigurationIsVisible = 0; 1016 defaultConfigurationName = Release; 1017 }; 1018 249C61191194756B00ED73F3 /* Build configuration list for PBXAggregateTarget "Build" */ = { 1019 isa = XCConfigurationList; 1020 buildConfigurations = ( 1021 249C61111194755E00ED73F3 /* Release */, 1022 ); 1023 defaultConfigurationIsVisible = 0; 1024 defaultConfigurationName = Release; 1025 }; 1026/* End XCConfigurationList section */ 1027 }; 1028 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; 1029} 1030