agent/src/os/linux/libproc.h

changeset 6734
a07a3a29df67
parent 6683
7f77d17d0f13
child 6876
710a3c8b516e
child 7598
ddce0b7cee93
equal deleted inserted replaced
6733:00c8a1255912 6734:a07a3a29df67
32 32
33 #if defined(arm) || defined(ppc) 33 #if defined(arm) || defined(ppc)
34 #include "libproc_md.h" 34 #include "libproc_md.h"
35 #endif 35 #endif
36 36
37 #include <linux/ptrace.h> 37 #include <sys/ptrace.h>
38 38
39 /************************************************************************************ 39 /************************************************************************************
40 40
41 0. This is very minimal subset of Solaris libproc just enough for current application. 41 0. This is very minimal subset of Solaris libproc just enough for current application.
42 Please note that the bulk of the functionality is from proc_service interface. This 42 Please note that the bulk of the functionality is from proc_service interface. This

mercurial