summaryrefslogtreecommitdiff
path: root/ld/syshead.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/syshead.h')
-rw-r--r--ld/syshead.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/syshead.h b/ld/syshead.h
index 8ea2a3a..6203dc6 100644
--- a/ld/syshead.h
+++ b/ld/syshead.h
@@ -23,8 +23,8 @@
#define R_OK 0
#define mode_t unsigned short
#define SEEK_SET 0
-#define STDOUT_FILENO 0
-#define STDERR_FILENO 0
+#define STDOUT_FILENO 1
+#define STDERR_FILENO 2
#define VERSION "MSDOS Compile"
#endif
@@ -55,7 +55,7 @@ void *memset P((void *s, int c, unsigned n));
#define R_OK 0
int access P((const char *path, int amode));
#define SEEK_SET 0
-#define STDOUT_FILENO 0
+#define STDOUT_FILENO 1
#define STDERR_FILENO 2
#define mode_t unsigned short