mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
* sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
__THROW vs. __nonnull order for C++.
This commit is contained in:
parent
9806fbba75
commit
10d461b558
@ -1,3 +1,8 @@
|
|||||||
|
2008-11-25 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/mips/sys/signalfd.h (signalfd): Fix
|
||||||
|
__THROW vs. __nonnull order for C++.
|
||||||
|
|
||||||
2008-10-15 Daniel Jacobowitz <dan@codesourcery.com>
|
2008-10-15 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
|
* sysdeps/mips/dl-dtprocnum.h (DT_MIPS_NUM): Do not redefine.
|
||||||
|
@ -59,7 +59,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;
|
__THROW __nonnull ((2));
|
||||||
|
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user