mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
[BZ #5439]
* sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
This commit is contained in:
parent
51bd20d93a
commit
da0ff4ae5b
@ -1,5 +1,8 @@
|
|||||||
2007-12-03 Ulrich Drepper <drepper@redhat.com>
|
2007-12-03 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
[BZ #5439]
|
||||||
|
* sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
|
||||||
|
|
||||||
[BZ #5435]
|
[BZ #5435]
|
||||||
* sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
|
* 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
|
/* Request notification for delivery of signals in MASK to be
|
||||||
performed using descriptor FD.*/
|
performed using descriptor FD.*/
|
||||||
extern int signalfd (int __fd, const sigset_t *__mask, int __flags)
|
extern int signalfd (int __fd, const sigset_t *__mask, int __flags)
|
||||||
__nonnull (2) __THROW;
|
__nonnull ((2)) __THROW;
|
||||||
|
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user