diff options
author | jake <jake@FreeBSD.org> | 2002-01-01 21:21:05 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2002-01-01 21:21:05 +0000 |
commit | 440d5696535b0b16cf30c186495f5b89349c4cd3 (patch) | |
tree | 40cb1955ef070e11c61ce7fd76a37ceedb8d2ef9 | |
parent | 8b13243b543698417395c6c999986857a1bfebb4 (diff) | |
download | FreeBSD-src-440d5696535b0b16cf30c186495f5b89349c4cd3.zip FreeBSD-src-440d5696535b0b16cf30c186495f5b89349c4cd3.tar.gz |
Define __ASM__ so that libc will know not to define C things.
-rw-r--r-- | sys/sparc64/include/asm.h | 2 |
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 |