This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] PPC64 sysdep.h


Correct the spelling of PSEUDO_END_NOERRO to PSEUDO_END_NOERRNO

2003-03-24  Steven Munroe  <sjmunroe at us dot ibm dot com>

	* sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_END_NOERRNO): Fix typo.

-- 
Steven Munroe
sjmunroe at us dot ibm dot com
Linux on PowerPC-64 Development
GLIBC for PowerPC-64 Development
diff -urN libc23-cvstip-20030324/sysdeps/powerpc/powerpc64/sysdep.h libc23/sysdeps/powerpc/powerpc64/sysdep.h
--- libc23-cvstip-20030324/sysdeps/powerpc/powerpc64/sysdep.h	2003-03-23 13:42:22.000000000 -0600
+++ libc23/sysdeps/powerpc/powerpc64/sysdep.h	2003-03-24 10:27:38.000000000 -0600
@@ -236,7 +236,7 @@
 #define ret_NOERRNO PSEUDO_RET_NOERRNO
 
 #undef	PSEUDO_END_NOERRNO
-#define	PSEUDO_END_NOERRO(name) \
+#define	PSEUDO_END_NOERRNO(name) \
   END (name)
 
 /* Label in text section.  */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]