diff options
Diffstat (limited to 'libgloss/v850/time.c')
-rw-r--r-- | libgloss/v850/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/v850/time.c b/libgloss/v850/time.c index d0dc93f..04ea03d 100644 --- a/libgloss/v850/time.c +++ b/libgloss/v850/time.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); |