Deleted Added
full compact
dtrace.h (184696) dtrace.h (211554)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 20 unchanged lines hidden (view full) ---

29
30#pragma ident "%Z%%M% %I% %E% SMI"
31
32#include <sys/dtrace.h>
33#include <stdarg.h>
34#include <stdio.h>
35#include <gelf.h>
36#include <libproc.h>
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 20 unchanged lines hidden (view full) ---

29
30#pragma ident "%Z%%M% %I% %E% SMI"
31
32#include <sys/dtrace.h>
33#include <stdarg.h>
34#include <stdio.h>
35#include <gelf.h>
36#include <libproc.h>
37#if !defined(sun)
38#include <rtld_db.h>
39#endif
37
38#ifdef __cplusplus
39extern "C" {
40#endif
41
42/*
43 * DTrace Dynamic Tracing Software: Library Interfaces
44 *

--- 537 unchanged lines hidden ---
40
41#ifdef __cplusplus
42extern "C" {
43#endif
44
45/*
46 * DTrace Dynamic Tracing Software: Library Interfaces
47 *

--- 537 unchanged lines hidden ---