timerfd_create.2: Add BUGS noting that timerfd supports fewer clock types than timer_create()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-02-08 08:53:05 +13:00
parent 30b6304cfa
commit 6f8303a95a
1 changed files with 6 additions and 0 deletions

View File

@ -508,6 +508,12 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS);
}
.fi
.SH BUGS
Currently,
.\" 2.6.29
.BR timerfd_create ()
supports fewer types of clock IDs than
.BR timer_create (2).
.SH "SEE ALSO"
.BR eventfd (2),
.BR poll (2),