diff options
Diffstat (limited to 'usr/src/head/pcsample.h')
-rw-r--r-- | usr/src/head/pcsample.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr/src/head/pcsample.h b/usr/src/head/pcsample.h index c30b33d3d5..4a3d28dff1 100644 --- a/usr/src/head/pcsample.h +++ b/usr/src/head/pcsample.h @@ -20,6 +20,8 @@ * CDDL HEADER END */ /* + * Copyright 2014 Garrett D'Amore <garrett@damore.org> + * * Copyright 1998 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -27,8 +29,6 @@ #ifndef _PCSAMPLE_H #define _PCSAMPLE_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/types.h> #ifdef __cplusplus @@ -38,11 +38,7 @@ extern "C" { /* * PC sampling profiling */ -#ifdef __STDC__ long pcsample(uintptr_t [], long); -#else -long pcsample(); -#endif /* __STDC__ */ #ifdef __cplusplus } |