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