You are not logged in.
Pages: 1
Hello,
When I look at my bits/syscall.h file, I see the following define :
#define SYS_eventfd __NR_eventfd
However, there is no mention of eventfd in unistd.h.
What does this mean? I was trying to see if eventfd call is available to my system since I read about it and want to use it in one of my programs.
Does this mean that it is not yet available to me?
Thanks
EDIT:
Sorry, I see that I should be looking in asm/unistd.h. It does have a setup for eventfd.
Last edited by stardust496 (2008-09-21 19:43:21)
Offline
Pages: 1