summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/asm.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-01-01 21:21:05 +0000
committerjake <jake@FreeBSD.org>2002-01-01 21:21:05 +0000
commit440d5696535b0b16cf30c186495f5b89349c4cd3 (patch)
tree40cb1955ef070e11c61ce7fd76a37ceedb8d2ef9 /sys/sparc64/include/asm.h
parent8b13243b543698417395c6c999986857a1bfebb4 (diff)
downloadFreeBSD-src-440d5696535b0b16cf30c186495f5b89349c4cd3.zip
FreeBSD-src-440d5696535b0b16cf30c186495f5b89349c4cd3.tar.gz
Define __ASM__ so that libc will know not to define C things.
Diffstat (limited to 'sys/sparc64/include/asm.h')
-rw-r--r--sys/sparc64/include/asm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sparc64/include/asm.h b/sys/sparc64/include/asm.h
index ca7687d..c9b5a74 100644
--- a/sys/sparc64/include/asm.h
+++ b/sys/sparc64/include/asm.h
@@ -41,6 +41,8 @@
#ifndef _MACHINE_ASM_H_
#define _MACHINE_ASM_H_
+#define __ASM__
+
#include <sys/cdefs.h>
#ifdef PIC
OpenPOWER on IntegriCloud