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