< prev index next >

src/jdk.hotspot.agent/linux/native/libsaproc/ps_proc.c

Print this page
@  rev 12737 : imported patch alpinefixes-sathreaddb
|

*** 20,29 **** --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifdef INCLUDE_SA_ATTACH + #include <stdio.h> #include <stdlib.h> #include <string.h> #include <signal.h> #include <errno.h>
*** 413,417 **** --- 415,421 ---- } thr = thr->next; } return ph; } + + #endif // INCLUDE_SA_ATTACH
< prev index next >