commit | 3a1bbee36b773862e88c6f1895b607c0cd81b499 | [log] [tgz] |
---|---|---|
author | Keith Deacon <kdeacon@ti.com> | Tue Aug 31 16:16:01 2010 -0500 |
committer | Keith Deacon <kdeacon@ti.com> | Tue Aug 31 16:16:01 2010 -0500 |
tree | e41cd69c2dbf3370e4060988e6299b657ff0b632 | |
parent | a1727092595a65e4dd9d9a6bae3778ad8c31d77f [diff] [blame] |
Add eventfd system call support
diff --git a/libc/include/sys/linux-unistd.h b/libc/include/sys/linux-unistd.h index b0e7822..de5c2bb 100644 --- a/libc/include/sys/linux-unistd.h +++ b/libc/include/sys/linux-unistd.h
@@ -202,6 +202,7 @@ int poll (struct pollfd *, unsigned int, long); int __set_tls (void*); int cacheflush (long start, long end, long flags); +int eventfd (int count, int flags); #ifdef __cplusplus } #endif