From 852c0592985d66bef085231aa45502594741f350 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 31 May 1995 14:01:37 +0000 Subject: Omit .globl decl for errno; it caused some as complaint. --- boot/syscall.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/syscall.S b/boot/syscall.S index 29be2478..92912186 100644 --- a/boot/syscall.S +++ b/boot/syscall.S @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include - .globl EXT(errno) +/* .globl EXT(errno)*/ .text ENTRY(syscall) pop %ecx -- cgit v1.2.3