aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-01 12:49:35 +0000
committerGerd Moellmann2000-03-01 12:49:35 +0000
commitc0c9ac483c301393de314ac7aa76ee2324ee669b (patch)
tree20f32165a4de6ecbbabc2421694ed9dba659d3bc /src
parent7f2283795ec1a69af07164c64c0283d2ba0ae652 (diff)
downloademacs-c0c9ac483c301393de314ac7aa76ee2324ee669b.tar.gz
emacs-c0c9ac483c301393de314ac7aa76ee2324ee669b.zip
(start_of_text): Don't define this function for NetBSD
with ELF.
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 90d2e3b8b02..e7ccd6dfd6b 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -2155,6 +2155,7 @@ unrequest_sigio ()
2155 * 2155 *
2156 */ 2156 */
2157 2157
2158#if !(defined (__NetBSD__) && defined (__ELF__))
2158#ifndef HAVE_TEXT_START 2159#ifndef HAVE_TEXT_START
2159char * 2160char *
2160start_of_text () 2161start_of_text ()
@@ -2172,6 +2173,7 @@ start_of_text ()
2172#endif /* TEXT_START */ 2173#endif /* TEXT_START */
2173} 2174}
2174#endif /* not HAVE_TEXT_START */ 2175#endif /* not HAVE_TEXT_START */
2176#endif
2175 2177
2176/* 2178/*
2177 * Return the address of the start of the data segment prior to 2179 * Return the address of the start of the data segment prior to