am d7b156d2: am 3a1bbee3: Add eventfd system call support

Merge commit 'd7b156d2a38e58ab1e5f9e6a4b420588aeb78b46'

* commit 'd7b156d2a38e58ab1e5f9e6a4b420588aeb78b46':
  Add eventfd system call support
This commit is contained in:
Keith Deacon
2010-09-08 03:10:44 -07:00
committed by Android Git Automerger
6 changed files with 40 additions and 0 deletions

View File

@@ -202,6 +202,7 @@ int inotify_rm_watch (int, unsigned int);
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