summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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__ */