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/SYSCALLS.TXT b/libc/SYSCALLS.TXT index 11407b9..b5a3bbe 100644 --- a/libc/SYSCALLS.TXT +++ b/libc/SYSCALLS.TXT
@@ -262,3 +262,5 @@ # ARM-specific ARM_NR_BASE == 0x0f0000 == 983040 int __set_tls:ARM_set_tls(void*) 983045,-1 int cacheflush:ARM_cacheflush(long start, long end, long flags) 983042,-1 + +int eventfd(int count, int flags) 351,323