aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index be07dbe9db6..b7baf4fbb58 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -1796,7 +1796,7 @@ unrequest_sigio ()
1796 * 1796 *
1797 */ 1797 */
1798 1798
1799#ifndef CANNOT_UNEXEC 1799#if !defined (CANNOT_UNEXEC) && !defined (HAVE_TEXT_START)
1800char * 1800char *
1801start_of_text () 1801start_of_text ()
1802{ 1802{
@@ -1812,7 +1812,7 @@ start_of_text ()
1812#endif /* GOULD */ 1812#endif /* GOULD */
1813#endif /* TEXT_START */ 1813#endif /* TEXT_START */
1814} 1814}
1815#endif /* not CANNOT_UNEXEC */ 1815#endif /* not CANNOT_UNEXEC and not HAVE_TEXT_START */
1816 1816
1817/* 1817/*
1818 * Return the address of the start of the data segment prior to 1818 * Return the address of the start of the data segment prior to