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:
C/C++ Source or Header  |  1995-05-14  |  229 b   |  15 lines

  1. #ifndef _SYS_PTRACE_H
  2. #define _SYS_PTRACE_H
  3.  
  4. #include <features.h>
  5. #include <linux/ptrace.h>
  6.  
  7. __BEGIN_DECLS
  8.  
  9. extern int    ptrace __P ((int __request, int __pid, int __addr,
  10.             int __data));
  11.  
  12. __END_DECLS
  13.  
  14. #endif /* _SYS_PTRACE_H */
  15.