From: Mathieu Desnoyers Date: Tue, 1 Dec 2009 17:22:17 +0000 (-0500) Subject: update s390 ifdefs X-Git-Tag: v0.3.2~8 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=2041a99a1abff800c4d48fd2e9d0761609bb63a4 update s390 ifdefs Signed-off-by: Mathieu Desnoyers --- 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 */