Module Name: src
Committed By: matt
Date: Thu Jul 18 12:21:52 UTC 2013
Modified Files:
src/lib/libc/arch/arm: SYS.h
Log Message:
Remove non-__ELF__ defines
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/arch/arm/SYS.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/arch/arm/SYS.h
diff -u src/lib/libc/arch/arm/SYS.h:1.10 src/lib/libc/arch/arm/SYS.h:1.11
--- src/lib/libc/arch/arm/SYS.h:1.10 Fri Jan 14 06:12:16 2011
+++ src/lib/libc/arch/arm/SYS.h Thu Jul 18 12:21:52 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: SYS.h,v 1.10 2011/01/14 06:12:16 matt Exp $ */
+/* $NetBSD: SYS.h,v 1.11 2013/07/18 12:21:52 matt Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -44,13 +44,8 @@
#define SYSTRAP(x) swi SWI_OS_NETBSD | SYS_/**/x
#endif
-#ifdef __ELF__
#define CERROR _C_LABEL(__cerror)
#define CURBRK _C_LABEL(__curbrk)
-#else
-#define CERROR _ASM_LABEL(cerror)
-#define CURBRK _ASM_LABEL(curbrk)
-#endif
#define _SYSCALL_NOERROR(x,y) \
ENTRY(x); \