diff options
| author | Gerd Moellmann | 2000-03-01 12:49:35 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-01 12:49:35 +0000 |
| commit | c0c9ac483c301393de314ac7aa76ee2324ee669b (patch) | |
| tree | 20f32165a4de6ecbbabc2421694ed9dba659d3bc /src | |
| parent | 7f2283795ec1a69af07164c64c0283d2ba0ae652 (diff) | |
| download | emacs-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.c | 2 |
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 |
| 2159 | char * | 2160 | char * |
| 2160 | start_of_text () | 2161 | start_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 |