summaryrefslogtreecommitdiff
path: root/src/m
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-05-25 14:42:59 +0000
committerKarl Heuer <kwzh@gnu.org>1996-05-25 14:42:59 +0000
commit11de5101b451525317827e2e0ffb9e7c63759bc2 (patch)
tree9e993107356645c8a140c512e3879f5e073367aa /src/m
parent169c48df7b5df66a5fd2aa4e24f43089a91b97de (diff)
downloademacs-11de5101b451525317827e2e0ffb9e7c63759bc2.tar.gz
[__linux__] (A_TEXT_OFFSET, A_TEXT_SEEK): Don't define.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/sparc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m/sparc.h b/src/m/sparc.h
index e1c92d460f5..9b3ccf362a5 100644
--- a/src/m/sparc.h
+++ b/src/m/sparc.h
@@ -104,6 +104,7 @@ NOTE-END */
#endif
#ifndef __NetBSD__
+#ifndef __linux__
/* This really belongs in s/sun.h. */
/* Say that the text segment of a.out includes the header;
@@ -116,4 +117,5 @@ NOTE-END */
#define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr))
+#endif /* __linux__ */
#endif /* __NetBSD__ */