summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/gprof.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gprof/gprof.h')
-rw-r--r--usr.bin/gprof/gprof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h
index 4dc053e..750fd2e 100644
--- a/usr.bin/gprof/gprof.h
+++ b/usr.bin/gprof/gprof.h
@@ -77,7 +77,7 @@ typedef int bool;
long hz;
#ifdef GPROF4
-typedef int32_t UNIT;
+typedef int64_t UNIT;
#else
typedef u_short UNIT; /* unit of profiling */
#endif
OpenPOWER on IntegriCloud