]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 16 Jul 2004 18:11:48 +0000 (18:11 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 16 Jul 2004 18:11:48 +0000 (18:11 +0000)
commit06eee9f5f6e6911d6ded34eab033373057cfe16e
tree45f338afbed5fe3150a70c34448e38409e28eaf0
parentf17ed1a9ee9116a4792d22763a8c5912e5076473
Update.

* sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Remove
static inline __attribute ((always_inline)).  Don't define if
NO_CANCELLATION.
(__libc_fcntl): Use INLINE_SYSCALL directly instead of
__fcntl_nocancel.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__fcntl_nocancel):
Remove static inline __attribute ((always_inline)).  Don't define
if NO_CANCELLATION.
(__libc_fcntl): Use INLINE_SYSCALL directly instead of
__fcntl_nocancel.
* sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Define to
__libc_fcntl if NO_CANCELLATION and __ASSUME_FCNTL64 == 0.
Don't define at all if NO_CANCELLATION and __ASSUME_FCNTL64 > 0.
(__libc_fcntl): Don't define if __fcntl_nocancel is a macro.
ChangeLog
sysdeps/unix/sysv/linux/fcntl.c
sysdeps/unix/sysv/linux/i386/fcntl.c
sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c