[PATCH] PPC64 sysdep.h
Steven Munroe
sjmunroe@us.ibm.com
Mon Mar 24 16:57:00 GMT 2003
Correct the spelling of PSEUDO_END_NOERRO to PSEUDO_END_NOERRNO
2003-03-24 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_END_NOERRNO): Fix typo.
--
Steven Munroe
sjmunroe@us.ibm.com
Linux on PowerPC-64 Development
GLIBC for PowerPC-64 Development
-------------- next part --------------
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. */
More information about the Libc-alpha
mailing list