xref: /haiku/src/bin/debug/strace/strace_syscalls.cpp (revision 99d027cd0238c1d86da86d7c3f4200509ccc61a6)
1 /*
2  * Copyright 2005, Ingo Weinhold, bonefish@users.sf.net.
3  * Distributed under the terms of the MIT License.
4  */
5 
6 #include <syscalls.h>
7 
8 #include "Syscall.h"
9 #include "TypeHandler.h"
10 
11 #include "strace_syscalls.h"
12 	// generated by gensyscalls
13 
14