Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/include/a.out.h')
-rw-r--r--winsup/cygwin/include/a.out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/a.out.h b/winsup/cygwin/include/a.out.h
index 1a7a60be5..59fdd3dfb 100644
--- a/winsup/cygwin/include/a.out.h
+++ b/winsup/cygwin/include/a.out.h
@@ -391,7 +391,7 @@ typedef struct
uint32_t bsize; /* uninitialized data " " */
uint32_t entry; /* entry pt. */
uint32_t text_start; /* base of text used for this file */
-#ifndef __x86_64__
+#ifdef __i386__
uint32_t data_start; /* base of all data used for this file */
#endif