summaryrefslogtreecommitdiff
path: root/ld/syshead.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/syshead.h')
-rw-r--r--ld/syshead.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/syshead.h b/ld/syshead.h
index 5eeda82..fa5c23a 100644
--- a/ld/syshead.h
+++ b/ld/syshead.h
@@ -24,6 +24,7 @@
#define mode_t unsigned short
#define SEEK_SET 0
#define STDOUT_FILENO 0
+#define STDERR_FILENO 0
#endif
/******************************************************************************/
@@ -54,6 +55,7 @@ void *memset P((void *s, int c, unsigned n));
int access P((const char *path, int amode));
#define SEEK_SET 0
#define STDOUT_FILENO 0
+#define STDERR_FILENO 2
#define mode_t unsigned short
#define off_t long