home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 4
/
DATAFILE_PDCD4.iso
/
unix
/
armlinux
/
alpha
/
PARTITIONS
/
USR_GZ
/
usr
/
include
/
sys
/
ptrace.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-05-14
|
229 b
|
15 lines
#ifndef _SYS_PTRACE_H
#define _SYS_PTRACE_H
#include <features.h>
#include <linux/ptrace.h>
__BEGIN_DECLS
extern int ptrace __P ((int __request, int __pid, int __addr,
int __data));
__END_DECLS
#endif /* _SYS_PTRACE_H */