From c179df4e9301ba09589aef60a038e259df70b5b9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 23 May 2005 17:37:21 +0000 Subject: [BZ #961] 2005-05-22 Dmitry V. Levin [BZ #961] * io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64 declarations. --- linuxthreads/ChangeLog | 6 ++++++ .../sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 93f7e97c05..b37a40c3e7 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2005-05-23 Jakub Jelinek + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h + [IS_IN_librt] (CENABLE, CDISABLE): Use JUMPTARGET instead of + __librt_*_asynccancel@local. + 2005-05-17 Alan Modra * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Delete diff --git a/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h b/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h index ea0c1f9f37..2f7c546a4c 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2003 Free Software Foundation, Inc. +/* Copyright (C) 2003, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Franz Sirl , 2003. @@ -82,8 +82,8 @@ # define CENABLE bl __libc_enable_asynccancel@local # define CDISABLE bl __libc_disable_asynccancel@local # else -# define CENABLE bl __librt_enable_asynccancel@local -# define CDISABLE bl __librt_disable_asynccancel@local +# define CENABLE bl JUMPTARGET(__librt_enable_asynccancel) +# define CDISABLE bl JUMPTARGET(__librt_disable_asynccancel) # endif # ifdef HAVE_TLS_SUPPORT -- cgit v1.2.3