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 'libgloss/v850/unlink.c')
-rw-r--r--libgloss/v850/unlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/v850/unlink.c b/libgloss/v850/unlink.c
index c6261d3eb..23c60ec53 100644
--- a/libgloss/v850/unlink.c
+++ b/libgloss/v850/unlink.c
@@ -3,7 +3,7 @@
#include <sys/stat.h>
#include "sys/syscall.h"
-int errno;
+extern int errno;
int __trap0 (int function, int p1, int p2, int p3);