2004-07-22 Dwayne Grant McConnell * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Correct library version from GLIBC_2_1 to GLIBC_2_0. diff -urN libc.orig/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S libc/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S --- libc.orig/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S 2004-06-15 15:02:20.000000000 -0500 +++ libc/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S 2004-07-21 16:36:53.000000000 -0500 @@ -397,7 +397,7 @@ #endif -#if SHLIB_COMPAT (libc, GLIBC_2_1, GLIBC_2_3_3) +#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_3_3) #define _ERRNO_H 1 #include @@ -409,6 +409,6 @@ END (__setcontext_stub) .previous -compat_symbol (libc, __setcontext_stub, setcontext, GLIBC_2_1) +compat_symbol (libc, __setcontext_stub, setcontext, GLIBC_2_0) #endif