aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-03-01 12:49:35 +0000
committerGerd Moellmann <[email protected]>2000-03-01 12:49:35 +0000
commitc0c9ac483c301393de314ac7aa76ee2324ee669b (patch)
tree20f32165a4de6ecbbabc2421694ed9dba659d3bc
parent7f2283795ec1a69af07164c64c0283d2ba0ae652 (diff)
(start_of_text): Don't define this function for NetBSD
with ELF.
-rw-r--r--src/sysdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 90d2e3b8b0..e7ccd6dfd6 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -2155,6 +2155,7 @@ unrequest_sigio ()
*
*/
+#if !(defined (__NetBSD__) && defined (__ELF__))
#ifndef HAVE_TEXT_START
char *
start_of_text ()
@@ -2172,6 +2173,7 @@ start_of_text ()
#endif /* TEXT_START */
}
#endif /* not HAVE_TEXT_START */
+#endif
/*
* Return the address of the start of the data segment prior to