mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Fix prototype of eventfd.
This commit is contained in:
committed by
Ondřej Bílka
parent
20e5a5f773
commit
69eb9a183c
@ -31,7 +31,7 @@ __BEGIN_DECLS
|
||||
|
||||
/* Return file descriptor for generic event channel. Set initial
|
||||
value to COUNT. */
|
||||
extern int eventfd (int __count, int __flags) __THROW;
|
||||
extern int eventfd (unsigned int __count, int __flags) __THROW;
|
||||
|
||||
/* Read event counter and possibly wait for events. */
|
||||
extern int eventfd_read (int __fd, eventfd_t *__value);
|
||||
|
Reference in New Issue
Block a user