* doc/glibc-functions/timerfd_create.texi: New file.
* doc/glibc-functions/timerfd_gettime.texi: New file.
* doc/glibc-functions/timerfd_settime.texi: New file.
* doc/gnulib.texi (Glibc sys/timerfd.h): New section.
--- /dev/null
+@node timerfd_create
+@subsection @code{timerfd_create}
+@findex timerfd_create
+
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/timerfd_create.2.html,,man timerfd_create}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on many non-glibc platforms:
+glibc 2.7, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.3.
+@end itemize
--- /dev/null
+@node timerfd_gettime
+@subsection @code{timerfd_gettime}
+@findex timerfd_gettime
+
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/timerfd_gettime.2.html,,man timerfd_gettime}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on many non-glibc platforms:
+glibc 2.7, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.3.
+@end itemize
--- /dev/null
+@node timerfd_settime
+@subsection @code{timerfd_settime}
+@findex timerfd_settime
+
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/timerfd_settime.2.html,,man timerfd_settime}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on many non-glibc platforms:
+glibc 2.7, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.3.
+@end itemize
* Glibc sys/syslog.h::
* Glibc sys/sysmacros.h::
* Glibc sys/time.h::
+* Glibc sys/timerfd.h::
* Glibc sys/timex.h::
* Glibc sys/uio.h::
* Glibc sys/ustat.h::
@c @node Glibc sys/timeb.h
@c @section Glibc Extensions to @code{<sys/timeb.h>}
+@node Glibc sys/timerfd.h
+@section Glibc @code{<sys/timerfd.h>}
+
+@menu
+* timerfd_create::
+* timerfd_gettime::
+* timerfd_settime::
+@end menu
+
+@include glibc-functions/timerfd_create.texi
+@include glibc-functions/timerfd_gettime.texi
+@include glibc-functions/timerfd_settime.texi
+
@c @node Glibc sys/times.h
@c @section Glibc Extensions to @code{<sys/times.h>}