* sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
This commit is contained in:
Ulrich Drepper 2007-12-03 06:17:25 +00:00
parent 51bd20d93a
commit da0ff4ae5b
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View 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