linux_syscalls.c revision 1.8.2.7 1 1.8.2.7 nathanw /* $NetBSD: linux_syscalls.c,v 1.8.2.7 2002/06/20 03:42:57 nathanw Exp $ */
2 1.8.2.2 nathanw
3 1.8.2.2 nathanw /*
4 1.8.2.2 nathanw * System call names.
5 1.8.2.2 nathanw *
6 1.8.2.2 nathanw * DO NOT EDIT-- this file is automatically generated.
7 1.8.2.6 nathanw * created from NetBSD: syscalls.master,v 1.8.2.4 2002/05/29 21:32:31 nathanw Exp
8 1.8.2.2 nathanw */
9 1.8.2.2 nathanw
10 1.8.2.2 nathanw #include <sys/cdefs.h>
11 1.8.2.7 nathanw __KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.8.2.7 2002/06/20 03:42:57 nathanw Exp $");
12 1.8.2.2 nathanw
13 1.8.2.2 nathanw #if defined(_KERNEL_OPT)
14 1.8.2.2 nathanw #if defined(_KERNEL_OPT)
15 1.8.2.2 nathanw #include "opt_compat_43.h"
16 1.8.2.2 nathanw #endif
17 1.8.2.2 nathanw #include <sys/param.h>
18 1.8.2.2 nathanw #include <sys/poll.h>
19 1.8.2.2 nathanw #include <sys/systm.h>
20 1.8.2.2 nathanw #include <sys/signal.h>
21 1.8.2.2 nathanw #include <sys/mount.h>
22 1.8.2.6 nathanw #include <sys/sa.h>
23 1.8.2.2 nathanw #include <sys/syscallargs.h>
24 1.8.2.2 nathanw #include <compat/linux/common/linux_types.h>
25 1.8.2.2 nathanw #include <compat/linux/common/linux_signal.h>
26 1.8.2.2 nathanw #include <compat/linux/common/linux_siginfo.h>
27 1.8.2.2 nathanw #include <compat/linux/common/linux_machdep.h>
28 1.8.2.2 nathanw #include <compat/linux/linux_syscallargs.h>
29 1.8.2.2 nathanw #endif /* _KERNEL_OPT */
30 1.8.2.2 nathanw
31 1.8.2.2 nathanw const char *const linux_syscallnames[] = {
32 1.8.2.2 nathanw "nosys", /* 0 = nosys */
33 1.8.2.2 nathanw "exit", /* 1 = exit */
34 1.8.2.2 nathanw "fork", /* 2 = fork */
35 1.8.2.2 nathanw "read", /* 3 = read */
36 1.8.2.2 nathanw "write", /* 4 = write */
37 1.8.2.2 nathanw "open", /* 5 = open */
38 1.8.2.2 nathanw "close", /* 6 = close */
39 1.8.2.2 nathanw "waitpid", /* 7 = waitpid */
40 1.8.2.2 nathanw "creat", /* 8 = creat */
41 1.8.2.2 nathanw "link", /* 9 = link */
42 1.8.2.2 nathanw "unlink", /* 10 = unlink */
43 1.8.2.2 nathanw "execve", /* 11 = execve */
44 1.8.2.2 nathanw "chdir", /* 12 = chdir */
45 1.8.2.2 nathanw "time", /* 13 = time */
46 1.8.2.2 nathanw "mknod", /* 14 = mknod */
47 1.8.2.2 nathanw "chmod", /* 15 = chmod */
48 1.8.2.2 nathanw "lchown16", /* 16 = lchown16 */
49 1.8.2.2 nathanw "#17 (obsolete break)", /* 17 = obsolete break */
50 1.8.2.2 nathanw "#18 (obsolete ostat)", /* 18 = obsolete ostat */
51 1.8.2.2 nathanw "lseek", /* 19 = lseek */
52 1.8.2.2 nathanw "getpid", /* 20 = getpid */
53 1.8.2.2 nathanw "#21 (unimplemented mount)", /* 21 = unimplemented mount */
54 1.8.2.2 nathanw "#22 (obsolete umount)", /* 22 = obsolete umount */
55 1.8.2.2 nathanw "setuid", /* 23 = setuid */
56 1.8.2.2 nathanw "getuid", /* 24 = getuid */
57 1.8.2.2 nathanw "stime", /* 25 = stime */
58 1.8.2.2 nathanw "ptrace", /* 26 = ptrace */
59 1.8.2.2 nathanw "alarm", /* 27 = alarm */
60 1.8.2.2 nathanw "#28 (obsolete ofstat)", /* 28 = obsolete ofstat */
61 1.8.2.2 nathanw "pause", /* 29 = pause */
62 1.8.2.2 nathanw "utime", /* 30 = utime */
63 1.8.2.2 nathanw "#31 (obsolete stty)", /* 31 = obsolete stty */
64 1.8.2.2 nathanw "#32 (obsolete gtty)", /* 32 = obsolete gtty */
65 1.8.2.2 nathanw "access", /* 33 = access */
66 1.8.2.2 nathanw "nice", /* 34 = nice */
67 1.8.2.2 nathanw "#35 (obsolete ftime)", /* 35 = obsolete ftime */
68 1.8.2.2 nathanw "sync", /* 36 = sync */
69 1.8.2.2 nathanw "kill", /* 37 = kill */
70 1.8.2.2 nathanw "rename", /* 38 = rename */
71 1.8.2.2 nathanw "mkdir", /* 39 = mkdir */
72 1.8.2.2 nathanw "rmdir", /* 40 = rmdir */
73 1.8.2.2 nathanw "dup", /* 41 = dup */
74 1.8.2.2 nathanw "pipe", /* 42 = pipe */
75 1.8.2.2 nathanw "times", /* 43 = times */
76 1.8.2.2 nathanw "#44 (obsolete prof)", /* 44 = obsolete prof */
77 1.8.2.2 nathanw "brk", /* 45 = brk */
78 1.8.2.2 nathanw "setgid", /* 46 = setgid */
79 1.8.2.2 nathanw "getgid", /* 47 = getgid */
80 1.8.2.2 nathanw "signal", /* 48 = signal */
81 1.8.2.2 nathanw "geteuid", /* 49 = geteuid */
82 1.8.2.2 nathanw "getegid", /* 50 = getegid */
83 1.8.2.2 nathanw "acct", /* 51 = acct */
84 1.8.2.2 nathanw "#52 (unimplemented umount)", /* 52 = unimplemented umount */
85 1.8.2.2 nathanw "#53 (obsolete lock)", /* 53 = obsolete lock */
86 1.8.2.2 nathanw "ioctl", /* 54 = ioctl */
87 1.8.2.2 nathanw "fcntl", /* 55 = fcntl */
88 1.8.2.2 nathanw "#56 (obsolete mpx)", /* 56 = obsolete mpx */
89 1.8.2.2 nathanw "setpgid", /* 57 = setpgid */
90 1.8.2.2 nathanw "#58 (obsolete ulimit)", /* 58 = obsolete ulimit */
91 1.8.2.2 nathanw "oldolduname", /* 59 = oldolduname */
92 1.8.2.2 nathanw "umask", /* 60 = umask */
93 1.8.2.2 nathanw "chroot", /* 61 = chroot */
94 1.8.2.2 nathanw "#62 (unimplemented ustat)", /* 62 = unimplemented ustat */
95 1.8.2.2 nathanw "dup2", /* 63 = dup2 */
96 1.8.2.2 nathanw "getppid", /* 64 = getppid */
97 1.8.2.2 nathanw "getpgrp", /* 65 = getpgrp */
98 1.8.2.2 nathanw "setsid", /* 66 = setsid */
99 1.8.2.2 nathanw "sigaction", /* 67 = sigaction */
100 1.8.2.2 nathanw "siggetmask", /* 68 = siggetmask */
101 1.8.2.2 nathanw "sigsetmask", /* 69 = sigsetmask */
102 1.8.2.2 nathanw "setreuid", /* 70 = setreuid */
103 1.8.2.2 nathanw "setregid", /* 71 = setregid */
104 1.8.2.2 nathanw "sigsuspend", /* 72 = sigsuspend */
105 1.8.2.2 nathanw "sigpending", /* 73 = sigpending */
106 1.8.2.2 nathanw "sethostname", /* 74 = sethostname */
107 1.8.2.2 nathanw "setrlimit", /* 75 = setrlimit */
108 1.8.2.2 nathanw "getrlimit", /* 76 = getrlimit */
109 1.8.2.2 nathanw "getrusage", /* 77 = getrusage */
110 1.8.2.2 nathanw "gettimeofday", /* 78 = gettimeofday */
111 1.8.2.2 nathanw "settimeofday", /* 79 = settimeofday */
112 1.8.2.2 nathanw "getgroups", /* 80 = getgroups */
113 1.8.2.2 nathanw "setgroups", /* 81 = setgroups */
114 1.8.2.2 nathanw "oldselect", /* 82 = oldselect */
115 1.8.2.2 nathanw "symlink", /* 83 = symlink */
116 1.8.2.2 nathanw "oolstat", /* 84 = oolstat */
117 1.8.2.2 nathanw "readlink", /* 85 = readlink */
118 1.8.2.2 nathanw #ifdef EXEC_AOUT
119 1.8.2.2 nathanw "uselib", /* 86 = uselib */
120 1.8.2.2 nathanw #else
121 1.8.2.2 nathanw "#86 (excluded uselib)", /* 86 = excluded uselib */
122 1.8.2.2 nathanw #endif
123 1.8.2.2 nathanw "swapon", /* 87 = swapon */
124 1.8.2.2 nathanw "reboot", /* 88 = reboot */
125 1.8.2.2 nathanw "readdir", /* 89 = readdir */
126 1.8.2.2 nathanw "old_mmap", /* 90 = old_mmap */
127 1.8.2.2 nathanw "munmap", /* 91 = munmap */
128 1.8.2.2 nathanw "truncate", /* 92 = truncate */
129 1.8.2.2 nathanw "ftruncate", /* 93 = ftruncate */
130 1.8.2.2 nathanw "fchmod", /* 94 = fchmod */
131 1.8.2.2 nathanw "fchown16", /* 95 = fchown16 */
132 1.8.2.2 nathanw "getpriority", /* 96 = getpriority */
133 1.8.2.2 nathanw "setpriority", /* 97 = setpriority */
134 1.8.2.2 nathanw "profil", /* 98 = profil */
135 1.8.2.2 nathanw "statfs", /* 99 = statfs */
136 1.8.2.2 nathanw "fstatfs", /* 100 = fstatfs */
137 1.8.2.2 nathanw "#101 (unimplemented)", /* 101 = unimplemented */
138 1.8.2.2 nathanw "socketcall", /* 102 = socketcall */
139 1.8.2.2 nathanw "#103 (unimplemented syslog)", /* 103 = unimplemented syslog */
140 1.8.2.2 nathanw "setitimer", /* 104 = setitimer */
141 1.8.2.2 nathanw "getitimer", /* 105 = getitimer */
142 1.8.2.2 nathanw "stat", /* 106 = stat */
143 1.8.2.2 nathanw "lstat", /* 107 = lstat */
144 1.8.2.2 nathanw "fstat", /* 108 = fstat */
145 1.8.2.2 nathanw "olduname", /* 109 = olduname */
146 1.8.2.2 nathanw "#110 (unimplemented)", /* 110 = unimplemented */
147 1.8.2.2 nathanw "#111 (unimplemented vhangup)", /* 111 = unimplemented vhangup */
148 1.8.2.2 nathanw "#112 (unimplemented idle)", /* 112 = unimplemented idle */
149 1.8.2.2 nathanw "#113 (unimplemented syscall)", /* 113 = unimplemented syscall */
150 1.8.2.2 nathanw "wait4", /* 114 = wait4 */
151 1.8.2.2 nathanw "swapoff", /* 115 = swapoff */
152 1.8.2.2 nathanw "sysinfo", /* 116 = sysinfo */
153 1.8.2.2 nathanw "ipc", /* 117 = ipc */
154 1.8.2.2 nathanw "fsync", /* 118 = fsync */
155 1.8.2.2 nathanw "sigreturn", /* 119 = sigreturn */
156 1.8.2.2 nathanw "clone", /* 120 = clone */
157 1.8.2.2 nathanw "setdomainname", /* 121 = setdomainname */
158 1.8.2.2 nathanw "uname", /* 122 = uname */
159 1.8.2.2 nathanw "#123 (unimplemented modify_ldt)", /* 123 = unimplemented modify_ldt */
160 1.8.2.2 nathanw "#124 (unimplemented adjtimex)", /* 124 = unimplemented adjtimex */
161 1.8.2.2 nathanw "mprotect", /* 125 = mprotect */
162 1.8.2.2 nathanw "sigprocmask", /* 126 = sigprocmask */
163 1.8.2.2 nathanw "#127 (unimplemented create_module)", /* 127 = unimplemented create_module */
164 1.8.2.2 nathanw "#128 (unimplemented init_module)", /* 128 = unimplemented init_module */
165 1.8.2.2 nathanw "#129 (unimplemented delete_module)", /* 129 = unimplemented delete_module */
166 1.8.2.2 nathanw "#130 (unimplemented get_kernel_syms)", /* 130 = unimplemented get_kernel_syms */
167 1.8.2.2 nathanw "#131 (unimplemented quotactl)", /* 131 = unimplemented quotactl */
168 1.8.2.2 nathanw "getpgid", /* 132 = getpgid */
169 1.8.2.2 nathanw "fchdir", /* 133 = fchdir */
170 1.8.2.2 nathanw "#134 (unimplemented bdflush)", /* 134 = unimplemented bdflush */
171 1.8.2.2 nathanw "#135 (unimplemented sysfs)", /* 135 = unimplemented sysfs */
172 1.8.2.2 nathanw "personality", /* 136 = personality */
173 1.8.2.2 nathanw "#137 (unimplemented afs_syscall)", /* 137 = unimplemented afs_syscall */
174 1.8.2.2 nathanw "setfsuid", /* 138 = setfsuid */
175 1.8.2.2 nathanw "getfsuid", /* 139 = getfsuid */
176 1.8.2.2 nathanw "llseek", /* 140 = llseek */
177 1.8.2.2 nathanw "getdents", /* 141 = getdents */
178 1.8.2.2 nathanw "select", /* 142 = select */
179 1.8.2.2 nathanw "flock", /* 143 = flock */
180 1.8.2.2 nathanw "msync", /* 144 = msync */
181 1.8.2.2 nathanw "readv", /* 145 = readv */
182 1.8.2.2 nathanw "writev", /* 146 = writev */
183 1.8.2.2 nathanw "getsid", /* 147 = getsid */
184 1.8.2.2 nathanw "fdatasync", /* 148 = fdatasync */
185 1.8.2.2 nathanw "__sysctl", /* 149 = __sysctl */
186 1.8.2.2 nathanw "mlock", /* 150 = mlock */
187 1.8.2.2 nathanw "munlock", /* 151 = munlock */
188 1.8.2.2 nathanw "mlockall", /* 152 = mlockall */
189 1.8.2.2 nathanw "munlockall", /* 153 = munlockall */
190 1.8.2.2 nathanw "sched_setparam", /* 154 = sched_setparam */
191 1.8.2.2 nathanw "sched_getparam", /* 155 = sched_getparam */
192 1.8.2.2 nathanw "sched_setscheduler", /* 156 = sched_setscheduler */
193 1.8.2.2 nathanw "sched_getscheduler", /* 157 = sched_getscheduler */
194 1.8.2.2 nathanw "sched_yield", /* 158 = sched_yield */
195 1.8.2.2 nathanw "sched_get_priority_max", /* 159 = sched_get_priority_max */
196 1.8.2.2 nathanw "sched_get_priority_min", /* 160 = sched_get_priority_min */
197 1.8.2.2 nathanw "#161 (unimplemented sched_rr_get_interval)", /* 161 = unimplemented sched_rr_get_interval */
198 1.8.2.2 nathanw "nanosleep", /* 162 = nanosleep */
199 1.8.2.2 nathanw "mremap", /* 163 = mremap */
200 1.8.2.2 nathanw "setresuid", /* 164 = setresuid */
201 1.8.2.2 nathanw "getresuid", /* 165 = getresuid */
202 1.8.2.2 nathanw "#166 (unimplemented)", /* 166 = unimplemented */
203 1.8.2.2 nathanw "#167 (unimplemented query_module)", /* 167 = unimplemented query_module */
204 1.8.2.2 nathanw "poll", /* 168 = poll */
205 1.8.2.2 nathanw "#169 (unimplemented nfsservctl)", /* 169 = unimplemented nfsservctl */
206 1.8.2.2 nathanw "setresgid", /* 170 = setresgid */
207 1.8.2.2 nathanw "getresgid", /* 171 = getresgid */
208 1.8.2.2 nathanw "#172 (unimplemented prctl)", /* 172 = unimplemented prctl */
209 1.8.2.2 nathanw "#173 (unimplemented rt_sigreturn)", /* 173 = unimplemented rt_sigreturn */
210 1.8.2.2 nathanw "rt_sigaction", /* 174 = rt_sigaction */
211 1.8.2.2 nathanw "rt_sigprocmask", /* 175 = rt_sigprocmask */
212 1.8.2.2 nathanw "rt_sigpending", /* 176 = rt_sigpending */
213 1.8.2.2 nathanw "#177 (unimplemented rt_sigtimedwait)", /* 177 = unimplemented rt_sigtimedwait */
214 1.8.2.2 nathanw "rt_queueinfo", /* 178 = rt_queueinfo */
215 1.8.2.2 nathanw "rt_sigsuspend", /* 179 = rt_sigsuspend */
216 1.8.2.2 nathanw "pread", /* 180 = pread */
217 1.8.2.2 nathanw "pwrite", /* 181 = pwrite */
218 1.8.2.2 nathanw "chown16", /* 182 = chown16 */
219 1.8.2.2 nathanw "__getcwd", /* 183 = __getcwd */
220 1.8.2.2 nathanw "#184 (unimplemented capget)", /* 184 = unimplemented capget */
221 1.8.2.2 nathanw "#185 (unimplemented capset)", /* 185 = unimplemented capset */
222 1.8.2.2 nathanw "sigaltstack", /* 186 = sigaltstack */
223 1.8.2.2 nathanw "#187 (unimplemented sendfile)", /* 187 = unimplemented sendfile */
224 1.8.2.2 nathanw "#188 (unimplemented getpmsg)", /* 188 = unimplemented getpmsg */
225 1.8.2.2 nathanw "#189 (unimplemented putpmsg)", /* 189 = unimplemented putpmsg */
226 1.8.2.2 nathanw "vfork", /* 190 = vfork */
227 1.8.2.2 nathanw "ugetrlimit", /* 191 = ugetrlimit */
228 1.8.2.3 nathanw "#192 (unimplemented mmap2)", /* 192 = unimplemented mmap2 */
229 1.8.2.2 nathanw "truncate64", /* 193 = truncate64 */
230 1.8.2.2 nathanw "ftruncate64", /* 194 = ftruncate64 */
231 1.8.2.2 nathanw "stat64", /* 195 = stat64 */
232 1.8.2.2 nathanw "lstat64", /* 196 = lstat64 */
233 1.8.2.2 nathanw "fstat64", /* 197 = fstat64 */
234 1.8.2.2 nathanw "lchown", /* 198 = lchown */
235 1.8.2.2 nathanw "getuid32", /* 199 = getuid32 */
236 1.8.2.2 nathanw "getgid32", /* 200 = getgid32 */
237 1.8.2.2 nathanw "geteuid32", /* 201 = geteuid32 */
238 1.8.2.2 nathanw "getegid32", /* 202 = getegid32 */
239 1.8.2.2 nathanw "setreuid32", /* 203 = setreuid32 */
240 1.8.2.2 nathanw "setregid32", /* 204 = setregid32 */
241 1.8.2.2 nathanw "getgroups32", /* 205 = getgroups32 */
242 1.8.2.2 nathanw "setgroups32", /* 206 = setgroups32 */
243 1.8.2.2 nathanw "fchown32", /* 207 = fchown32 */
244 1.8.2.2 nathanw "setresuid32", /* 208 = setresuid32 */
245 1.8.2.2 nathanw "getresuid32", /* 209 = getresuid32 */
246 1.8.2.2 nathanw "setresgid32", /* 210 = setresgid32 */
247 1.8.2.2 nathanw "getresgid32", /* 211 = getresgid32 */
248 1.8.2.2 nathanw "chown32", /* 212 = chown32 */
249 1.8.2.2 nathanw "setuid32", /* 213 = setuid32 */
250 1.8.2.2 nathanw "setgid32", /* 214 = setgid32 */
251 1.8.2.2 nathanw "setfsuid32", /* 215 = setfsuid32 */
252 1.8.2.2 nathanw "getfsuid32", /* 216 = getfsuid32 */
253 1.8.2.4 nathanw "getdents64", /* 217 = getdents64 */
254 1.8.2.2 nathanw "#218 (unimplemented pivot_root)", /* 218 = unimplemented pivot_root */
255 1.8.2.2 nathanw "#219 (unimplemented mincore)", /* 219 = unimplemented mincore */
256 1.8.2.2 nathanw "#220 (unimplemented madvise)", /* 220 = unimplemented madvise */
257 1.8.2.7 nathanw "fcntl64", /* 221 = fcntl64 */
258 1.8.2.2 nathanw "#222 (unimplemented)", /* 222 = unimplemented */
259 1.8.2.2 nathanw "#223 (unimplemented)", /* 223 = unimplemented */
260 1.8.2.2 nathanw "#224 (unimplemented)", /* 224 = unimplemented */
261 1.8.2.2 nathanw "#225 (unimplemented)", /* 225 = unimplemented */
262 1.8.2.2 nathanw "#226 (unimplemented)", /* 226 = unimplemented */
263 1.8.2.2 nathanw "#227 (unimplemented)", /* 227 = unimplemented */
264 1.8.2.2 nathanw "#228 (unimplemented)", /* 228 = unimplemented */
265 1.8.2.2 nathanw "#229 (unimplemented)", /* 229 = unimplemented */
266 1.8.2.2 nathanw "#230 (unimplemented)", /* 230 = unimplemented */
267 1.8.2.2 nathanw "#231 (unimplemented)", /* 231 = unimplemented */
268 1.8.2.2 nathanw "#232 (unimplemented)", /* 232 = unimplemented */
269 1.8.2.2 nathanw "#233 (unimplemented)", /* 233 = unimplemented */
270 1.8.2.2 nathanw "#234 (unimplemented)", /* 234 = unimplemented */
271 1.8.2.2 nathanw "#235 (unimplemented)", /* 235 = unimplemented */
272 1.8.2.2 nathanw "#236 (unimplemented)", /* 236 = unimplemented */
273 1.8.2.2 nathanw "#237 (unimplemented)", /* 237 = unimplemented */
274 1.8.2.2 nathanw "#238 (unimplemented)", /* 238 = unimplemented */
275 1.8.2.2 nathanw "#239 (unimplemented)", /* 239 = unimplemented */
276 1.8.2.2 nathanw "#240 (unimplemented)", /* 240 = unimplemented */
277 1.8.2.2 nathanw "#241 (unimplemented)", /* 241 = unimplemented */
278 1.8.2.2 nathanw "#242 (unimplemented)", /* 242 = unimplemented */
279 1.8.2.2 nathanw "#243 (unimplemented)", /* 243 = unimplemented */
280 1.8.2.2 nathanw "#244 (unimplemented)", /* 244 = unimplemented */
281 1.8.2.2 nathanw "#245 (unimplemented)", /* 245 = unimplemented */
282 1.8.2.2 nathanw "#246 (unimplemented)", /* 246 = unimplemented */
283 1.8.2.2 nathanw "#247 (unimplemented)", /* 247 = unimplemented */
284 1.8.2.2 nathanw "#248 (unimplemented)", /* 248 = unimplemented */
285 1.8.2.2 nathanw "#249 (unimplemented)", /* 249 = unimplemented */
286 1.8.2.2 nathanw "#250 (unimplemented)", /* 250 = unimplemented */
287 1.8.2.2 nathanw "#251 (unimplemented)", /* 251 = unimplemented */
288 1.8.2.2 nathanw "#252 (unimplemented)", /* 252 = unimplemented */
289 1.8.2.2 nathanw "#253 (unimplemented)", /* 253 = unimplemented */
290 1.8.2.2 nathanw "#254 (unimplemented)", /* 254 = unimplemented */
291 1.8.2.2 nathanw "#255 (unimplemented)", /* 255 = unimplemented */
292 1.8.2.2 nathanw "#256 (unimplemented)", /* 256 = unimplemented */
293 1.8.2.2 nathanw "breakpoint", /* 257 = breakpoint */
294 1.8.2.2 nathanw "cacheflush", /* 258 = cacheflush */
295 1.8.2.2 nathanw "#259 (unimplemented usr26)", /* 259 = unimplemented usr26 */
296 1.8.2.2 nathanw "#260 (unimplemented usr32)", /* 260 = unimplemented usr32 */
297 1.8.2.2 nathanw };
298