summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/sys/ptrace.h
blob: 9dd730bc6c3cf1c1dfba9759d6b3829ea32dcc41 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _SYS_PTRACE_H
#define _SYS_PTRACE_H

#include <sys/cdefs.h>

#include <linux/ptrace.h>

extern long int ptrace (int request, ...) __THROW;

#endif