* sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
@ -1,5 +1,8 @@
2007-12-03 Ulrich Drepper <drepper@redhat.com>
[BZ #5439]
[BZ #5435]
* sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
@ -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