summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/sys/eventfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/sys/eventfd.h')
-rw-r--r--libc/sysdeps/linux/common/sys/eventfd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/sys/eventfd.h b/libc/sysdeps/linux/common/sys/eventfd.h
index 91b265b2c..a47b5fecf 100644
--- a/libc/sysdeps/linux/common/sys/eventfd.h
+++ b/libc/sysdeps/linux/common/sys/eventfd.h
@@ -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);