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

@@ -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