diff options
author | Roland McGrath <roland@gnu.org> | 1995-05-31 14:01:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-05-31 14:01:37 +0000 |
commit | 852c0592985d66bef085231aa45502594741f350 (patch) | |
tree | 913a0faffd1fb71898b218f4810b641f6b03b4f5 | |
parent | 385eb595049ba4736ce015c91f3115e584752b4c (diff) |
Omit .globl decl for errno; it caused some as complaint.
-rw-r--r-- | boot/syscall.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 <i386/asm.h> - .globl EXT(errno) +/* .globl EXT(errno)*/ .text ENTRY(syscall) pop %ecx |