summaryrefslogtreecommitdiff
path: root/boot/syscall.S
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-05-31 14:01:37 +0000
committerRoland McGrath <roland@gnu.org>1995-05-31 14:01:37 +0000
commit852c0592985d66bef085231aa45502594741f350 (patch)
tree913a0faffd1fb71898b218f4810b641f6b03b4f5 /boot/syscall.S
parent385eb595049ba4736ce015c91f3115e584752b4c (diff)
Omit .globl decl for errno; it caused some as complaint.
Diffstat (limited to 'boot/syscall.S')
-rw-r--r--boot/syscall.S2
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