aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 */
104#endif 104#endif
105 105
106#ifndef __NetBSD__ 106#ifndef __NetBSD__
107#ifndef __linux__
107/* This really belongs in s/sun.h. */ 108/* This really belongs in s/sun.h. */
108 109
109/* Say that the text segment of a.out includes the header; 110/* Say that the text segment of a.out includes the header;
@@ -116,4 +117,5 @@ NOTE-END */
116 117
117#define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr)) 118#define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr))
118 119
120#endif /* __linux__ */
119#endif /* __NetBSD__ */ 121#endif /* __NetBSD__ */