]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
First test, then commit...
authorJakub Jelinek <jakub@redhat.com>
Mon, 23 May 2005 17:36:13 +0000 (17:36 +0000)
committerJakub Jelinek <jakub@redhat.com>
Mon, 23 May 2005 17:36:13 +0000 (17:36 +0000)
linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h

index 42519cd94aeba29e755e1bc4e40056752cb3147c..2f7c546a4c62e917ad05a3bf7895f5fcb36db5ca 100644 (file)
@@ -82,8 +82,8 @@
 #  define CENABLE      bl __libc_enable_asynccancel@local
 #  define CDISABLE     bl __libc_disable_asynccancel@local
 # else
-#  define CENABLE      JUMPTARGET(__librt_enable_asynccancel)
-#  define CDISABLE     JUMPTARGET(__librt_disable_asynccancel)
+#  define CENABLE      bl JUMPTARGET(__librt_enable_asynccancel)
+#  define CDISABLE     bl JUMPTARGET(__librt_disable_asynccancel)
 # endif
 
 # ifdef HAVE_TLS_SUPPORT
index 1027dac4d8ce81cc0d5066566d2351ad204a147d..393c171eef84f15768f0980bd66451facb2948c8 100644 (file)
@@ -91,8 +91,8 @@
 #  define CENABLE      bl __libc_enable_asynccancel@local
 #  define CDISABLE     bl __libc_disable_asynccancel@local
 # elif defined IS_IN_librt
-#  define CENABLE      JUMPTARGET(__librt_enable_asynccancel)
-#  define CDISABLE     JUMPTARGET(__librt_disable_asynccancel)
+#  define CENABLE      bl JUMPTARGET(__librt_enable_asynccancel)
+#  define CDISABLE     bl JUMPTARGET(__librt_disable_asynccancel)
 # else
 #  error Unsupported library
 # endif