]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo `.global' to `.globl'.
authorRoland McGrath <roland@gnu.org>
Sat, 3 Dec 1994 00:31:14 +0000 (00:31 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 3 Dec 1994 00:31:14 +0000 (00:31 +0000)
sysdeps/unix/sysv/sco3.2.4/sigaction.S

index 17ae6e7484a4e395148f71de3f67d064751c243c..f5453da4cf56a4073e68abd440c4ee4fc4ce1f63 100644 (file)
@@ -18,7 +18,7 @@ Cambridge, MA 02139, USA.  */
 
 #include <sysdep.h>
 
-.global C_SYMBOL_NAME(__sigreturn)
+.globl C_SYMBOL_NAME(__sigreturn)
 
 ENTRY (__sigaction)
        movl $C_SYMBOL_NAME(__sigreturn), %ecx