hotspot/agent/src/os/linux/libproc.h
changeset 29474 81a5c5330d08
parent 29180 50369728b00e
child 31394 7711fbc2c184
equal deleted inserted replaced
29362:4188dc7f05a8 29474:81a5c5330d08
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    28 #include <jni.h>
    28 #include <jni.h>
    29 #include <unistd.h>
    29 #include <unistd.h>
    30 #include <stdint.h>
    30 #include <stdint.h>
    31 #include "proc_service.h"
    31 #include "proc_service.h"
    32 
    32 
    33 #if defined(arm) || defined(ppc)
    33 #ifdef ALT_SASRCDIR
    34 #include "libproc_md.h"
    34 #include "libproc_md.h"
    35 #endif
    35 #endif
    36 
    36 
    37 #include <sys/ptrace.h>
    37 #include <sys/ptrace.h>
    38 
    38