xref: /haiku/src/bin/debug/strace/strace_syscalls.cpp (revision 508f54795f39c3e7552d87c95aae9dd8ec6f505b)
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