aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/asm.h
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2002-01-01 21:21:05 +0000
committerJake Burkholder <jake@FreeBSD.org>2002-01-01 21:21:05 +0000
commit2f3a74c4498472783a969383ba65111f1167d74a (patch)
tree40cb1955ef070e11c61ce7fd76a37ceedb8d2ef9 /sys/sparc64/include/asm.h
parent947f30e25e65caf1404910755ecdcc8902cec7a6 (diff)
downloadsrc-2f3a74c4498472783a969383ba65111f1167d74a.tar.gz
src-2f3a74c4498472783a969383ba65111f1167d74a.zip
Define __ASM__ so that libc will know not to define C things.
Notes
Notes: svn path=/head/; revision=88790
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 ca7687df3214..c9b5a7476217 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