Browse Source

[BZ #5439]

* sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
cvs/glibc-2_8-branch
Ulrich Drepper 19 years ago
parent
commit
da0ff4ae5b
  1. 3
      ChangeLog
  2. 2
      sysdeps/unix/sysv/linux/sys/signalfd.h

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

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

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

Loading…
Cancel
Save