summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/syscalls.list
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-02-10 19:43:56 +0000
committerUlrich Drepper <drepper@redhat.com>2008-02-10 19:43:56 +0000
commit2e3e9ff16ca12c6132776f538ac540a3f3538b06 (patch)
treeb0eebc460cee43329edae926c34a75fc10af63ca /sysdeps/unix/sysv/linux/syscalls.list
parent9d9ba8733310af177c88b2b0723a43b631814818 (diff)
downloadglibc-2e3e9ff16ca12c6132776f538ac540a3f3538b06.tar.gz
glibc-2e3e9ff16ca12c6132776f538ac540a3f3538b06.tar.xz
glibc-2e3e9ff16ca12c6132776f538ac540a3f3538b06.zip
* sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
	* sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
	sys/timerfd.h.
	* sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
	timerfd_gettime, timerfd_settime.
	* sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
	timerfd_gettime, timerfd_settime for GLIBC_2.8.
Diffstat (limited to 'sysdeps/unix/sysv/linux/syscalls.list')
-rw-r--r--sysdeps/unix/sysv/linux/syscalls.list4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/syscalls.list b/sysdeps/unix/sysv/linux/syscalls.list
index e304a78ea8..b3ecf9f478 100644
--- a/sysdeps/unix/sysv/linux/syscalls.list
+++ b/sysdeps/unix/sysv/linux/syscalls.list
@@ -94,3 +94,7 @@ fremovexattr	-	fremovexattr	i:is	fremovexattr
 mq_timedsend	-	mq_timedsend	Ci:ipiip	__GI_mq_timedsend	mq_timedsend
 mq_timedreceive	-	mq_timedreceive	Ci:ipipp	__GI_mq_timedreceive	mq_timedreceive
 mq_setattr	-	mq_getsetattr	i:ipp	__GI_mq_setattr	mq_setattr
+
+timerfd_create	EXTRA	timerfd_create	i:ii	timerfd_create
+timerfd_settime	EXTRA	timerfd_settime	i:iipp	timerfd_settime
+timerfd_gettime	EXTRA	timerfd_gettime	i:ip	timerfd_gettime