From 47a8c525fffd281c4c2e25e6ca1a4e40545a9601 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 25 May 1996 14:42:59 +0000 Subject: [PATCH] [__linux__] (A_TEXT_OFFSET, A_TEXT_SEEK): Don't define. --- src/m/sparc.h | 2 ++ 1 file changed, 2 insertions(+) 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__ */ -- 2.39.2