1// !$*UTF8*$!
2{
3	archiveVersion = 1;
4	classes = {
5	};
6	objectVersion = 46;
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		BA4414A1183366E600AAE813 /* MIG headers */ = {
34			isa = PBXAggregateTarget;
35			buildConfigurationList = BA4414A2183366E700AAE813 /* Build configuration list for PBXAggregateTarget "MIG headers" */;
36			buildPhases = (
37				BA4414A41833672200AAE813 /* Generate MIG Headers */,
38			);
39			dependencies = (
40			);
41			name = "MIG headers";
42			productName = "MIG headers";
43		};
44/* End PBXAggregateTarget section */
45
46/* Begin PBXBuildFile section */
47		030B179B135377B400DAD1F0 /* open_dprotected_np.c in Sources */ = {isa = PBXBuildFile; fileRef = 030B179A135377B400DAD1F0 /* open_dprotected_np.c */; };
48		240BAC4C1214770F000A1719 /* memcpy.c in Sources */ = {isa = PBXBuildFile; fileRef = 24B028D511FF4FBB00CA64A9 /* memcpy.c */; };
49		2419382B12135FF6003CDE41 /* chmod.c in Sources */ = {isa = PBXBuildFile; fileRef = 2419382A12135FF6003CDE41 /* chmod.c */; };
50		242AB66611EBDC1200107336 /* errno.c in Sources */ = {isa = PBXBuildFile; fileRef = 242AB66511EBDC1200107336 /* errno.c */; };
51		24484A7511F6178E00E10CD2 /* string.c in Sources */ = {isa = PBXBuildFile; fileRef = 24484A7411F51E9800E10CD2 /* string.c */; };
52		24484A9411F61D2B00E10CD2 /* mig_reply_port.c in Sources */ = {isa = PBXBuildFile; fileRef = 24484A9311F61D1900E10CD2 /* mig_reply_port.c */; };
53		24614F0411E7CB5B00E78584 /* syscalls.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 24614F0311E7CB5B00E78584 /* syscalls.a */; };
54		247A08C211F8BDC900E4693F /* _libkernel_init.c in Sources */ = {isa = PBXBuildFile; fileRef = 247A08B311F8B05900E4693F /* _libkernel_init.c */; };
55		247A090011F8E18000E4693F /* abort.h in Headers */ = {isa = PBXBuildFile; fileRef = 247A08FF11F8E18000E4693F /* abort.h */; };
56		247A091711F8E7A800E4693F /* exc_catcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 247A091611F8E7A800E4693F /* exc_catcher.h */; };
57		2485235511582D8F0051B413 /* mach_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = 2485235411582D8F0051B413 /* mach_legacy.c */; };
58		248AA963122C7B2A0085F5B1 /* unlink.c in Sources */ = {isa = PBXBuildFile; fileRef = 248AA962122C7B2A0085F5B1 /* unlink.c */; };
59		248AA965122C7C330085F5B1 /* rmdir.c in Sources */ = {isa = PBXBuildFile; fileRef = 248AA964122C7C330085F5B1 /* rmdir.c */; };
60		248AA967122C7CDA0085F5B1 /* rename.c in Sources */ = {isa = PBXBuildFile; fileRef = 248AA966122C7CDA0085F5B1 /* rename.c */; };
61		248BA01D121C56BF008C073F /* connect.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA01C121C56BF008C073F /* connect.c */; };
62		248BA01F121C607E008C073F /* fchmod.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA01E121C607E008C073F /* fchmod.c */; };
63		248BA04F121C8F06008C073F /* fcntl.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA04E121C8F06008C073F /* fcntl.c */; };
64		248BA05C121C9649008C073F /* fcntl-cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA051121C8FE2008C073F /* fcntl-cancel.c */; };
65		248BA069121D9E27008C073F /* getrlimit.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA068121D9E27008C073F /* getrlimit.c */; };
66		248BA080121DA36B008C073F /* ioctl.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA07F121DA36B008C073F /* ioctl.c */; };
67		248BA082121DA4F3008C073F /* kill.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA081121DA4F3008C073F /* kill.c */; };
68		248BA085121DA5E4008C073F /* kill.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA084121DA5E4008C073F /* kill.c */; };
69		248BA087121DA72D008C073F /* mmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA086121DA72D008C073F /* mmap.c */; };
70		248BA089121DA8E0008C073F /* mprotect.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA088121DA8E0008C073F /* mprotect.c */; };
71		248BA08B121DAC86008C073F /* msync.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA08A121DAC86008C073F /* msync.c */; };
72		248BA08D121DB0E7008C073F /* munmap.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA08C121DB0E7008C073F /* munmap.c */; };
73		248BA08F121DC545008C073F /* open.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA08E121DC545008C073F /* open.c */; };
74		248BA093121DE369008C073F /* select.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA092121DE369008C073F /* select.c */; };
75		248BA095121DE565008C073F /* select-pre1050.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA094121DE565008C073F /* select-pre1050.c */; };
76		248BA0B3121DE760008C073F /* select-cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA0B2121DE760008C073F /* select-cancel.c */; };
77		248BA0BE121DE902008C073F /* select.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA0BC121DE902008C073F /* select.c */; };
78		248BA0CD121DEBEF008C073F /* setrlimit.c in Sources */ = {isa = PBXBuildFile; fileRef = 248BA0CC121DEBEF008C073F /* setrlimit.c */; };
79		249C610B1194750E00ED73F3 /* libsystem_kernel.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D2AAC0630554660B00DB518D /* libsystem_kernel.a */; };
80		249C612F1194828600ED73F3 /* dylib_link.c in Sources */ = {isa = PBXBuildFile; fileRef = 249C612C1194827D00ED73F3 /* dylib_link.c */; };
81		24A7C5BC11FF8DA6007669EB /* accept.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5AE11FF8DA6007669EB /* accept.c */; };
82		24A7C5BD11FF8DA6007669EB /* bind.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5AF11FF8DA6007669EB /* bind.c */; };
83		24A7C5BF11FF8DA6007669EB /* getattrlist.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B111FF8DA6007669EB /* getattrlist.c */; };
84		24A7C5C011FF8DA6007669EB /* getpeername.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B211FF8DA6007669EB /* getpeername.c */; };
85		24A7C5C111FF8DA6007669EB /* getsockname.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B311FF8DA6007669EB /* getsockname.c */; };
86		24A7C5C211FF8DA6007669EB /* lchown.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B411FF8DA6007669EB /* lchown.c */; };
87		24A7C5C311FF8DA6007669EB /* listen.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B511FF8DA6007669EB /* listen.c */; };
88		24A7C5C411FF8DA6007669EB /* recvfrom.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B611FF8DA6007669EB /* recvfrom.c */; };
89		24A7C5C511FF8DA6007669EB /* recvmsg.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B711FF8DA6007669EB /* recvmsg.c */; };
90		24A7C5C611FF8DA6007669EB /* sendmsg.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B811FF8DA6007669EB /* sendmsg.c */; };
91		24A7C5C711FF8DA6007669EB /* sendto.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5B911FF8DA6007669EB /* sendto.c */; };
92		24A7C5C811FF8DA6007669EB /* setattrlist.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5BA11FF8DA6007669EB /* setattrlist.c */; };
93		24A7C5C911FF8DA6007669EB /* socketpair.c in Sources */ = {isa = PBXBuildFile; fileRef = 24A7C5BB11FF8DA6007669EB /* socketpair.c */; };
94		24B028F511FF5C3500CA64A9 /* _libkernel_init.h in Headers */ = {isa = PBXBuildFile; fileRef = 247A08B211F8B05900E4693F /* _libkernel_init.h */; settings = {ATTRIBUTES = (Private, ); }; };
95		24B223B0121DFD36007DAEDE /* sigsuspend.c in Sources */ = {isa = PBXBuildFile; fileRef = 24B223AF121DFD36007DAEDE /* sigsuspend.c */; };
96		24B223B2121DFE6D007DAEDE /* sigsuspend-cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = 24B223B1121DFE6D007DAEDE /* sigsuspend-cancel.c */; };
97		24B223B5121DFF29007DAEDE /* sigsuspend.c in Sources */ = {isa = PBXBuildFile; fileRef = 24B223B4121DFF29007DAEDE /* sigsuspend.c */; };
98		24B8C2621237F53900D36CC3 /* remove-counter.c in Sources */ = {isa = PBXBuildFile; fileRef = 24B8C2611237F53900D36CC3 /* remove-counter.c */; };
99		24D1158311E671B20063D54D /* SYS.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D1157411E671B20063D54D /* SYS.h */; };
100		24E4782712088267009A384D /* _libc_funcptr.c in Sources */ = {isa = PBXBuildFile; fileRef = 24E47824120881DF009A384D /* _libc_funcptr.c */; };
101		291D3C281354FDD100D46061 /* mach_port.c in Sources */ = {isa = PBXBuildFile; fileRef = 291D3C261354FDD100D46061 /* mach_port.c */; };
102		291D3C291354FDD100D46061 /* mach_vm.c in Sources */ = {isa = PBXBuildFile; fileRef = 291D3C271354FDD100D46061 /* mach_vm.c */; };
103		29A59AE2183B0DE000E8B896 /* renameat.c in Sources */ = {isa = PBXBuildFile; fileRef = 29A59AE1183B0DE000E8B896 /* renameat.c */; };
104		29A59AE6183B110C00E8B896 /* unlinkat.c in Sources */ = {isa = PBXBuildFile; fileRef = 29A59AE5183B110C00E8B896 /* unlinkat.c */; };
105		2BA88DCC1810A3CE00EB63F6 /* coalition.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BA88DCB1810A3CE00EB63F6 /* coalition.c */; };
106		374A36E314748F1300AAF39D /* varargs_wrappers.s in Sources */ = {isa = PBXBuildFile; fileRef = 374A36E214748EE400AAF39D /* varargs_wrappers.s */; };
107		467DAFD4157E8AF200CE68F0 /* guarded_open_np.c in Sources */ = {isa = PBXBuildFile; fileRef = 467DAFD3157E8AF200CE68F0 /* guarded_open_np.c */; };
108		4BDD5F1D1891AB2F004BF300 /* mach_approximate_time.c in Sources */ = {isa = PBXBuildFile; fileRef = 4BDD5F1B1891AB2F004BF300 /* mach_approximate_time.c */; };
109		4BDD5F1E1891AB2F004BF300 /* mach_approximate_time.s in Sources */ = {isa = PBXBuildFile; fileRef = 4BDD5F1C1891AB2F004BF300 /* mach_approximate_time.s */; };
110		729B7D0A15C8938C000E2501 /* carbon_delete.c in Sources */ = {isa = PBXBuildFile; fileRef = FB50F1B315AB7DE700F814BA /* carbon_delete.c */; };
111		72B1E6ED190723DB00FB3FA2 /* guarded_open_dprotected_np.c in Sources */ = {isa = PBXBuildFile; fileRef = 72B1E6EC190723DB00FB3FA2 /* guarded_open_dprotected_np.c */; };
112		74119F46188F3B6A00C6F48F /* vm_page_size.h in Headers */ = {isa = PBXBuildFile; fileRef = 7466C923170CB99B004557CC /* vm_page_size.h */; };
113		7466C924170CBA53004557CC /* vm_page_size.h in Headers */ = {isa = PBXBuildFile; fileRef = 7466C923170CB99B004557CC /* vm_page_size.h */; };
114		746C7FEA18E48791008639D7 /* vm_page_size.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7466C923170CB99B004557CC /* vm_page_size.h */; };
115		74F3290B18EB269400B2B70E /* vm_page_size.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7466C923170CB99B004557CC /* vm_page_size.h */; };
116		7AE28FDF18AC41B1006A5626 /* csr.c in Sources */ = {isa = PBXBuildFile; fileRef = 7AE28FDE18AC41B1006A5626 /* csr.c */; };
117		9002401118FC9A7F00D73BFA /* rename_ext.c in Sources */ = {isa = PBXBuildFile; fileRef = 906AA2D018F74CD1001C681A /* rename_ext.c */; };
118		A59CB95616669EFB00B064B3 /* stack_logging_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = A59CB95516669DB700B064B3 /* stack_logging_internal.h */; };
119		A59CB9581666A1A200B064B3 /* munmap.c in Sources */ = {isa = PBXBuildFile; fileRef = A59CB9571666A1A200B064B3 /* munmap.c */; };
120		BA4414AA18336A5F00AAE813 /* mach in CopyFiles */ = {isa = PBXBuildFile; fileRef = BA4414A51833697C00AAE813 /* mach */; };
121		BA4414AB18336A6400AAE813 /* servers in CopyFiles */ = {isa = PBXBuildFile; fileRef = BA4414A6183369A100AAE813 /* servers */; };
122		BA4414AD18336A9300AAE813 /* mach in CopyFiles */ = {isa = PBXBuildFile; fileRef = BA4414A7183369C100AAE813 /* mach */; };
123		BA4414B518336E3600AAE813 /* mach in Copy Files */ = {isa = PBXBuildFile; fileRef = BA4414A51833697C00AAE813 /* mach */; };
124		BA4414B618336E3A00AAE813 /* servers in Copy Files */ = {isa = PBXBuildFile; fileRef = BA4414A6183369A100AAE813 /* servers */; };
125		BA4414B818336E6F00AAE813 /* mach in CopyFiles */ = {isa = PBXBuildFile; fileRef = BA4414A7183369C100AAE813 /* mach */; };
126		C639F0E51741C25800A39F47 /* gethostuuid.h in Headers */ = {isa = PBXBuildFile; fileRef = C639F0E41741C09A00A39F47 /* gethostuuid.h */; settings = {ATTRIBUTES = (Public, ); }; };
127		C6460B7C182025DF00F73CCA /* sfi.c in Sources */ = {isa = PBXBuildFile; fileRef = C6460B7B182025DF00F73CCA /* sfi.c */; };
128		C6AB38DB174202C10036DD9F /* gethostuuid.h in Headers */ = {isa = PBXBuildFile; fileRef = C639F0E41741C09A00A39F47 /* gethostuuid.h */; settings = {ATTRIBUTES = (Public, ); }; };
129		C6BEE9181806840200D25AAB /* posix_sem_obsolete.c in Sources */ = {isa = PBXBuildFile; fileRef = C6BEE9171806840200D25AAB /* posix_sem_obsolete.c */; };
130		C6C40122174155E3000AE69F /* gethostuuid_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C6C40121174154D9000AE69F /* gethostuuid_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
131		C6C4012317415637000AE69F /* gethostuuid.c in Sources */ = {isa = PBXBuildFile; fileRef = C6C4012017415384000AE69F /* gethostuuid.c */; };
132		C6C401241741566D000AE69F /* gethostuuid_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C6C40121174154D9000AE69F /* gethostuuid_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
133		C6D3EFB616542C510052CF30 /* errorlib.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCD1114B00600000D8B9 /* errorlib.h */; };
134		C6D3EFB716542C510052CF30 /* externs.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCD6114B00600000D8B9 /* externs.h */; };
135		C6D3EFB816542C510052CF30 /* errorlib.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCD9114B00600000D8B9 /* errorlib.h */; };
136		C6D3EFB916542C510052CF30 /* mach.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCDA114B00600000D8B9 /* mach.h */; };
137		C6D3EFBA16542C510052CF30 /* mach_error.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCDB114B00600000D8B9 /* mach_error.h */; };
138		C6D3EFBB16542C510052CF30 /* mach_init.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCDC114B00600000D8B9 /* mach_init.h */; };
139		C6D3EFBC16542C510052CF30 /* mach_interface.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCDD114B00600000D8B9 /* mach_interface.h */; };
140		C6D3EFBD16542C510052CF30 /* port_obj.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCDF114B00600000D8B9 /* port_obj.h */; };
141		C6D3EFBE16542C510052CF30 /* sync.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCE0114B00600000D8B9 /* sync.h */; };
142		C6D3EFC116542C510052CF30 /* vm_task.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCE3114B00600000D8B9 /* vm_task.h */; };
143		C6D3EFC216542C510052CF30 /* key_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BD08114B00600000D8B9 /* key_defs.h */; };
144		C6D3EFC316542C510052CF30 /* ls_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BD09114B00600000D8B9 /* ls_defs.h */; };
145		C6D3EFC416542C510052CF30 /* netname_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BD0C114B00600000D8B9 /* netname_defs.h */; };
146		C6D3EFC516542C510052CF30 /* nm_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BD0D114B00600000D8B9 /* nm_defs.h */; };
147		C6D3EFC616542C510052CF30 /* SYS.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D1157411E671B20063D54D /* SYS.h */; };
148		C6D3EFC716542C510052CF30 /* abort.h in Headers */ = {isa = PBXBuildFile; fileRef = 247A08FF11F8E18000E4693F /* abort.h */; };
149		C6D3EFC816542C510052CF30 /* exc_catcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 247A091611F8E7A800E4693F /* exc_catcher.h */; };
150		C6D3EFC916542C510052CF30 /* _libkernel_init.h in Headers */ = {isa = PBXBuildFile; fileRef = 247A08B211F8B05900E4693F /* _libkernel_init.h */; settings = {ATTRIBUTES = (Private, ); }; };
151		C6D3F03016542C980052CF30 /* dummy.c in Sources */ = {isa = PBXBuildFile; fileRef = C6D3F02F16542C980052CF30 /* dummy.c */; };
152		C962B16C18DBA2C80031244A /* setpriority.c in Sources */ = {isa = PBXBuildFile; fileRef = C962B16B18DBA2C80031244A /* setpriority.c */; };
153		C962B16E18DBB43F0031244A /* thread_act.c in Sources */ = {isa = PBXBuildFile; fileRef = C962B16D18DBB43F0031244A /* thread_act.c */; };
154		C99A4F501305B2BD0054B7B7 /* __get_cpu_capabilities.s in Sources */ = {isa = PBXBuildFile; fileRef = C99A4F4E1305B1B70054B7B7 /* __get_cpu_capabilities.s */; };
155		C99A4F531305B43F0054B7B7 /* init_cpu_capabilities.c in Sources */ = {isa = PBXBuildFile; fileRef = C99A4F511305B43F0054B7B7 /* init_cpu_capabilities.c */; };
156		C9A3D6EB1672AD1000A5CAA3 /* tsd.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = C9EE57F51669673D00337E4B /* tsd.h */; };
157		C9B6A5ED153795DE00749EBA /* alloc_once.c in Sources */ = {isa = PBXBuildFile; fileRef = C9C1824F15338C0B00933F23 /* alloc_once.c */; };
158		C9D9BD19114B00600000D8B9 /* clock_priv.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCC5114B00600000D8B9 /* clock_priv.defs */; };
159		C9D9BD1A114B00600000D8B9 /* clock_reply.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCC6114B00600000D8B9 /* clock_reply.defs */; };
160		C9D9BD1B114B00600000D8B9 /* clock_sleep.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCC7114B00600000D8B9 /* clock_sleep.c */; };
161		C9D9BD1C114B00600000D8B9 /* clock.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCC8114B00600000D8B9 /* clock.defs */; };
162		C9D9BD1D114B00600000D8B9 /* error_codes.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCD0114B00600000D8B9 /* error_codes.c */; };
163		C9D9BD1E114B00600000D8B9 /* errorlib.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCD1114B00600000D8B9 /* errorlib.h */; };
164		C9D9BD1F114B00600000D8B9 /* exc_catcher_state_identity.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCD2114B00600000D8B9 /* exc_catcher_state_identity.c */; };
165		C9D9BD20114B00600000D8B9 /* exc_catcher_state.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCD3114B00600000D8B9 /* exc_catcher_state.c */; };
166		C9D9BD21114B00600000D8B9 /* exc_catcher.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCD4114B00600000D8B9 /* exc_catcher.c */; };
167		C9D9BD22114B00600000D8B9 /* exc.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCD5114B00600000D8B9 /* exc.defs */; settings = {ATTRIBUTES = (Client, Server, ); }; };
168		C9D9BD23114B00600000D8B9 /* externs.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCD6114B00600000D8B9 /* externs.h */; };
169		C9D9BD24114B00600000D8B9 /* fprintf_stderr.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCD7114B00600000D8B9 /* fprintf_stderr.c */; };
170		C9D9BD25114B00600000D8B9 /* errorlib.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCD9114B00600000D8B9 /* errorlib.h */; };
171		C9D9BD26114B00600000D8B9 /* mach.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCDA114B00600000D8B9 /* mach.h */; };
172		C9D9BD27114B00600000D8B9 /* mach_error.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCDB114B00600000D8B9 /* mach_error.h */; };
173		C9D9BD28114B00600000D8B9 /* mach_init.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCDC114B00600000D8B9 /* mach_init.h */; };
174		C9D9BD29114B00600000D8B9 /* mach_interface.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCDD114B00600000D8B9 /* mach_interface.h */; };
175		C9D9BD2B114B00600000D8B9 /* port_obj.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCDF114B00600000D8B9 /* port_obj.h */; };
176		C9D9BD2C114B00600000D8B9 /* sync.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCE0114B00600000D8B9 /* sync.h */; };
177		C9D9BD2F114B00600000D8B9 /* vm_task.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BCE3114B00600000D8B9 /* vm_task.h */; };
178		C9D9BD30114B00600000D8B9 /* host_priv.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCE4114B00600000D8B9 /* host_priv.defs */; };
179		C9D9BD31114B00600000D8B9 /* host_security.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCE5114B00600000D8B9 /* host_security.defs */; };
180		C9D9BD35114B00600000D8B9 /* lock_set.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCEA114B00600000D8B9 /* lock_set.defs */; };
181		C9D9BD36114B00600000D8B9 /* mach_error_string.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCEB114B00600000D8B9 /* mach_error_string.c */; };
182		C9D9BD37114B00600000D8B9 /* mach_error.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCEC114B00600000D8B9 /* mach_error.c */; };
183		C9D9BD38114B00600000D8B9 /* mach_host.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCED114B00600000D8B9 /* mach_host.defs */; };
184		C9D9BD3B114B00600000D8B9 /* mach_init.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF0114B00600000D8B9 /* mach_init.c */; };
185		C9D9BD3C114B00600000D8B9 /* mach_msg.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF1114B00600000D8B9 /* mach_msg.c */; };
186		C9D9BD3D114B00600000D8B9 /* mach_port.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF2114B00600000D8B9 /* mach_port.defs */; };
187		C9D9BD3E114B00600000D8B9 /* mach_traps.s in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF3114B00600000D8B9 /* mach_traps.s */; };
188		C9D9BD3F114B00600000D8B9 /* mach_vm.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF4114B00600000D8B9 /* mach_vm.defs */; };
189		C9D9BD41114B00600000D8B9 /* mig_allocate.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF6114B00600000D8B9 /* mig_allocate.c */; };
190		C9D9BD42114B00600000D8B9 /* mig_deallocate.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF7114B00600000D8B9 /* mig_deallocate.c */; };
191		C9D9BD43114B00600000D8B9 /* mig_reply_setup.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF8114B00600000D8B9 /* mig_reply_setup.c */; };
192		C9D9BD44114B00600000D8B9 /* mig_strncpy.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCF9114B00600000D8B9 /* mig_strncpy.c */; };
193		C9D9BD45114B00600000D8B9 /* ms_thread_switch.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCFA114B00600000D8B9 /* ms_thread_switch.c */; };
194		C9D9BD46114B00600000D8B9 /* notify.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCFB114B00600000D8B9 /* notify.defs */; };
195		C9D9BD47114B00600000D8B9 /* panic.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCFC114B00600000D8B9 /* panic.c */; };
196		C9D9BD48114B00600000D8B9 /* port_obj.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCFD114B00600000D8B9 /* port_obj.c */; };
197		C9D9BD4C114B00600000D8B9 /* processor_set.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD03114B00600000D8B9 /* processor_set.defs */; };
198		C9D9BD4D114B00600000D8B9 /* processor.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD04114B00600000D8B9 /* processor.defs */; };
199		C9D9BD4F114B00600000D8B9 /* semaphore.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD06114B00600000D8B9 /* semaphore.c */; };
200		C9D9BD50114B00600000D8B9 /* key_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BD08114B00600000D8B9 /* key_defs.h */; };
201		C9D9BD51114B00600000D8B9 /* ls_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BD09114B00600000D8B9 /* ls_defs.h */; };
202		C9D9BD53114B00600000D8B9 /* netname.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD0B114B00600000D8B9 /* netname.defs */; };
203		C9D9BD54114B00600000D8B9 /* netname_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BD0C114B00600000D8B9 /* netname_defs.h */; };
204		C9D9BD55114B00600000D8B9 /* nm_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D9BD0D114B00600000D8B9 /* nm_defs.h */; };
205		C9D9BD56114B00600000D8B9 /* slot_name.c in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD0E114B00600000D8B9 /* slot_name.c */; };
206		C9D9BD57114B00600000D8B9 /* task.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD0F114B00600000D8B9 /* task.defs */; };
207		C9D9BD58114B00600000D8B9 /* thread_act.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD10114B00600000D8B9 /* thread_act.defs */; };
208		C9D9BD59114B00600000D8B9 /* vm_map.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD11114B00600000D8B9 /* vm_map.defs */; };
209		C9FD8508166D6BD400963B73 /* tsd.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = C9EE57F51669673D00337E4B /* tsd.h */; };
210		E4216C311822D404006F2632 /* mach_voucher.defs in Sources */ = {isa = PBXBuildFile; fileRef = E4216C301822D404006F2632 /* mach_voucher.defs */; };
211		E453AF351700FD3C00F2C94C /* getiopolicy_np.c in Sources */ = {isa = PBXBuildFile; fileRef = E453AF341700FD3C00F2C94C /* getiopolicy_np.c */; };
212		E453AF3617013CBF00F2C94C /* libproc.h in Headers */ = {isa = PBXBuildFile; fileRef = E4D45C2B16F868ED0002AF25 /* libproc.h */; settings = {ATTRIBUTES = (Public, ); }; };
213		E453AF3717013CC200F2C94C /* libproc_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E4D45C2C16F868ED0002AF25 /* libproc_internal.h */; settings = {ATTRIBUTES = (Private, ); }; };
214		E453AF3817013F1400F2C94C /* spawn.h in Headers */ = {isa = PBXBuildFile; fileRef = E4D45C3D16FB20970002AF25 /* spawn.h */; settings = {ATTRIBUTES = (Public, ); }; };
215		E453AF3917013F1B00F2C94C /* spawn_private.h in Headers */ = {isa = PBXBuildFile; fileRef = E4D45C3E16FB20970002AF25 /* spawn_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
216		E453AF3A17013F4C00F2C94C /* stack_logging_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = A59CB95516669DB700B064B3 /* stack_logging_internal.h */; };
217		E4D45C2416F856900002AF25 /* __commpage_gettimeofday.c in Sources */ = {isa = PBXBuildFile; fileRef = E4D45C2116F856900002AF25 /* __commpage_gettimeofday.c */; };
218		E4D45C2516F856900002AF25 /* __commpage_gettimeofday.s in Sources */ = {isa = PBXBuildFile; fileRef = E4D45C2216F856900002AF25 /* __commpage_gettimeofday.s */; };
219		E4D45C2616F856900002AF25 /* mach_absolute_time.s in Sources */ = {isa = PBXBuildFile; fileRef = E4D45C2316F856900002AF25 /* mach_absolute_time.s */; };
220		E4D45C2E16F868ED0002AF25 /* libproc.c in Sources */ = {isa = PBXBuildFile; fileRef = E4D45C2A16F868ED0002AF25 /* libproc.c */; };
221		E4D45C2F16F868ED0002AF25 /* libproc.h in Headers */ = {isa = PBXBuildFile; fileRef = E4D45C2B16F868ED0002AF25 /* libproc.h */; settings = {ATTRIBUTES = (Public, ); }; };
222		E4D45C3016F868ED0002AF25 /* libproc_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E4D45C2C16F868ED0002AF25 /* libproc_internal.h */; settings = {ATTRIBUTES = (Private, ); }; };
223		E4D45C3116F868ED0002AF25 /* proc_listpidspath.c in Sources */ = {isa = PBXBuildFile; fileRef = E4D45C2D16F868ED0002AF25 /* proc_listpidspath.c */; };
224		E4D45C3616F86BD80002AF25 /* posix_spawn.c in Sources */ = {isa = PBXBuildFile; fileRef = E4D45C3316F86BD80002AF25 /* posix_spawn.c */; };
225		E4D45C3F16FB20D30002AF25 /* spawn.h in Headers */ = {isa = PBXBuildFile; fileRef = E4D45C3D16FB20970002AF25 /* spawn.h */; settings = {ATTRIBUTES = (Public, ); }; };
226		E4D45C4016FB20DC0002AF25 /* spawn_private.h in Headers */ = {isa = PBXBuildFile; fileRef = E4D45C3E16FB20970002AF25 /* spawn_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
227		E4D7E55C16F8776300F92D8D /* index.c in Sources */ = {isa = PBXBuildFile; fileRef = E4D7E55316F8776300F92D8D /* index.c */; };
228		E4D7E55E16F8776300F92D8D /* memset.c in Sources */ = {isa = PBXBuildFile; fileRef = E4D7E55516F8776300F92D8D /* memset.c */; };
229		E4D7E55F16F8776300F92D8D /* strcmp.c in Sources */ = {isa = PBXBuildFile; fileRef = E4D7E55616F8776300F92D8D /* strcmp.c */; };
230		E4D7E56016F8776300F92D8D /* strcpy.c in Sources */ = {isa = PBXBuildFile; fileRef = E4D7E55716F8776300F92D8D /* strcpy.c */; };
231		E4D7E56116F8776300F92D8D /* strlcpy.c in Sources */ = {isa = PBXBuildFile; fileRef = E4D7E55916F8776300F92D8D /* strlcpy.c */; };
232		E4D7E56216F8776300F92D8D /* strlen.c in Sources */ = {isa = PBXBuildFile; fileRef = E4D7E55A16F8776300F92D8D /* strlen.c */; };
233		E4D7E56316F8776300F92D8D /* strsep.c in Sources */ = {isa = PBXBuildFile; fileRef = E4D7E55B16F8776300F92D8D /* strsep.c */; };
234		EE3F605A149A6D66003BAEBA /* getaudit.c in Sources */ = {isa = PBXBuildFile; fileRef = EE3F6059149A6D66003BAEBA /* getaudit.c */; };
235/* End PBXBuildFile section */
236
237/* Begin PBXContainerItemProxy section */
238		242AB67811ED03ED00107336 /* PBXContainerItemProxy */ = {
239			isa = PBXContainerItemProxy;
240			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
241			proxyType = 1;
242			remoteGlobalIDString = 24614EF311E7C98600E78584;
243			remoteInfo = Syscalls;
244		};
245		249C61091194750700ED73F3 /* PBXContainerItemProxy */ = {
246			isa = PBXContainerItemProxy;
247			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
248			proxyType = 1;
249			remoteGlobalIDString = D2AAC0620554660B00DB518D;
250			remoteInfo = "Libmach Static";
251		};
252		249C61141194756A00ED73F3 /* PBXContainerItemProxy */ = {
253			isa = PBXContainerItemProxy;
254			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
255			proxyType = 1;
256			remoteGlobalIDString = 249C60FE1194747600ED73F3;
257			remoteInfo = Libmach;
258		};
259		BA4414AE18336AF300AAE813 /* PBXContainerItemProxy */ = {
260			isa = PBXContainerItemProxy;
261			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
262			proxyType = 1;
263			remoteGlobalIDString = BA4414A1183366E600AAE813;
264			remoteInfo = "MIG headers";
265		};
266		BA4414B218336D8D00AAE813 /* PBXContainerItemProxy */ = {
267			isa = PBXContainerItemProxy;
268			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
269			proxyType = 1;
270			remoteGlobalIDString = BA4414A1183366E600AAE813;
271			remoteInfo = "MIG headers";
272		};
273/* End PBXContainerItemProxy section */
274
275/* Begin PBXCopyFilesBuildPhase section */
276		BA4414A818336A1300AAE813 /* CopyFiles */ = {
277			isa = PBXCopyFilesBuildPhase;
278			buildActionMask = 8;
279			dstPath = "$(PUBLIC_HEADERS_FOLDER_PATH)";
280			dstSubfolderSpec = 0;
281			files = (
282				BA4414AA18336A5F00AAE813 /* mach in CopyFiles */,
283				BA4414AB18336A6400AAE813 /* servers in CopyFiles */,
284			);
285			runOnlyForDeploymentPostprocessing = 1;
286		};
287		BA4414AC18336A7700AAE813 /* CopyFiles */ = {
288			isa = PBXCopyFilesBuildPhase;
289			buildActionMask = 8;
290			dstPath = "$(PRIVATE_HEADERS_FOLDER_PATH)";
291			dstSubfolderSpec = 0;
292			files = (
293				BA4414AD18336A9300AAE813 /* mach in CopyFiles */,
294				746C7FEA18E48791008639D7 /* vm_page_size.h in CopyFiles */,
295			);
296			runOnlyForDeploymentPostprocessing = 1;
297		};
298		BA4414B418336E1A00AAE813 /* Copy Files */ = {
299			isa = PBXCopyFilesBuildPhase;
300			buildActionMask = 8;
301			dstPath = "$(PUBLIC_HEADERS_FOLDER_PATH)";
302			dstSubfolderSpec = 0;
303			files = (
304				BA4414B518336E3600AAE813 /* mach in Copy Files */,
305				BA4414B618336E3A00AAE813 /* servers in Copy Files */,
306			);
307			name = "Copy Files";
308			runOnlyForDeploymentPostprocessing = 1;
309		};
310		BA4414B718336E5600AAE813 /* CopyFiles */ = {
311			isa = PBXCopyFilesBuildPhase;
312			buildActionMask = 8;
313			dstPath = "$(PRIVATE_HEADERS_FOLDER_PATH)";
314			dstSubfolderSpec = 0;
315			files = (
316				BA4414B818336E6F00AAE813 /* mach in CopyFiles */,
317				74F3290B18EB269400B2B70E /* vm_page_size.h in CopyFiles */,
318			);
319			runOnlyForDeploymentPostprocessing = 1;
320		};
321		C63F480B1654203800A1F78F /* CopyFiles */ = {
322			isa = PBXCopyFilesBuildPhase;
323			buildActionMask = 8;
324			dstPath = "$(OS_PRIVATE_HEADERS_FOLDER_PATH)";
325			dstSubfolderSpec = 0;
326			files = (
327				C9FD8508166D6BD400963B73 /* tsd.h in CopyFiles */,
328			);
329			runOnlyForDeploymentPostprocessing = 1;
330		};
331		C6D3EFCA16542C510052CF30 /* CopyFiles */ = {
332			isa = PBXCopyFilesBuildPhase;
333			buildActionMask = 8;
334			dstPath = "$(OS_PRIVATE_HEADERS_FOLDER_PATH)";
335			dstSubfolderSpec = 0;
336			files = (
337				C9A3D6EB1672AD1000A5CAA3 /* tsd.h in CopyFiles */,
338			);
339			runOnlyForDeploymentPostprocessing = 1;
340		};
341/* End PBXCopyFilesBuildPhase section */
342
343/* Begin PBXFileReference section */
344		030B179A135377B400DAD1F0 /* open_dprotected_np.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = open_dprotected_np.c; sourceTree = "<group>"; };
345		240D716711933ED300556E97 /* mach_install_mig.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = mach_install_mig.sh; sourceTree = "<group>"; };
346		2419382A12135FF6003CDE41 /* chmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chmod.c; sourceTree = "<group>"; };
347		242AB66511EBDC1200107336 /* errno.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = errno.c; sourceTree = "<group>"; };
348		24484A7311F51E9800E10CD2 /* string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = string.h; sourceTree = "<group>"; };
349		24484A7411F51E9800E10CD2 /* string.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = string.c; sourceTree = "<group>"; };
350		24484A9311F61D1900E10CD2 /* mig_reply_port.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mig_reply_port.c; sourceTree = "<group>"; };
351		24614EA111E7A2ED00E78584 /* compile-syscalls.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "compile-syscalls.pl"; sourceTree = "<group>"; };
352		24614F0311E7CB5B00E78584 /* syscalls.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = syscalls.a; path = $BUILD_ROOT/syscalls.a; sourceTree = "<absolute>"; };
353		247A08B211F8B05900E4693F /* _libkernel_init.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _libkernel_init.h; sourceTree = "<group>"; };
354		247A08B311F8B05900E4693F /* _libkernel_init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = _libkernel_init.c; sourceTree = "<group>"; };
355		247A08FF11F8E18000E4693F /* abort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = abort.h; sourceTree = "<group>"; };
356		247A091611F8E7A800E4693F /* exc_catcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = exc_catcher.h; sourceTree = "<group>"; };
357		2485235411582D8F0051B413 /* mach_legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mach_legacy.c; sourceTree = "<group>"; };
358		248AA962122C7B2A0085F5B1 /* unlink.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = unlink.c; sourceTree = "<group>"; };
359		248AA964122C7C330085F5B1 /* rmdir.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rmdir.c; sourceTree = "<group>"; };
360		248AA966122C7CDA0085F5B1 /* rename.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rename.c; sourceTree = "<group>"; };
361		248BA01C121C56BF008C073F /* connect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = connect.c; sourceTree = "<group>"; };
362		248BA01E121C607E008C073F /* fchmod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fchmod.c; sourceTree = "<group>"; };
363		248BA04B121C8EE4008C073F /* fcntl-base.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "fcntl-base.c"; sourceTree = "<group>"; };
364		248BA04E121C8F06008C073F /* fcntl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fcntl.c; sourceTree = "<group>"; };
365		248BA051121C8FE2008C073F /* fcntl-cancel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "fcntl-cancel.c"; sourceTree = "<group>"; };
366		248BA068121D9E27008C073F /* getrlimit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = getrlimit.c; sourceTree = "<group>"; };
367		248BA07F121DA36B008C073F /* ioctl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ioctl.c; sourceTree = "<group>"; };
368		248BA081121DA4F3008C073F /* kill.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kill.c; sourceTree = "<group>"; };
369		248BA084121DA5E4008C073F /* kill.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kill.c; sourceTree = "<group>"; };
370		248BA086121DA72D008C073F /* mmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mmap.c; sourceTree = "<group>"; };
371		248BA088121DA8E0008C073F /* mprotect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mprotect.c; sourceTree = "<group>"; };
372		248BA08A121DAC86008C073F /* msync.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = msync.c; sourceTree = "<group>"; };
373		248BA08C121DB0E7008C073F /* munmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = munmap.c; sourceTree = "<group>"; };
374		248BA08E121DC545008C073F /* open.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = open.c; sourceTree = "<group>"; };
375		248BA090121DDD7F008C073F /* select-base.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "select-base.c"; sourceTree = "<group>"; };
376		248BA092121DE369008C073F /* select.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = select.c; sourceTree = "<group>"; };
377		248BA094121DE565008C073F /* select-pre1050.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "select-pre1050.c"; sourceTree = "<group>"; };
378		248BA0B2121DE760008C073F /* select-cancel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "select-cancel.c"; sourceTree = "<group>"; };
379		248BA0BC121DE902008C073F /* select.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = select.c; sourceTree = "<group>"; };
380		248BA0CC121DEBEF008C073F /* setrlimit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = setrlimit.c; sourceTree = "<group>"; };
381		249C60FF1194747600ED73F3 /* libsystem_kernel.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libsystem_kernel.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
382		249C612C1194827D00ED73F3 /* dylib_link.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dylib_link.c; sourceTree = "<group>"; };
383		24A7C5AE11FF8DA6007669EB /* accept.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = accept.c; sourceTree = "<group>"; };
384		24A7C5AF11FF8DA6007669EB /* bind.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bind.c; sourceTree = "<group>"; };
385		24A7C5B111FF8DA6007669EB /* getattrlist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = getattrlist.c; sourceTree = "<group>"; };
386		24A7C5B211FF8DA6007669EB /* getpeername.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = getpeername.c; sourceTree = "<group>"; };
387		24A7C5B311FF8DA6007669EB /* getsockname.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = getsockname.c; sourceTree = "<group>"; };
388		24A7C5B411FF8DA6007669EB /* lchown.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lchown.c; sourceTree = "<group>"; };
389		24A7C5B511FF8DA6007669EB /* listen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = listen.c; sourceTree = "<group>"; };
390		24A7C5B611FF8DA6007669EB /* recvfrom.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = recvfrom.c; sourceTree = "<group>"; };
391		24A7C5B711FF8DA6007669EB /* recvmsg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = recvmsg.c; sourceTree = "<group>"; };
392		24A7C5B811FF8DA6007669EB /* sendmsg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sendmsg.c; sourceTree = "<group>"; };
393		24A7C5B911FF8DA6007669EB /* sendto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sendto.c; sourceTree = "<group>"; };
394		24A7C5BA11FF8DA6007669EB /* setattrlist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = setattrlist.c; sourceTree = "<group>"; };
395		24A7C5BB11FF8DA6007669EB /* socketpair.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = socketpair.c; sourceTree = "<group>"; };
396		24A7C5CB11FF973C007669EB /* _errno.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _errno.h; sourceTree = "<group>"; };
397		24B028D511FF4FBB00CA64A9 /* memcpy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = memcpy.c; sourceTree = "<group>"; };
398		24B223AF121DFD36007DAEDE /* sigsuspend.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sigsuspend.c; sourceTree = "<group>"; };
399		24B223B1121DFE6D007DAEDE /* sigsuspend-cancel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "sigsuspend-cancel.c"; sourceTree = "<group>"; };
400		24B223B3121DFF12007DAEDE /* sigsuspend-base.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "sigsuspend-base.c"; sourceTree = "<group>"; };
401		24B223B4121DFF29007DAEDE /* sigsuspend.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sigsuspend.c; sourceTree = "<group>"; };
402		24B8C2611237F53900D36CC3 /* remove-counter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "remove-counter.c"; sourceTree = "<group>"; };
403		24D1156611E671B20063D54D /* __fork.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __fork.s; sourceTree = "<group>"; };
404		24D1156711E671B20063D54D /* __getpid.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __getpid.s; sourceTree = "<group>"; };
405		24D1156811E671B20063D54D /* __gettimeofday.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __gettimeofday.s; sourceTree = "<group>"; };
406		24D1156911E671B20063D54D /* __lseek.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __lseek.s; sourceTree = "<group>"; };
407		24D1156A11E671B20063D54D /* __pipe.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __pipe.s; sourceTree = "<group>"; };
408		24D1156D11E671B20063D54D /* __ptrace.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __ptrace.s; sourceTree = "<group>"; };
409		24D1156E11E671B20063D54D /* __sigaltstack.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __sigaltstack.s; sourceTree = "<group>"; };
410		24D1156F11E671B20063D54D /* __sigreturn.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __sigreturn.s; sourceTree = "<group>"; };
411		24D1157011E671B20063D54D /* __syscall.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __syscall.s; sourceTree = "<group>"; };
412		24D1157111E671B20063D54D /* __thread_selfid.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __thread_selfid.s; sourceTree = "<group>"; };
413		24D1157211E671B20063D54D /* __vfork.s */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 8; lastKnownFileType = sourcecode.asm; path = __vfork.s; sourceTree = "<group>"; tabWidth = 8; };
414		24D1157311E671B20063D54D /* custom.s */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 8; lastKnownFileType = sourcecode.asm; path = custom.s; sourceTree = "<group>"; tabWidth = 8; };
415		24D1157411E671B20063D54D /* SYS.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 8; lastKnownFileType = sourcecode.c.h; path = SYS.h; sourceTree = "<group>"; tabWidth = 8; };
416		24D1158C11E672270063D54D /* syscall.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = syscall.map; sourceTree = "<group>"; };
417		24D1158F11E672270063D54D /* syscall.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = syscall.map; sourceTree = "<group>"; };
418		24D1159111E672270063D54D /* syscall.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = syscall.map; sourceTree = "<group>"; };
419		24D1159711E672270063D54D /* syscall.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = syscall.map; sourceTree = "<group>"; };
420		24D1159811E672270063D54D /* syscall.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = syscall.map; sourceTree = "<group>"; };
421		24D1159911E6723E0063D54D /* create-syscalls.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "create-syscalls.pl"; sourceTree = "<group>"; };
422		24E47824120881DF009A384D /* _libc_funcptr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = _libc_funcptr.c; sourceTree = "<group>"; };
423		291D3C261354FDD100D46061 /* mach_port.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mach_port.c; sourceTree = "<group>"; };
424		291D3C271354FDD100D46061 /* mach_vm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mach_vm.c; sourceTree = "<group>"; };
425		29A59AE1183B0DE000E8B896 /* renameat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = renameat.c; sourceTree = "<group>"; };
426		29A59AE5183B110C00E8B896 /* unlinkat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = unlinkat.c; sourceTree = "<group>"; };
427		2BA88DCB1810A3CE00EB63F6 /* coalition.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = coalition.c; sourceTree = "<group>"; };
428		374A36E214748EE400AAF39D /* varargs_wrappers.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = varargs_wrappers.s; sourceTree = "<group>"; };
429		37DDFB7614748713009D3355 /* syscall.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = syscall.map; sourceTree = "<group>"; };
430		467DAFD3157E8AF200CE68F0 /* guarded_open_np.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = guarded_open_np.c; sourceTree = "<group>"; };
431		4BDD5F1B1891AB2F004BF300 /* mach_approximate_time.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mach_approximate_time.c; sourceTree = "<group>"; };
432		4BDD5F1C1891AB2F004BF300 /* mach_approximate_time.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = mach_approximate_time.s; sourceTree = "<group>"; };
433		72B1E6EC190723DB00FB3FA2 /* guarded_open_dprotected_np.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = guarded_open_dprotected_np.c; sourceTree = "<group>"; };
434		7466C923170CB99B004557CC /* vm_page_size.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vm_page_size.h; sourceTree = "<group>"; };
435		7AE28FDE18AC41B1006A5626 /* csr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = csr.c; sourceTree = "<group>"; };
436		906AA2D018F74CD1001C681A /* rename_ext.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rename_ext.c; sourceTree = "<group>"; };
437		A59CB95516669DB700B064B3 /* stack_logging_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stack_logging_internal.h; sourceTree = "<group>"; };
438		A59CB9571666A1A200B064B3 /* munmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = munmap.c; sourceTree = "<group>"; };
439		BA4414A51833697C00AAE813 /* mach */ = {isa = PBXFileReference; lastKnownFileType = text; name = mach; path = mig_hdr/include/mach; sourceTree = BUILT_PRODUCTS_DIR; };
440		BA4414A6183369A100AAE813 /* servers */ = {isa = PBXFileReference; lastKnownFileType = text; name = servers; path = mig_hdr/include/servers; sourceTree = BUILT_PRODUCTS_DIR; };
441		BA4414A7183369C100AAE813 /* mach */ = {isa = PBXFileReference; lastKnownFileType = text; name = mach; path = mig_hdr/local/include/mach; sourceTree = BUILT_PRODUCTS_DIR; };
442		BA5CDB4018AEBAD500E37982 /* __thread_selfusage.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __thread_selfusage.s; sourceTree = "<group>"; };
443		C639F0E41741C09A00A39F47 /* gethostuuid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gethostuuid.h; sourceTree = "<group>"; };
444		C6460B7B182025DF00F73CCA /* sfi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sfi.c; sourceTree = "<group>"; };
445		C6BEE9171806840200D25AAB /* posix_sem_obsolete.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = posix_sem_obsolete.c; sourceTree = "<group>"; };
446		C6C4012017415384000AE69F /* gethostuuid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gethostuuid.c; sourceTree = "<group>"; };
447		C6C40121174154D9000AE69F /* gethostuuid_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gethostuuid_private.h; sourceTree = "<group>"; };
448		C6D3F02E16542C510052CF30 /* libsystem_Libsyscall_headers_Sim.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsystem_Libsyscall_headers_Sim.a; sourceTree = BUILT_PRODUCTS_DIR; };
449		C6D3F02F16542C980052CF30 /* dummy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dummy.c; sourceTree = "<group>"; };
450		C962B16B18DBA2C80031244A /* setpriority.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = setpriority.c; sourceTree = "<group>"; };
451		C962B16D18DBB43F0031244A /* thread_act.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = thread_act.c; sourceTree = "<group>"; };
452		C99A4F4E1305B1B70054B7B7 /* __get_cpu_capabilities.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = __get_cpu_capabilities.s; sourceTree = "<group>"; };
453		C99A4F511305B43F0054B7B7 /* init_cpu_capabilities.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = init_cpu_capabilities.c; sourceTree = "<group>"; };
454		C9C1824F15338C0B00933F23 /* alloc_once.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = alloc_once.c; sourceTree = "<group>"; };
455		C9D9BCBF114B00600000D8B9 /* .open_source_exclude */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .open_source_exclude; sourceTree = "<group>"; };
456		C9D9BCC5114B00600000D8B9 /* clock_priv.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = clock_priv.defs; sourceTree = "<group>"; };
457		C9D9BCC6114B00600000D8B9 /* clock_reply.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = clock_reply.defs; sourceTree = "<group>"; };
458		C9D9BCC7114B00600000D8B9 /* clock_sleep.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = clock_sleep.c; sourceTree = "<group>"; };
459		C9D9BCC8114B00600000D8B9 /* clock.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = clock.defs; sourceTree = "<group>"; };
460		C9D9BCC9114B00600000D8B9 /* err_iokit.sub */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = err_iokit.sub; sourceTree = "<group>"; };
461		C9D9BCCA114B00600000D8B9 /* err_ipc.sub */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = err_ipc.sub; sourceTree = "<group>"; };
462		C9D9BCCB114B00600000D8B9 /* err_kern.sub */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = err_kern.sub; sourceTree = "<group>"; };
463		C9D9BCCC114B00600000D8B9 /* err_libkern.sub */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = err_libkern.sub; sourceTree = "<group>"; };
464		C9D9BCCD114B00600000D8B9 /* err_mach_ipc.sub */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = err_mach_ipc.sub; sourceTree = "<group>"; };
465		C9D9BCCE114B00600000D8B9 /* err_server.sub */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = err_server.sub; sourceTree = "<group>"; };
466		C9D9BCCF114B00600000D8B9 /* err_us.sub */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = err_us.sub; sourceTree = "<group>"; };
467		C9D9BCD0114B00600000D8B9 /* error_codes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = error_codes.c; sourceTree = "<group>"; };
468		C9D9BCD1114B00600000D8B9 /* errorlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = errorlib.h; sourceTree = "<group>"; };
469		C9D9BCD2114B00600000D8B9 /* exc_catcher_state_identity.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = exc_catcher_state_identity.c; sourceTree = "<group>"; };
470		C9D9BCD3114B00600000D8B9 /* exc_catcher_state.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = exc_catcher_state.c; sourceTree = "<group>"; };
471		C9D9BCD4114B00600000D8B9 /* exc_catcher.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = exc_catcher.c; sourceTree = "<group>"; };
472		C9D9BCD5114B00600000D8B9 /* exc.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = exc.defs; sourceTree = "<group>"; };
473		C9D9BCD6114B00600000D8B9 /* externs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = externs.h; sourceTree = "<group>"; };
474		C9D9BCD7114B00600000D8B9 /* fprintf_stderr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fprintf_stderr.c; sourceTree = "<group>"; };
475		C9D9BCD9114B00600000D8B9 /* errorlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = errorlib.h; sourceTree = "<group>"; };
476		C9D9BCDA114B00600000D8B9 /* mach.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mach.h; sourceTree = "<group>"; };
477		C9D9BCDB114B00600000D8B9 /* mach_error.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mach_error.h; sourceTree = "<group>"; };
478		C9D9BCDC114B00600000D8B9 /* mach_init.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mach_init.h; sourceTree = "<group>"; };
479		C9D9BCDD114B00600000D8B9 /* mach_interface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mach_interface.h; sourceTree = "<group>"; };
480		C9D9BCDF114B00600000D8B9 /* port_obj.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = port_obj.h; sourceTree = "<group>"; };
481		C9D9BCE0114B00600000D8B9 /* sync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sync.h; sourceTree = "<group>"; };
482		C9D9BCE3114B00600000D8B9 /* vm_task.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vm_task.h; sourceTree = "<group>"; };
483		C9D9BCE4114B00600000D8B9 /* host_priv.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = host_priv.defs; sourceTree = "<group>"; };
484		C9D9BCE5114B00600000D8B9 /* host_security.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = host_security.defs; sourceTree = "<group>"; };
485		C9D9BCEA114B00600000D8B9 /* lock_set.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = lock_set.defs; sourceTree = "<group>"; };
486		C9D9BCEB114B00600000D8B9 /* mach_error_string.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mach_error_string.c; sourceTree = "<group>"; };
487		C9D9BCEC114B00600000D8B9 /* mach_error.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mach_error.c; sourceTree = "<group>"; };
488		C9D9BCED114B00600000D8B9 /* mach_host.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = mach_host.defs; sourceTree = "<group>"; };
489		C9D9BCF0114B00600000D8B9 /* mach_init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mach_init.c; sourceTree = "<group>"; };
490		C9D9BCF1114B00600000D8B9 /* mach_msg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mach_msg.c; sourceTree = "<group>"; };
491		C9D9BCF2114B00600000D8B9 /* mach_port.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = mach_port.defs; sourceTree = "<group>"; };
492		C9D9BCF3114B00600000D8B9 /* mach_traps.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = mach_traps.s; sourceTree = "<group>"; };
493		C9D9BCF4114B00600000D8B9 /* mach_vm.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = mach_vm.defs; sourceTree = "<group>"; };
494		C9D9BCF6114B00600000D8B9 /* mig_allocate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mig_allocate.c; sourceTree = "<group>"; };
495		C9D9BCF7114B00600000D8B9 /* mig_deallocate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mig_deallocate.c; sourceTree = "<group>"; };
496		C9D9BCF8114B00600000D8B9 /* mig_reply_setup.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mig_reply_setup.c; sourceTree = "<group>"; };
497		C9D9BCF9114B00600000D8B9 /* mig_strncpy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mig_strncpy.c; sourceTree = "<group>"; };
498		C9D9BCFA114B00600000D8B9 /* ms_thread_switch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ms_thread_switch.c; sourceTree = "<group>"; };
499		C9D9BCFB114B00600000D8B9 /* notify.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = notify.defs; sourceTree = "<group>"; };
500		C9D9BCFC114B00600000D8B9 /* panic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = panic.c; sourceTree = "<group>"; };
501		C9D9BCFD114B00600000D8B9 /* port_obj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = port_obj.c; sourceTree = "<group>"; };
502		C9D9BD03114B00600000D8B9 /* processor_set.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = processor_set.defs; sourceTree = "<group>"; };
503		C9D9BD04114B00600000D8B9 /* processor.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = processor.defs; sourceTree = "<group>"; };
504		C9D9BD06114B00600000D8B9 /* semaphore.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = semaphore.c; sourceTree = "<group>"; };
505		C9D9BD08114B00600000D8B9 /* key_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = key_defs.h; sourceTree = "<group>"; };
506		C9D9BD09114B00600000D8B9 /* ls_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ls_defs.h; sourceTree = "<group>"; };
507		C9D9BD0B114B00600000D8B9 /* netname.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = netname.defs; sourceTree = "<group>"; };
508		C9D9BD0C114B00600000D8B9 /* netname_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = netname_defs.h; sourceTree = "<group>"; };
509		C9D9BD0D114B00600000D8B9 /* nm_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nm_defs.h; sourceTree = "<group>"; };
510		C9D9BD0E114B00600000D8B9 /* slot_name.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = slot_name.c; sourceTree = "<group>"; };
511		C9D9BD0F114B00600000D8B9 /* task.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = task.defs; sourceTree = "<group>"; };
512		C9D9BD10114B00600000D8B9 /* thread_act.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = thread_act.defs; sourceTree = "<group>"; };
513		C9D9BD11114B00600000D8B9 /* vm_map.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = vm_map.defs; sourceTree = "<group>"; };
514		C9D9BE0F114FFADC0000D8B9 /* Libsyscall.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Libsyscall.xcconfig; sourceTree = "<group>"; };
515		C9EE57F51669673D00337E4B /* tsd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tsd.h; sourceTree = "<group>"; };
516		D2AAC0630554660B00DB518D /* libsystem_kernel.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsystem_kernel.a; sourceTree = BUILT_PRODUCTS_DIR; };
517		E40C845216FAFB3F00C238DD /* Libsyscall.aliases */ = {isa = PBXFileReference; lastKnownFileType = text; path = Libsyscall.aliases; sourceTree = "<group>"; };
518		E4216C301822D404006F2632 /* mach_voucher.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; path = mach_voucher.defs; sourceTree = "<group>"; };
519		E453AF341700FD3C00F2C94C /* getiopolicy_np.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = getiopolicy_np.c; sourceTree = "<group>"; };
520		E4D45C2116F856900002AF25 /* __commpage_gettimeofday.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = __commpage_gettimeofday.c; sourceTree = "<group>"; };
521		E4D45C2216F856900002AF25 /* __commpage_gettimeofday.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = __commpage_gettimeofday.s; sourceTree = "<group>"; };
522		E4D45C2316F856900002AF25 /* mach_absolute_time.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = mach_absolute_time.s; sourceTree = "<group>"; };
523		E4D45C2A16F868ED0002AF25 /* libproc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = libproc.c; sourceTree = "<group>"; };
524		E4D45C2B16F868ED0002AF25 /* libproc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libproc.h; sourceTree = "<group>"; };
525		E4D45C2C16F868ED0002AF25 /* libproc_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libproc_internal.h; sourceTree = "<group>"; };
526		E4D45C2D16F868ED0002AF25 /* proc_listpidspath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = proc_listpidspath.c; sourceTree = "<group>"; };
527		E4D45C3316F86BD80002AF25 /* posix_spawn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = posix_spawn.c; sourceTree = "<group>"; };
528		E4D45C3D16FB20970002AF25 /* spawn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = spawn.h; sourceTree = "<group>"; };
529		E4D45C3E16FB20970002AF25 /* spawn_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = spawn_private.h; sourceTree = "<group>"; };
530		E4D7E55316F8776300F92D8D /* index.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = index.c; sourceTree = "<group>"; };
531		E4D7E55516F8776300F92D8D /* memset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = memset.c; sourceTree = "<group>"; };
532		E4D7E55616F8776300F92D8D /* strcmp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = strcmp.c; sourceTree = "<group>"; };
533		E4D7E55716F8776300F92D8D /* strcpy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = strcpy.c; sourceTree = "<group>"; };
534		E4D7E55816F8776300F92D8D /* strings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strings.h; sourceTree = "<group>"; };
535		E4D7E55916F8776300F92D8D /* strlcpy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = strlcpy.c; sourceTree = "<group>"; };
536		E4D7E55A16F8776300F92D8D /* strlen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = strlen.c; sourceTree = "<group>"; };
537		E4D7E55B16F8776300F92D8D /* strsep.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = strsep.c; sourceTree = "<group>"; };
538		EE3F6059149A6D66003BAEBA /* getaudit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = getaudit.c; sourceTree = "<group>"; };
539		FB50F1B315AB7DE700F814BA /* carbon_delete.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = carbon_delete.c; sourceTree = "<group>"; };
540/* End PBXFileReference section */
541
542/* Begin PBXFrameworksBuildPhase section */
543		249C60FD1194747600ED73F3 /* Frameworks */ = {
544			isa = PBXFrameworksBuildPhase;
545			buildActionMask = 2147483647;
546			files = (
547				249C610B1194750E00ED73F3 /* libsystem_kernel.a in Frameworks */,
548			);
549			runOnlyForDeploymentPostprocessing = 0;
550		};
551		D289988505E68E00004EDB86 /* Frameworks */ = {
552			isa = PBXFrameworksBuildPhase;
553			buildActionMask = 2147483647;
554			files = (
555				24614F0411E7CB5B00E78584 /* syscalls.a in Frameworks */,
556			);
557			runOnlyForDeploymentPostprocessing = 0;
558		};
559/* End PBXFrameworksBuildPhase section */
560
561/* Begin PBXGroup section */
562		08FB7794FE84155DC02AAC07 /* mach */ = {
563			isa = PBXGroup;
564			children = (
565				C9D9BE0F114FFADC0000D8B9 /* Libsyscall.xcconfig */,
566				E40C845216FAFB3F00C238DD /* Libsyscall.aliases */,
567				24D1158911E672270063D54D /* Platforms */,
568				24D1156511E671B20063D54D /* custom */,
569				08FB7795FE84155DC02AAC07 /* mach */,
570				C9C1824E15338BEB00933F23 /* os */,
571				247A08B011F8AF1700E4693F /* wrappers */,
572				240D716611933ED300556E97 /* xcodescripts */,
573				1AB674ADFE9D54B511CA2CBB /* Products */,
574				BA4414B118336D6A00AAE813 /* Generated MIG headers */,
575			);
576			name = mach;
577			sourceTree = "<group>";
578			usesTabs = 1;
579		};
580		08FB7795FE84155DC02AAC07 /* mach */ = {
581			isa = PBXGroup;
582			children = (
583				C9D9BCBE114B00600000D8B9 /* arm */,
584				247A08FF11F8E18000E4693F /* abort.h */,
585				C9D9BCC5114B00600000D8B9 /* clock_priv.defs */,
586				C9D9BCC6114B00600000D8B9 /* clock_reply.defs */,
587				C9D9BCC7114B00600000D8B9 /* clock_sleep.c */,
588				C9D9BCC8114B00600000D8B9 /* clock.defs */,
589				C9D9BCC9114B00600000D8B9 /* err_iokit.sub */,
590				C9D9BCCA114B00600000D8B9 /* err_ipc.sub */,
591				C9D9BCCB114B00600000D8B9 /* err_kern.sub */,
592				C9D9BCCC114B00600000D8B9 /* err_libkern.sub */,
593				C9D9BCCD114B00600000D8B9 /* err_mach_ipc.sub */,
594				C9D9BCCE114B00600000D8B9 /* err_server.sub */,
595				C9D9BCCF114B00600000D8B9 /* err_us.sub */,
596				C9D9BCD0114B00600000D8B9 /* error_codes.c */,
597				C9D9BCD1114B00600000D8B9 /* errorlib.h */,
598				247A091611F8E7A800E4693F /* exc_catcher.h */,
599				C9D9BCD2114B00600000D8B9 /* exc_catcher_state_identity.c */,
600				C9D9BCD3114B00600000D8B9 /* exc_catcher_state.c */,
601				C9D9BCD4114B00600000D8B9 /* exc_catcher.c */,
602				C9D9BCD5114B00600000D8B9 /* exc.defs */,
603				C9D9BCD6114B00600000D8B9 /* externs.h */,
604				C9D9BCD7114B00600000D8B9 /* fprintf_stderr.c */,
605				C9D9BCD8114B00600000D8B9 /* mach */,
606				C9D9BCE4114B00600000D8B9 /* host_priv.defs */,
607				C9D9BCE5114B00600000D8B9 /* host_security.defs */,
608				C9D9BCEA114B00600000D8B9 /* lock_set.defs */,
609				C9D9BCEB114B00600000D8B9 /* mach_error_string.c */,
610				C9D9BCEC114B00600000D8B9 /* mach_error.c */,
611				C9D9BCED114B00600000D8B9 /* mach_host.defs */,
612				C9D9BCF0114B00600000D8B9 /* mach_init.c */,
613				2485235411582D8F0051B413 /* mach_legacy.c */,
614				C9D9BCF1114B00600000D8B9 /* mach_msg.c */,
615				291D3C261354FDD100D46061 /* mach_port.c */,
616				C9D9BCF2114B00600000D8B9 /* mach_port.defs */,
617				C9D9BCF3114B00600000D8B9 /* mach_traps.s */,
618				291D3C271354FDD100D46061 /* mach_vm.c */,
619				E4216C301822D404006F2632 /* mach_voucher.defs */,
620				C9D9BCF4114B00600000D8B9 /* mach_vm.defs */,
621				C9D9BCF6114B00600000D8B9 /* mig_allocate.c */,
622				C9D9BCF7114B00600000D8B9 /* mig_deallocate.c */,
623				C9D9BCF8114B00600000D8B9 /* mig_reply_setup.c */,
624				C9D9BCF9114B00600000D8B9 /* mig_strncpy.c */,
625				24484A9311F61D1900E10CD2 /* mig_reply_port.c */,
626				C9D9BCFA114B00600000D8B9 /* ms_thread_switch.c */,
627				C9D9BCFB114B00600000D8B9 /* notify.defs */,
628				C9D9BCFC114B00600000D8B9 /* panic.c */,
629				C9D9BCFD114B00600000D8B9 /* port_obj.c */,
630				C9D9BD03114B00600000D8B9 /* processor_set.defs */,
631				C9D9BD04114B00600000D8B9 /* processor.defs */,
632				C9D9BD06114B00600000D8B9 /* semaphore.c */,
633				C9D9BD07114B00600000D8B9 /* servers */,
634				C9D9BD0E114B00600000D8B9 /* slot_name.c */,
635				A59CB95516669DB700B064B3 /* stack_logging_internal.h */,
636				24484A7311F51E9800E10CD2 /* string.h */,
637				24484A7411F51E9800E10CD2 /* string.c */,
638				C9D9BD0F114B00600000D8B9 /* task.defs */,
639				C962B16D18DBB43F0031244A /* thread_act.c */,
640				C9D9BD10114B00600000D8B9 /* thread_act.defs */,
641				C9D9BD11114B00600000D8B9 /* vm_map.defs */,
642				249C612C1194827D00ED73F3 /* dylib_link.c */,
643			);
644			path = mach;
645			sourceTree = "<group>";
646		};
647		1AB674ADFE9D54B511CA2CBB /* Products */ = {
648			isa = PBXGroup;
649			children = (
650				24614F0311E7CB5B00E78584 /* syscalls.a */,
651				D2AAC0630554660B00DB518D /* libsystem_kernel.a */,
652				249C60FF1194747600ED73F3 /* libsystem_kernel.dylib */,
653				C6D3F02E16542C510052CF30 /* libsystem_Libsyscall_headers_Sim.a */,
654			);
655			name = Products;
656			sourceTree = "<group>";
657		};
658		240D716611933ED300556E97 /* xcodescripts */ = {
659			isa = PBXGroup;
660			children = (
661				24D1159911E6723E0063D54D /* create-syscalls.pl */,
662				24614EA111E7A2ED00E78584 /* compile-syscalls.pl */,
663				240D716711933ED300556E97 /* mach_install_mig.sh */,
664			);
665			path = xcodescripts;
666			sourceTree = "<group>";
667		};
668		2419382912135FE1003CDE41 /* unix03 */ = {
669			isa = PBXGroup;
670			children = (
671				2419382A12135FF6003CDE41 /* chmod.c */,
672				248BA01E121C607E008C073F /* fchmod.c */,
673				248BA068121D9E27008C073F /* getrlimit.c */,
674				248BA086121DA72D008C073F /* mmap.c */,
675				A59CB9571666A1A200B064B3 /* munmap.c */,
676				248BA0CC121DEBEF008C073F /* setrlimit.c */,
677			);
678			path = unix03;
679			sourceTree = "<group>";
680		};
681		247A08B011F8AF1700E4693F /* wrappers */ = {
682			isa = PBXGroup;
683			children = (
684				248BA04A121C8EE4008C073F /* cancelable */,
685				24A7C6951200AF8A007669EB /* legacy */,
686				E4D45C2916F868ED0002AF25 /* libproc */,
687				E4D45C3B16FB20970002AF25 /* spawn */,
688				E4D7E55216F8776300F92D8D /* string */,
689				2419382912135FE1003CDE41 /* unix03 */,
690				E4D45C2116F856900002AF25 /* __commpage_gettimeofday.c */,
691				E4D45C2216F856900002AF25 /* __commpage_gettimeofday.s */,
692				C99A4F4E1305B1B70054B7B7 /* __get_cpu_capabilities.s */,
693				24A7C5CB11FF973C007669EB /* _errno.h */,
694				24E47824120881DF009A384D /* _libc_funcptr.c */,
695				247A08B311F8B05900E4693F /* _libkernel_init.c */,
696				247A08B211F8B05900E4693F /* _libkernel_init.h */,
697				FB50F1B315AB7DE700F814BA /* carbon_delete.c */,
698				2BA88DCB1810A3CE00EB63F6 /* coalition.c */,
699				7AE28FDE18AC41B1006A5626 /* csr.c */,
700				C6C40121174154D9000AE69F /* gethostuuid_private.h */,
701				C6C4012017415384000AE69F /* gethostuuid.c */,
702				C639F0E41741C09A00A39F47 /* gethostuuid.h */,
703				E453AF341700FD3C00F2C94C /* getiopolicy_np.c */,
704				467DAFD3157E8AF200CE68F0 /* guarded_open_np.c */,
705				72B1E6EC190723DB00FB3FA2 /* guarded_open_dprotected_np.c */,
706				C99A4F511305B43F0054B7B7 /* init_cpu_capabilities.c */,
707				248BA07F121DA36B008C073F /* ioctl.c */,
708				248BA081121DA4F3008C073F /* kill.c */,
709				E4D45C2316F856900002AF25 /* mach_absolute_time.s */,
710				4BDD5F1B1891AB2F004BF300 /* mach_approximate_time.c */,
711				4BDD5F1C1891AB2F004BF300 /* mach_approximate_time.s */,
712				030B179A135377B400DAD1F0 /* open_dprotected_np.c */,
713				C6BEE9171806840200D25AAB /* posix_sem_obsolete.c */,
714				24B8C2611237F53900D36CC3 /* remove-counter.c */,
715				248AA966122C7CDA0085F5B1 /* rename.c */,
716				29A59AE1183B0DE000E8B896 /* renameat.c */,
717				906AA2D018F74CD1001C681A /* rename_ext.c */,
718				248AA964122C7C330085F5B1 /* rmdir.c */,
719				248BA090121DDD7F008C073F /* select-base.c */,
720				C962B16B18DBA2C80031244A /* setpriority.c */,
721				C6460B7B182025DF00F73CCA /* sfi.c */,
722				24B223B3121DFF12007DAEDE /* sigsuspend-base.c */,
723				248AA962122C7B2A0085F5B1 /* unlink.c */,
724				29A59AE5183B110C00E8B896 /* unlinkat.c */,
725				374A36E214748EE400AAF39D /* varargs_wrappers.s */,
726			);
727			path = wrappers;
728			sourceTree = "<group>";
729		};
730		248BA04A121C8EE4008C073F /* cancelable */ = {
731			isa = PBXGroup;
732			children = (
733				248BA04B121C8EE4008C073F /* fcntl-base.c */,
734				248BA04E121C8F06008C073F /* fcntl.c */,
735				248BA051121C8FE2008C073F /* fcntl-cancel.c */,
736				248BA0BC121DE902008C073F /* select.c */,
737				248BA0B2121DE760008C073F /* select-cancel.c */,
738				24B223AF121DFD36007DAEDE /* sigsuspend.c */,
739				24B223B1121DFE6D007DAEDE /* sigsuspend-cancel.c */,
740			);
741			path = cancelable;
742			sourceTree = "<group>";
743		};
744		24A7C6951200AF8A007669EB /* legacy */ = {
745			isa = PBXGroup;
746			children = (
747				24A7C5AE11FF8DA6007669EB /* accept.c */,
748				24A7C5AF11FF8DA6007669EB /* bind.c */,
749				248BA01C121C56BF008C073F /* connect.c */,
750				24A7C5B111FF8DA6007669EB /* getattrlist.c */,
751				EE3F6059149A6D66003BAEBA /* getaudit.c */,
752				24A7C5B211FF8DA6007669EB /* getpeername.c */,
753				24A7C5B311FF8DA6007669EB /* getsockname.c */,
754				24A7C5B411FF8DA6007669EB /* lchown.c */,
755				24A7C5B511FF8DA6007669EB /* listen.c */,
756				248BA084121DA5E4008C073F /* kill.c */,
757				248BA088121DA8E0008C073F /* mprotect.c */,
758				248BA08A121DAC86008C073F /* msync.c */,
759				248BA08C121DB0E7008C073F /* munmap.c */,
760				248BA08E121DC545008C073F /* open.c */,
761				24A7C5B611FF8DA6007669EB /* recvfrom.c */,
762				24A7C5B711FF8DA6007669EB /* recvmsg.c */,
763				248BA092121DE369008C073F /* select.c */,
764				248BA094121DE565008C073F /* select-pre1050.c */,
765				24A7C5B811FF8DA6007669EB /* sendmsg.c */,
766				24A7C5B911FF8DA6007669EB /* sendto.c */,
767				24A7C5BA11FF8DA6007669EB /* setattrlist.c */,
768				24A7C5BB11FF8DA6007669EB /* socketpair.c */,
769				24B223B4121DFF29007DAEDE /* sigsuspend.c */,
770			);
771			path = legacy;
772			sourceTree = "<group>";
773		};
774		24D1156511E671B20063D54D /* custom */ = {
775			isa = PBXGroup;
776			children = (
777				C6D3F02F16542C980052CF30 /* dummy.c */,
778				24D1156611E671B20063D54D /* __fork.s */,
779				24D1156711E671B20063D54D /* __getpid.s */,
780				24D1156811E671B20063D54D /* __gettimeofday.s */,
781				24D1156911E671B20063D54D /* __lseek.s */,
782				24D1156A11E671B20063D54D /* __pipe.s */,
783				24D1156D11E671B20063D54D /* __ptrace.s */,
784				24D1156E11E671B20063D54D /* __sigaltstack.s */,
785				24D1156F11E671B20063D54D /* __sigreturn.s */,
786				24D1157011E671B20063D54D /* __syscall.s */,
787				24D1157111E671B20063D54D /* __thread_selfid.s */,
788				BA5CDB4018AEBAD500E37982 /* __thread_selfusage.s */,
789				24D1157211E671B20063D54D /* __vfork.s */,
790				24D1157311E671B20063D54D /* custom.s */,
791				24D1157411E671B20063D54D /* SYS.h */,
792				242AB66511EBDC1200107336 /* errno.c */,
793			);
794			path = custom;
795			sourceTree = "<group>";
796		};
797		24D1158911E672270063D54D /* Platforms */ = {
798			isa = PBXGroup;
799			children = (
800				24D1158A11E672270063D54D /* iPhoneOS */,
801				24D1158D11E672270063D54D /* MacOSX */,
802				24D1159811E672270063D54D /* syscall.map */,
803			);
804			path = Platforms;
805			sourceTree = "<group>";
806		};
807		24D1158A11E672270063D54D /* iPhoneOS */ = {
808			isa = PBXGroup;
809			children = (
810				37DDFB7514748713009D3355 /* arm64 */,
811				24D1158B11E672270063D54D /* arm */,
812			);
813			path = iPhoneOS;
814			sourceTree = "<group>";
815		};
816		24D1158B11E672270063D54D /* arm */ = {
817			isa = PBXGroup;
818			children = (
819				24D1158C11E672270063D54D /* syscall.map */,
820			);
821			path = arm;
822			sourceTree = "<group>";
823		};
824		24D1158D11E672270063D54D /* MacOSX */ = {
825			isa = PBXGroup;
826			children = (
827				24D1158E11E672270063D54D /* arm */,
828				24D1159011E672270063D54D /* i386 */,
829				24D1159611E672270063D54D /* x86_64 */,
830			);
831			path = MacOSX;
832			sourceTree = "<group>";
833		};
834		24D1158E11E672270063D54D /* arm */ = {
835			isa = PBXGroup;
836			children = (
837				24D1158F11E672270063D54D /* syscall.map */,
838			);
839			path = arm;
840			sourceTree = "<group>";
841		};
842		24D1159011E672270063D54D /* i386 */ = {
843			isa = PBXGroup;
844			children = (
845				24D1159111E672270063D54D /* syscall.map */,
846			);
847			path = i386;
848			sourceTree = "<group>";
849		};
850		24D1159611E672270063D54D /* x86_64 */ = {
851			isa = PBXGroup;
852			children = (
853				24D1159711E672270063D54D /* syscall.map */,
854			);
855			path = x86_64;
856			sourceTree = "<group>";
857		};
858		37DDFB7514748713009D3355 /* arm64 */ = {
859			isa = PBXGroup;
860			children = (
861				37DDFB7614748713009D3355 /* syscall.map */,
862			);
863			path = arm64;
864			sourceTree = "<group>";
865		};
866		BA4414B118336D6A00AAE813 /* Generated MIG headers */ = {
867			isa = PBXGroup;
868			children = (
869				BA4414A7183369C100AAE813 /* mach */,
870				BA4414A6183369A100AAE813 /* servers */,
871				BA4414A51833697C00AAE813 /* mach */,
872			);
873			name = "Generated MIG headers";
874			sourceTree = "<group>";
875		};
876		C9C1824E15338BEB00933F23 /* os */ = {
877			isa = PBXGroup;
878			children = (
879				C9C1824F15338C0B00933F23 /* alloc_once.c */,
880				C9EE57F51669673D00337E4B /* tsd.h */,
881			);
882			path = os;
883			sourceTree = "<group>";
884		};
885		C9D9BCBE114B00600000D8B9 /* arm */ = {
886			isa = PBXGroup;
887			children = (
888				C9D9BCBF114B00600000D8B9 /* .open_source_exclude */,
889			);
890			path = arm;
891			sourceTree = "<group>";
892		};
893		C9D9BCD8114B00600000D8B9 /* mach */ = {
894			isa = PBXGroup;
895			children = (
896				C9D9BCD9114B00600000D8B9 /* errorlib.h */,
897				C9D9BCDA114B00600000D8B9 /* mach.h */,
898				C9D9BCDB114B00600000D8B9 /* mach_error.h */,
899				C9D9BCDC114B00600000D8B9 /* mach_init.h */,
900				C9D9BCDD114B00600000D8B9 /* mach_interface.h */,
901				C9D9BCDF114B00600000D8B9 /* port_obj.h */,
902				C9D9BCE0114B00600000D8B9 /* sync.h */,
903				C9D9BCE3114B00600000D8B9 /* vm_task.h */,
904				7466C923170CB99B004557CC /* vm_page_size.h */,
905			);
906			path = mach;
907			sourceTree = "<group>";
908		};
909		C9D9BD07114B00600000D8B9 /* servers */ = {
910			isa = PBXGroup;
911			children = (
912				C9D9BD08114B00600000D8B9 /* key_defs.h */,
913				C9D9BD09114B00600000D8B9 /* ls_defs.h */,
914				C9D9BD0B114B00600000D8B9 /* netname.defs */,
915				C9D9BD0C114B00600000D8B9 /* netname_defs.h */,
916				C9D9BD0D114B00600000D8B9 /* nm_defs.h */,
917			);
918			path = servers;
919			sourceTree = "<group>";
920		};
921		E4D45C2916F868ED0002AF25 /* libproc */ = {
922			isa = PBXGroup;
923			children = (
924				E4D45C2A16F868ED0002AF25 /* libproc.c */,
925				E4D45C2D16F868ED0002AF25 /* proc_listpidspath.c */,
926				E4D45C2B16F868ED0002AF25 /* libproc.h */,
927				E4D45C2C16F868ED0002AF25 /* libproc_internal.h */,
928			);
929			path = libproc;
930			sourceTree = "<group>";
931		};
932		E4D45C3B16FB20970002AF25 /* spawn */ = {
933			isa = PBXGroup;
934			children = (
935				E4D45C3316F86BD80002AF25 /* posix_spawn.c */,
936				E4D45C3D16FB20970002AF25 /* spawn.h */,
937				E4D45C3E16FB20970002AF25 /* spawn_private.h */,
938			);
939			path = spawn;
940			sourceTree = "<group>";
941		};
942		E4D7E55216F8776300F92D8D /* string */ = {
943			isa = PBXGroup;
944			children = (
945				E4D7E55316F8776300F92D8D /* index.c */,
946				24B028D511FF4FBB00CA64A9 /* memcpy.c */,
947				E4D7E55516F8776300F92D8D /* memset.c */,
948				E4D7E55616F8776300F92D8D /* strcmp.c */,
949				E4D7E55716F8776300F92D8D /* strcpy.c */,
950				E4D7E55816F8776300F92D8D /* strings.h */,
951				E4D7E55916F8776300F92D8D /* strlcpy.c */,
952				E4D7E55A16F8776300F92D8D /* strlen.c */,
953				E4D7E55B16F8776300F92D8D /* strsep.c */,
954			);
955			path = string;
956			sourceTree = "<group>";
957		};
958/* End PBXGroup section */
959
960/* Begin PBXHeadersBuildPhase section */
961		C6D3EFB516542C510052CF30 /* Headers */ = {
962			isa = PBXHeadersBuildPhase;
963			buildActionMask = 2147483647;
964			files = (
965				C6D3EFB616542C510052CF30 /* errorlib.h in Headers */,
966				C6D3EFB716542C510052CF30 /* externs.h in Headers */,
967				C6AB38DB174202C10036DD9F /* gethostuuid.h in Headers */,
968				C6D3EFB816542C510052CF30 /* errorlib.h in Headers */,
969				C6C401241741566D000AE69F /* gethostuuid_private.h in Headers */,
970				C6D3EFB916542C510052CF30 /* mach.h in Headers */,
971				C6D3EFBA16542C510052CF30 /* mach_error.h in Headers */,
972				C6D3EFBB16542C510052CF30 /* mach_init.h in Headers */,
973				C6D3EFBC16542C510052CF30 /* mach_interface.h in Headers */,
974				C6D3EFBD16542C510052CF30 /* port_obj.h in Headers */,
975				C6D3EFBE16542C510052CF30 /* sync.h in Headers */,
976				C6D3EFC116542C510052CF30 /* vm_task.h in Headers */,
977				C6D3EFC216542C510052CF30 /* key_defs.h in Headers */,
978				C6D3EFC316542C510052CF30 /* ls_defs.h in Headers */,
979				C6D3EFC416542C510052CF30 /* netname_defs.h in Headers */,
980				C6D3EFC516542C510052CF30 /* nm_defs.h in Headers */,
981				C6D3EFC616542C510052CF30 /* SYS.h in Headers */,
982				C6D3EFC716542C510052CF30 /* abort.h in Headers */,
983				C6D3EFC816542C510052CF30 /* exc_catcher.h in Headers */,
984				C6D3EFC916542C510052CF30 /* _libkernel_init.h in Headers */,
985				E453AF3A17013F4C00F2C94C /* stack_logging_internal.h in Headers */,
986				E453AF3817013F1400F2C94C /* spawn.h in Headers */,
987				E453AF3917013F1B00F2C94C /* spawn_private.h in Headers */,
988				E453AF3617013CBF00F2C94C /* libproc.h in Headers */,
989				E453AF3717013CC200F2C94C /* libproc_internal.h in Headers */,
990				74119F46188F3B6A00C6F48F /* vm_page_size.h in Headers */,
991			);
992			runOnlyForDeploymentPostprocessing = 0;
993		};
994		D2AAC0600554660B00DB518D /* Headers */ = {
995			isa = PBXHeadersBuildPhase;
996			buildActionMask = 2147483647;
997			files = (
998				C9D9BD1E114B00600000D8B9 /* errorlib.h in Headers */,
999				C9D9BD23114B00600000D8B9 /* externs.h in Headers */,
1000				C639F0E51741C25800A39F47 /* gethostuuid.h in Headers */,
1001				C9D9BD25114B00600000D8B9 /* errorlib.h in Headers */,
1002				C9D9BD26114B00600000D8B9 /* mach.h in Headers */,
1003				C9D9BD27114B00600000D8B9 /* mach_error.h in Headers */,
1004				C9D9BD28114B00600000D8B9 /* mach_init.h in Headers */,
1005				C6C40122174155E3000AE69F /* gethostuuid_private.h in Headers */,
1006				C9D9BD29114B00600000D8B9 /* mach_interface.h in Headers */,
1007				C9D9BD2B114B00600000D8B9 /* port_obj.h in Headers */,
1008				C9D9BD2C114B00600000D8B9 /* sync.h in Headers */,
1009				C9D9BD2F114B00600000D8B9 /* vm_task.h in Headers */,
1010				C9D9BD50114B00600000D8B9 /* key_defs.h in Headers */,
1011				C9D9BD51114B00600000D8B9 /* ls_defs.h in Headers */,
1012				C9D9BD54114B00600000D8B9 /* netname_defs.h in Headers */,
1013				C9D9BD55114B00600000D8B9 /* nm_defs.h in Headers */,
1014				24D1158311E671B20063D54D /* SYS.h in Headers */,
1015				247A090011F8E18000E4693F /* abort.h in Headers */,
1016				247A091711F8E7A800E4693F /* exc_catcher.h in Headers */,
1017				24B028F511FF5C3500CA64A9 /* _libkernel_init.h in Headers */,
1018				A59CB95616669EFB00B064B3 /* stack_logging_internal.h in Headers */,
1019				E4D45C3F16FB20D30002AF25 /* spawn.h in Headers */,
1020				E4D45C4016FB20DC0002AF25 /* spawn_private.h in Headers */,
1021				E4D45C2F16F868ED0002AF25 /* libproc.h in Headers */,
1022				E4D45C3016F868ED0002AF25 /* libproc_internal.h in Headers */,
1023				7466C924170CBA53004557CC /* vm_page_size.h in Headers */,
1024			);
1025			runOnlyForDeploymentPostprocessing = 0;
1026		};
1027/* End PBXHeadersBuildPhase section */
1028
1029/* Begin PBXNativeTarget section */
1030		249C60FE1194747600ED73F3 /* Libsyscall_dynamic */ = {
1031			isa = PBXNativeTarget;
1032			buildConfigurationList = 249C6102119474D700ED73F3 /* Build configuration list for PBXNativeTarget "Libsyscall_dynamic" */;
1033			buildPhases = (
1034				249C61281194815000ED73F3 /* Sources */,
1035				249C60FD1194747600ED73F3 /* Frameworks */,
1036			);
1037			buildRules = (
1038			);
1039			dependencies = (
1040				249C610A1194750700ED73F3 /* PBXTargetDependency */,
1041			);
1042			name = Libsyscall_dynamic;
1043			productName = Libmach;
1044			productReference = 249C60FF1194747600ED73F3 /* libsystem_kernel.dylib */;
1045			productType = "com.apple.product-type.library.dynamic";
1046		};
1047		C6D3EFB216542C510052CF30 /* Libsyscall_headers_Sim */ = {
1048			isa = PBXNativeTarget;
1049			buildConfigurationList = C6D3F02C16542C510052CF30 /* Build configuration list for PBXNativeTarget "Libsyscall_headers_Sim" */;
1050			buildPhases = (
1051				C6D3EFB516542C510052CF30 /* Headers */,
1052				C6D3EFCA16542C510052CF30 /* CopyFiles */,
1053				BA4414B418336E1A00AAE813 /* Copy Files */,
1054				BA4414B718336E5600AAE813 /* CopyFiles */,
1055				C6D3EFCD16542C510052CF30 /* Sources */,
1056			);
1057			buildRules = (
1058			);
1059			dependencies = (
1060				BA4414B318336D8D00AAE813 /* PBXTargetDependency */,
1061			);
1062			name = Libsyscall_headers_Sim;
1063			productName = mach;
1064			productReference = C6D3F02E16542C510052CF30 /* libsystem_Libsyscall_headers_Sim.a */;
1065			productType = "com.apple.product-type.library.static";
1066		};
1067		D2AAC0620554660B00DB518D /* Libsyscall_static */ = {
1068			isa = PBXNativeTarget;
1069			buildConfigurationList = 1DEB914A08733D8E0010E9CD /* Build configuration list for PBXNativeTarget "Libsyscall_static" */;
1070			buildPhases = (
1071				D2AAC0600554660B00DB518D /* Headers */,
1072				C63F480B1654203800A1F78F /* CopyFiles */,
1073				BA4414A818336A1300AAE813 /* CopyFiles */,
1074				BA4414AC18336A7700AAE813 /* CopyFiles */,
1075				D2AAC0610554660B00DB518D /* Sources */,
1076				D289988505E68E00004EDB86 /* Frameworks */,
1077			);
1078			buildRules = (
1079			);
1080			dependencies = (
1081				242AB67911ED03ED00107336 /* PBXTargetDependency */,
1082				BA4414AF18336AF300AAE813 /* PBXTargetDependency */,
1083			);
1084			name = Libsyscall_static;
1085			productName = mach;
1086			productReference = D2AAC0630554660B00DB518D /* libsystem_kernel.a */;
1087			productType = "com.apple.product-type.library.static";
1088		};
1089/* End PBXNativeTarget section */
1090
1091/* Begin PBXProject section */
1092		08FB7793FE84155DC02AAC07 /* Project object */ = {
1093			isa = PBXProject;
1094			attributes = {
1095				LastUpgradeCheck = 0500;
1096			};
1097			buildConfigurationList = 1DEB914E08733D8E0010E9CD /* Build configuration list for PBXProject "Libsyscall" */;
1098			compatibilityVersion = "Xcode 3.2";
1099			developmentRegion = English;
1100			hasScannedForEncodings = 1;
1101			knownRegions = (
1102				English,
1103				Japanese,
1104				French,
1105				German,
1106			);
1107			mainGroup = 08FB7794FE84155DC02AAC07 /* mach */;
1108			projectDirPath = "";
1109			projectRoot = "";
1110			targets = (
1111				249C61101194755D00ED73F3 /* Build */,
1112				24614EF311E7C98600E78584 /* Syscalls */,
1113				BA4414A1183366E600AAE813 /* MIG headers */,
1114				D2AAC0620554660B00DB518D /* Libsyscall_static */,
1115				249C60FE1194747600ED73F3 /* Libsyscall_dynamic */,
1116				C6D3EFB216542C510052CF30 /* Libsyscall_headers_Sim */,
1117			);
1118		};
1119/* End PBXProject section */
1120
1121/* Begin PBXShellScriptBuildPhase section */
1122		24614EF211E7C98600E78584 /* Generate Syscalls */ = {
1123			isa = PBXShellScriptBuildPhase;
1124			buildActionMask = 2147483647;
1125			files = (
1126			);
1127			inputPaths = (
1128			);
1129			name = "Generate Syscalls";
1130			outputPaths = (
1131			);
1132			runOnlyForDeploymentPostprocessing = 0;
1133			shellPath = /bin/sh;
1134			shellScript = "set -x\n[[ $ACTION == \"installhdrs\" ]] && exit 0\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";
1135		};
1136		24614EF611E7C9A000E78584 /* Compile Syscalls */ = {
1137			isa = PBXShellScriptBuildPhase;
1138			buildActionMask = 2147483647;
1139			files = (
1140			);
1141			inputPaths = (
1142			);
1143			name = "Compile Syscalls";
1144			outputPaths = (
1145				"$(BUILD_ROOT)/syscalls.a",
1146			);
1147			runOnlyForDeploymentPostprocessing = 0;
1148			shellPath = /bin/sh;
1149			shellScript = "set -x\n[[ $ACTION == \"installhdrs\" ]] && exit 0\n\nmkdir -p $OBJROOT/UninstalledProducts\n\n$SRCROOT/xcodescripts/compile-syscalls.pl \\\n\t$OBJROOT/sys/stubs.list \\\n\t$BUILD_ROOT/syscalls.a";
1150		};
1151		BA4414A41833672200AAE813 /* Generate MIG Headers */ = {
1152			isa = PBXShellScriptBuildPhase;
1153			buildActionMask = 2147483647;
1154			files = (
1155			);
1156			inputPaths = (
1157			);
1158			name = "Generate MIG Headers";
1159			outputPaths = (
1160			);
1161			runOnlyForDeploymentPostprocessing = 0;
1162			shellPath = /bin/sh;
1163			shellScript = "\"$PROJECT_DIR\"/xcodescripts/mach_install_mig.sh";
1164		};
1165/* End PBXShellScriptBuildPhase section */
1166
1167/* Begin PBXSourcesBuildPhase section */
1168		249C61281194815000ED73F3 /* Sources */ = {
1169			isa = PBXSourcesBuildPhase;
1170			buildActionMask = 2147483647;
1171			files = (
1172				24E4782712088267009A384D /* _libc_funcptr.c in Sources */,
1173				E4D7E56216F8776300F92D8D /* strlen.c in Sources */,
1174				E4D7E55C16F8776300F92D8D /* index.c in Sources */,
1175				E4D7E55F16F8776300F92D8D /* strcmp.c in Sources */,
1176				E4D7E55E16F8776300F92D8D /* memset.c in Sources */,
1177				240BAC4C1214770F000A1719 /* memcpy.c in Sources */,
1178				E4D7E56316F8776300F92D8D /* strsep.c in Sources */,
1179				E4D7E56016F8776300F92D8D /* strcpy.c in Sources */,
1180				E4D7E56116F8776300F92D8D /* strlcpy.c in Sources */,
1181				249C612F1194828600ED73F3 /* dylib_link.c in Sources */,
1182			);
1183			runOnlyForDeploymentPostprocessing = 0;
1184		};
1185		C6D3EFCD16542C510052CF30 /* Sources */ = {
1186			isa = PBXSourcesBuildPhase;
1187			buildActionMask = 2147483647;
1188			files = (
1189				C6D3F03016542C980052CF30 /* dummy.c in Sources */,
1190			);
1191			runOnlyForDeploymentPostprocessing = 0;
1192		};
1193		D2AAC0610554660B00DB518D /* Sources */ = {
1194			isa = PBXSourcesBuildPhase;
1195			buildActionMask = 2147483647;
1196			files = (
1197				C9D9BD19114B00600000D8B9 /* clock_priv.defs in Sources */,
1198				C9D9BD1A114B00600000D8B9 /* clock_reply.defs in Sources */,
1199				C9D9BD1C114B00600000D8B9 /* clock.defs in Sources */,
1200				C9D9BD22114B00600000D8B9 /* exc.defs in Sources */,
1201				C9D9BD30114B00600000D8B9 /* host_priv.defs in Sources */,
1202				C9D9BD31114B00600000D8B9 /* host_security.defs in Sources */,
1203				C9D9BD35114B00600000D8B9 /* lock_set.defs in Sources */,
1204				C9D9BD38114B00600000D8B9 /* mach_host.defs in Sources */,
1205				C9D9BD3D114B00600000D8B9 /* mach_port.defs in Sources */,
1206				C9D9BD3F114B00600000D8B9 /* mach_vm.defs in Sources */,
1207				C9D9BD46114B00600000D8B9 /* notify.defs in Sources */,
1208				C9D9BD4C114B00600000D8B9 /* processor_set.defs in Sources */,
1209				C9D9BD4D114B00600000D8B9 /* processor.defs in Sources */,
1210				C9D9BD53114B00600000D8B9 /* netname.defs in Sources */,
1211				C9D9BD57114B00600000D8B9 /* task.defs in Sources */,
1212				C9D9BD58114B00600000D8B9 /* thread_act.defs in Sources */,
1213				29A59AE6183B110C00E8B896 /* unlinkat.c in Sources */,
1214				C9D9BD59114B00600000D8B9 /* vm_map.defs in Sources */,
1215				C9D9BD1B114B00600000D8B9 /* clock_sleep.c in Sources */,
1216				29A59AE2183B0DE000E8B896 /* renameat.c in Sources */,
1217				C9D9BD1D114B00600000D8B9 /* error_codes.c in Sources */,
1218				C9D9BD1F114B00600000D8B9 /* exc_catcher_state_identity.c in Sources */,
1219				C9D9BD20114B00600000D8B9 /* exc_catcher_state.c in Sources */,
1220				C9D9BD21114B00600000D8B9 /* exc_catcher.c in Sources */,
1221				C9D9BD24114B00600000D8B9 /* fprintf_stderr.c in Sources */,
1222				72B1E6ED190723DB00FB3FA2 /* guarded_open_dprotected_np.c in Sources */,
1223				C9D9BD36114B00600000D8B9 /* mach_error_string.c in Sources */,
1224				C9D9BD37114B00600000D8B9 /* mach_error.c in Sources */,
1225				C9D9BD3B114B00600000D8B9 /* mach_init.c in Sources */,
1226				E4D45C2616F856900002AF25 /* mach_absolute_time.s in Sources */,
1227				C9D9BD3C114B00600000D8B9 /* mach_msg.c in Sources */,
1228				C9D9BD3E114B00600000D8B9 /* mach_traps.s in Sources */,
1229				C9D9BD41114B00600000D8B9 /* mig_allocate.c in Sources */,
1230				E4D45C2516F856900002AF25 /* __commpage_gettimeofday.s in Sources */,
1231				C9D9BD42114B00600000D8B9 /* mig_deallocate.c in Sources */,
1232				E4D45C2416F856900002AF25 /* __commpage_gettimeofday.c in Sources */,
1233				C9D9BD43114B00600000D8B9 /* mig_reply_setup.c in Sources */,
1234				24484A9411F61D2B00E10CD2 /* mig_reply_port.c in Sources */,
1235				C9D9BD44114B00600000D8B9 /* mig_strncpy.c in Sources */,
1236				C9D9BD45114B00600000D8B9 /* ms_thread_switch.c in Sources */,
1237				C9D9BD47114B00600000D8B9 /* panic.c in Sources */,
1238				C9D9BD48114B00600000D8B9 /* port_obj.c in Sources */,
1239				C9D9BD4F114B00600000D8B9 /* semaphore.c in Sources */,
1240				C9D9BD56114B00600000D8B9 /* slot_name.c in Sources */,
1241				24484A7511F6178E00E10CD2 /* string.c in Sources */,
1242				E453AF351700FD3C00F2C94C /* getiopolicy_np.c in Sources */,
1243				2485235511582D8F0051B413 /* mach_legacy.c in Sources */,
1244				242AB66611EBDC1200107336 /* errno.c in Sources */,
1245				E4D45C2E16F868ED0002AF25 /* libproc.c in Sources */,
1246				247A08C211F8BDC900E4693F /* _libkernel_init.c in Sources */,
1247				24A7C5BC11FF8DA6007669EB /* accept.c in Sources */,
1248				24A7C5BD11FF8DA6007669EB /* bind.c in Sources */,
1249				4BDD5F1D1891AB2F004BF300 /* mach_approximate_time.c in Sources */,
1250				C6C4012317415637000AE69F /* gethostuuid.c in Sources */,
1251				24A7C5BF11FF8DA6007669EB /* getattrlist.c in Sources */,
1252				24A7C5C011FF8DA6007669EB /* getpeername.c in Sources */,
1253				24A7C5C111FF8DA6007669EB /* getsockname.c in Sources */,
1254				24A7C5C211FF8DA6007669EB /* lchown.c in Sources */,
1255				24A7C5C311FF8DA6007669EB /* listen.c in Sources */,
1256				24A7C5C411FF8DA6007669EB /* recvfrom.c in Sources */,
1257				C962B16E18DBB43F0031244A /* thread_act.c in Sources */,
1258				24A7C5C511FF8DA6007669EB /* recvmsg.c in Sources */,
1259				24A7C5C611FF8DA6007669EB /* sendmsg.c in Sources */,
1260				24A7C5C711FF8DA6007669EB /* sendto.c in Sources */,
1261				24A7C5C811FF8DA6007669EB /* setattrlist.c in Sources */,
1262				24A7C5C911FF8DA6007669EB /* socketpair.c in Sources */,
1263				9002401118FC9A7F00D73BFA /* rename_ext.c in Sources */,
1264				2419382B12135FF6003CDE41 /* chmod.c in Sources */,
1265				248BA01D121C56BF008C073F /* connect.c in Sources */,
1266				248BA01F121C607E008C073F /* fchmod.c in Sources */,
1267				E4D45C3616F86BD80002AF25 /* posix_spawn.c in Sources */,
1268				C962B16C18DBA2C80031244A /* setpriority.c in Sources */,
1269				248BA04F121C8F06008C073F /* fcntl.c in Sources */,
1270				248BA05C121C9649008C073F /* fcntl-cancel.c in Sources */,
1271				248BA069121D9E27008C073F /* getrlimit.c in Sources */,
1272				C6460B7C182025DF00F73CCA /* sfi.c in Sources */,
1273				248BA080121DA36B008C073F /* ioctl.c in Sources */,
1274				C6BEE9181806840200D25AAB /* posix_sem_obsolete.c in Sources */,
1275				248BA082121DA4F3008C073F /* kill.c in Sources */,
1276				248BA085121DA5E4008C073F /* kill.c in Sources */,
1277				2BA88DCC1810A3CE00EB63F6 /* coalition.c in Sources */,
1278				248BA087121DA72D008C073F /* mmap.c in Sources */,
1279				7AE28FDF18AC41B1006A5626 /* csr.c in Sources */,
1280				248BA089121DA8E0008C073F /* mprotect.c in Sources */,
1281				248BA08B121DAC86008C073F /* msync.c in Sources */,
1282				248BA08D121DB0E7008C073F /* munmap.c in Sources */,
1283				248BA08F121DC545008C073F /* open.c in Sources */,
1284				248BA093121DE369008C073F /* select.c in Sources */,
1285				248BA095121DE565008C073F /* select-pre1050.c in Sources */,
1286				4BDD5F1E1891AB2F004BF300 /* mach_approximate_time.s in Sources */,
1287				248BA0B3121DE760008C073F /* select-cancel.c in Sources */,
1288				248BA0BE121DE902008C073F /* select.c in Sources */,
1289				248BA0CD121DEBEF008C073F /* setrlimit.c in Sources */,
1290				24B223B0121DFD36007DAEDE /* sigsuspend.c in Sources */,
1291				24B223B2121DFE6D007DAEDE /* sigsuspend-cancel.c in Sources */,
1292				E4216C311822D404006F2632 /* mach_voucher.defs in Sources */,
1293				24B223B5121DFF29007DAEDE /* sigsuspend.c in Sources */,
1294				248AA963122C7B2A0085F5B1 /* unlink.c in Sources */,
1295				248AA965122C7C330085F5B1 /* rmdir.c in Sources */,
1296				248AA967122C7CDA0085F5B1 /* rename.c in Sources */,
1297				24B8C2621237F53900D36CC3 /* remove-counter.c in Sources */,
1298				C99A4F501305B2BD0054B7B7 /* __get_cpu_capabilities.s in Sources */,
1299				C99A4F531305B43F0054B7B7 /* init_cpu_capabilities.c in Sources */,
1300				030B179B135377B400DAD1F0 /* open_dprotected_np.c in Sources */,
1301				E4D45C3116F868ED0002AF25 /* proc_listpidspath.c in Sources */,
1302				374A36E314748F1300AAF39D /* varargs_wrappers.s in Sources */,
1303				291D3C281354FDD100D46061 /* mach_port.c in Sources */,
1304				291D3C291354FDD100D46061 /* mach_vm.c in Sources */,
1305				EE3F605A149A6D66003BAEBA /* getaudit.c in Sources */,
1306				C9B6A5ED153795DE00749EBA /* alloc_once.c in Sources */,
1307				467DAFD4157E8AF200CE68F0 /* guarded_open_np.c in Sources */,
1308				729B7D0A15C8938C000E2501 /* carbon_delete.c in Sources */,
1309				A59CB9581666A1A200B064B3 /* munmap.c in Sources */,
1310			);
1311			runOnlyForDeploymentPostprocessing = 0;
1312		};
1313/* End PBXSourcesBuildPhase section */
1314
1315/* Begin PBXTargetDependency section */
1316		242AB67911ED03ED00107336 /* PBXTargetDependency */ = {
1317			isa = PBXTargetDependency;
1318			target = 24614EF311E7C98600E78584 /* Syscalls */;
1319			targetProxy = 242AB67811ED03ED00107336 /* PBXContainerItemProxy */;
1320		};
1321		249C610A1194750700ED73F3 /* PBXTargetDependency */ = {
1322			isa = PBXTargetDependency;
1323			target = D2AAC0620554660B00DB518D /* Libsyscall_static */;
1324			targetProxy = 249C61091194750700ED73F3 /* PBXContainerItemProxy */;
1325		};
1326		249C61151194756A00ED73F3 /* PBXTargetDependency */ = {
1327			isa = PBXTargetDependency;
1328			target = 249C60FE1194747600ED73F3 /* Libsyscall_dynamic */;
1329			targetProxy = 249C61141194756A00ED73F3 /* PBXContainerItemProxy */;
1330		};
1331		BA4414AF18336AF300AAE813 /* PBXTargetDependency */ = {
1332			isa = PBXTargetDependency;
1333			target = BA4414A1183366E600AAE813 /* MIG headers */;
1334			targetProxy = BA4414AE18336AF300AAE813 /* PBXContainerItemProxy */;
1335		};
1336		BA4414B318336D8D00AAE813 /* PBXTargetDependency */ = {
1337			isa = PBXTargetDependency;
1338			target = BA4414A1183366E600AAE813 /* MIG headers */;
1339			targetProxy = BA4414B218336D8D00AAE813 /* PBXContainerItemProxy */;
1340		};
1341/* End PBXTargetDependency section */
1342
1343/* Begin XCBuildConfiguration section */
1344		1DEB914C08733D8E0010E9CD /* Release */ = {
1345			isa = XCBuildConfiguration;
1346			baseConfigurationReference = C9D9BE0F114FFADC0000D8B9 /* Libsyscall.xcconfig */;
1347			buildSettings = {
1348				COPY_PHASE_STRIP = NO;
1349				INSTALL_PATH_ACTUAL = /usr/local/lib/dyld;
1350				STRIP_INSTALLED_PRODUCT = NO;
1351			};
1352			name = Release;
1353		};
1354		1DEB915008733D8E0010E9CD /* Release */ = {
1355			isa = XCBuildConfiguration;
1356			baseConfigurationReference = C9D9BE0F114FFADC0000D8B9 /* Libsyscall.xcconfig */;
1357			buildSettings = {
1358				GCC_C_LANGUAGE_STANDARD = gnu99;
1359				GCC_WARN_ABOUT_RETURN_TYPE = YES;
1360				GCC_WARN_UNINITIALIZED_AUTOS = YES;
1361				GCC_WARN_UNUSED_FUNCTION = YES;
1362				GCC_WARN_UNUSED_PARAMETER = YES;
1363				GCC_WARN_UNUSED_VARIABLE = YES;
1364				OTHER_MIGFLAGS = "-novouchers";
1365			};
1366			name = Release;
1367		};
1368		24614EF411E7C98600E78584 /* Release */ = {
1369			isa = XCBuildConfiguration;
1370			baseConfigurationReference = C9D9BE0F114FFADC0000D8B9 /* Libsyscall.xcconfig */;
1371			buildSettings = {
1372				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
1373				COPY_PHASE_STRIP = YES;
1374				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1375				MAP_PLATFORM = "$(MAP_PLATFORM_$(PLATFORM_NAME))";
1376				MAP_PLATFORM_iphoneos = iPhoneOS;
1377				MAP_PLATFORM_iphoneosnano = iPhoneOS;
1378				MAP_PLATFORM_macosx = MacOSX;
1379				PRODUCT_NAME = Syscalls;
1380				STRIP_STYLE = debugging;
1381			};
1382			name = Release;
1383		};
1384		249C61001194747600ED73F3 /* Release */ = {
1385			isa = XCBuildConfiguration;
1386			baseConfigurationReference = C9D9BE0F114FFADC0000D8B9 /* Libsyscall.xcconfig */;
1387			buildSettings = {
1388				OTHER_LDFLAGS = "$(DYLIB_LDFLAGS)";
1389				VERSION_INFO_PREFIX = "___";
1390			};
1391			name = Release;
1392		};
1393		249C61111194755E00ED73F3 /* Release */ = {
1394			isa = XCBuildConfiguration;
1395			baseConfigurationReference = C9D9BE0F114FFADC0000D8B9 /* Libsyscall.xcconfig */;
1396			buildSettings = {
1397				PRODUCT_NAME = Build;
1398				STRIP_STYLE = debugging;
1399			};
1400			name = Release;
1401		};
1402		BA4414A3183366E700AAE813 /* Release */ = {
1403			isa = XCBuildConfiguration;
1404			baseConfigurationReference = C9D9BE0F114FFADC0000D8B9 /* Libsyscall.xcconfig */;
1405			buildSettings = {
1406				PRODUCT_NAME = "$(TARGET_NAME)";
1407			};
1408			name = Release;
1409		};
1410		C6D3F02D16542C510052CF30 /* Release */ = {
1411			isa = XCBuildConfiguration;
1412			baseConfigurationReference = C9D9BE0F114FFADC0000D8B9 /* Libsyscall.xcconfig */;
1413			buildSettings = {
1414				COPY_PHASE_STRIP = NO;
1415				PRODUCT_NAME = Libsyscall_headers_Sim;
1416				SKIP_INSTALL = YES;
1417			};
1418			name = Release;
1419		};
1420/* End XCBuildConfiguration section */
1421
1422/* Begin XCConfigurationList section */
1423		1DEB914A08733D8E0010E9CD /* Build configuration list for PBXNativeTarget "Libsyscall_static" */ = {
1424			isa = XCConfigurationList;
1425			buildConfigurations = (
1426				1DEB914C08733D8E0010E9CD /* Release */,
1427			);
1428			defaultConfigurationIsVisible = 0;
1429			defaultConfigurationName = Release;
1430		};
1431		1DEB914E08733D8E0010E9CD /* Build configuration list for PBXProject "Libsyscall" */ = {
1432			isa = XCConfigurationList;
1433			buildConfigurations = (
1434				1DEB915008733D8E0010E9CD /* Release */,
1435			);
1436			defaultConfigurationIsVisible = 0;
1437			defaultConfigurationName = Release;
1438		};
1439		24614EFD11E7C9B900E78584 /* Build configuration list for PBXAggregateTarget "Syscalls" */ = {
1440			isa = XCConfigurationList;
1441			buildConfigurations = (
1442				24614EF411E7C98600E78584 /* Release */,
1443			);
1444			defaultConfigurationIsVisible = 0;
1445			defaultConfigurationName = Release;
1446		};
1447		249C6102119474D700ED73F3 /* Build configuration list for PBXNativeTarget "Libsyscall_dynamic" */ = {
1448			isa = XCConfigurationList;
1449			buildConfigurations = (
1450				249C61001194747600ED73F3 /* Release */,
1451			);
1452			defaultConfigurationIsVisible = 0;
1453			defaultConfigurationName = Release;
1454		};
1455		249C61191194756B00ED73F3 /* Build configuration list for PBXAggregateTarget "Build" */ = {
1456			isa = XCConfigurationList;
1457			buildConfigurations = (
1458				249C61111194755E00ED73F3 /* Release */,
1459			);
1460			defaultConfigurationIsVisible = 0;
1461			defaultConfigurationName = Release;
1462		};
1463		BA4414A2183366E700AAE813 /* Build configuration list for PBXAggregateTarget "MIG headers" */ = {
1464			isa = XCConfigurationList;
1465			buildConfigurations = (
1466				BA4414A3183366E700AAE813 /* Release */,
1467			);
1468			defaultConfigurationIsVisible = 0;
1469			defaultConfigurationName = Release;
1470		};
1471		C6D3F02C16542C510052CF30 /* Build configuration list for PBXNativeTarget "Libsyscall_headers_Sim" */ = {
1472			isa = XCConfigurationList;
1473			buildConfigurations = (
1474				C6D3F02D16542C510052CF30 /* Release */,
1475			);
1476			defaultConfigurationIsVisible = 0;
1477			defaultConfigurationName = Release;
1478		};
1479/* End XCConfigurationList section */
1480	};
1481	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
1482}
1483