Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/common/lib/libc/arch/m68k/atomic Remove misplaced #endif



details:   https://anonhg.NetBSD.org/src/rev/834d2e7bcf2f
branches:  trunk
changeset: 793684:834d2e7bcf2f
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Feb 23 07:43:38 2014 +0000

description:
Remove misplaced #endif

diffstat:

 common/lib/libc/arch/m68k/atomic/atomic_op_asm.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 1548f401b7ba -r 834d2e7bcf2f common/lib/libc/arch/m68k/atomic/atomic_op_asm.h
--- a/common/lib/libc/arch/m68k/atomic/atomic_op_asm.h  Sun Feb 23 05:46:28 2014 +0000
+++ b/common/lib/libc/arch/m68k/atomic/atomic_op_asm.h  Sun Feb 23 07:43:38 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atomic_op_asm.h,v 1.4 2014/02/22 17:08:30 martin Exp $ */
+/*     $NetBSD: atomic_op_asm.h,v 1.5 2014/02/23 07:43:38 martin Exp $ */
 
 /*-
  * Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
@@ -47,7 +47,6 @@
 #ifdef _LIBC
 #define        CRT_ALIAS(a,s)          STRONG_ALIAS(a,s)
 #endif
-#endif
 
 #endif /* _KERNEL */
 



Home | Main Index | Thread Index | Old Index