]> git.eshelyaron.com Git - emacs.git/commitdiff
(start_of_text): Don't define this function for NetBSD
authorGerd Moellmann <gerd@gnu.org>
Wed, 1 Mar 2000 12:49:35 +0000 (12:49 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 1 Mar 2000 12:49:35 +0000 (12:49 +0000)
with ELF.

src/sysdep.c

index 90d2e3b8b02856f7ecd08712c12f026147b7831b..e7ccd6dfd6b999886247feec59912854b0886a46 100644 (file)
@@ -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