comparison agent/src/os/linux/libproc.h @ 22851:ddce0b7cee93

8072383: resolve conflicts between open and closed ports Summary: refactor close to remove references to closed ports Reviewed-by: kvn, simonis, sgehwolf, dholmes
author dlong
date Tue, 24 Feb 2015 15:04:52 -0500
parents a07a3a29df67
children dd9cc155639c d06b64fc150f 48eec0ba6526
comparison
equal deleted inserted replaced
22850:34f0c0e9df21 22851:ddce0b7cee93
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