diff options
Diffstat (limited to 'src/s/gnu.h')
| -rw-r--r-- | src/s/gnu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/gnu.h b/src/s/gnu.h index 8410ad666f5..bac233266c8 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h | |||
| @@ -21,9 +21,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 21 | /* Get most of the stuff from bsd-common */ | 21 | /* Get most of the stuff from bsd-common */ |
| 22 | #include "bsd-common.h" | 22 | #include "bsd-common.h" |
| 23 | 23 | ||
| 24 | /* libc defines data_start. */ | ||
| 25 | #define DATA_START ({ extern int data_start; (char *) &data_start; }) | ||
| 26 | |||
| 27 | /* It would be harmless to drop the ifdef emacs test. */ | 24 | /* It would be harmless to drop the ifdef emacs test. */ |
| 28 | #ifdef emacs | 25 | #ifdef emacs |
| 29 | #include <stdio.h> /* Get the definition of _IO_STDIO_H. */ | 26 | #include <stdio.h> /* Get the definition of _IO_STDIO_H. */ |