From 2041a99a1abff800c4d48fd2e9d0761609bb63a4 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 1 Dec 2009 12:22:17 -0500 Subject: [PATCH] update s390 ifdefs Signed-off-by: Mathieu Desnoyers --- urcu/arch_s390.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/urcu/arch_s390.h b/urcu/arch_s390.h index 148545b..9d3d452 100644 --- a/urcu/arch_s390.h +++ b/urcu/arch_s390.h @@ -1,5 +1,5 @@ -#ifndef _ARCH_S390_H -#define _ARCH_S390_H +#ifndef _URCU_ARCH_S390_H +#define _URCU_ARCH_S390_H /* * Trivial definitions for the S390 architecture based on information from the @@ -94,4 +94,4 @@ static inline cycles_t get_cycles (void) return cycles; } -#endif /* _ARCH_S390_H */ +#endif /* _URCU_ARCH_S390_H */ -- 2.34.1