[BZ #5439]
authorUlrich Drepper <drepper@redhat.com>
Mon, 3 Dec 2007 06:17:25 +0000 (06:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 3 Dec 2007 06:17:25 +0000 (06:17 +0000)
* sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.

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

index 4f1b198..a731b49 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
 
+       [BZ #5439]
+       * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
+
        [BZ #5435]
        * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
 
index 247b20b..6649bc1 100644 (file)
@@ -51,7 +51,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;
+  __nonnull ((2)) __THROW;
 
 __END_DECLS