* sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
authorJakub Jelinek <jakub@redhat.com>
Thu, 16 Oct 2008 20:28:45 +0000 (20:28 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 16 Oct 2008 20:28:45 +0000 (20:28 +0000)
__nonnull order for C++.
* sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
* sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.

sysdeps/unix/sysv/linux/alpha/sys/signalfd.h

index a820eaf..4cbe977 100644 (file)
@@ -59,7 +59,7 @@ __BEGIN_DECLS
 /* Request notification for delivery of signals in MASK to be
    performed using descriptor FD.*/
 extern int signalfd (int __fd, const sigset_t *__mask, int __flags)
-  __nonnull ((2)) __THROW;
+  __THROW __nonnull ((2));
 
 __END_DECLS