summaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2002-08-30 20:22:10 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:48 +0200
commit67ef77f9e0744e524188c01fe314b609edd53456 (patch)
tree8a29acbf686764a050b4960a579e2a6d71f43ae2 /ld
parent26ade8d624457b7164502ed9c190ca3f146bda0c (diff)
downloaddev86-67ef77f9e0744e524188c01fe314b609edd53456.tar.gz
Import Dev86src-0.16.9.tar.gzv0.16.9
Diffstat (limited to 'ld')
-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