From 95c5cc3c3256d17894154e967e3d3e55b4a223e2 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 22 Feb 2012 17:09:31 -0500 Subject: [PATCH] Revert "Remove useless const qualifier" This reverts commit 277d6e1d016e69184fd49b867ff1268d3ff668f5. Signed-off-by: Mathieu Desnoyers --- liblttng-ust/clock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblttng-ust/clock.h b/liblttng-ust/clock.h index 88eca432..1523be09 100644 --- a/liblttng-ust/clock.h +++ b/liblttng-ust/clock.h @@ -52,7 +52,7 @@ uint64_t trace_clock_freq(void) } static __inline__ -int trace_clock_uuid(char *uuid) +const int trace_clock_uuid(char *uuid) { int ret = 0; size_t len; -- 2.34.1