Add eventfd system call support

This commit is contained in:
Keith Deacon
2010-08-31 16:16:01 -05:00
parent a172709259
commit 3a1bbee36b
6 changed files with 40 additions and 0 deletions

View File

@@ -262,3 +262,5 @@ int poll(struct pollfd *, unsigned int, long) 168
# 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