summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-10-05 16:31:37 +0000
committerUlrich Drepper <drepper@redhat.com>2007-10-05 16:31:37 +0000
commit34c2c09296bfb369df9973cf8a4098b6ec526059 (patch)
tree935559d871ccc361aaf3fb8c0c27ba59eb4ccfcc /sysdeps/unix/sysv/linux/Versions
parent375d942968a95ec6c324d89922ee7a574c40630f (diff)
downloadglibc-34c2c09296bfb369df9973cf8a4098b6ec526059.tar.gz
glibc-34c2c09296bfb369df9973cf8a4098b6ec526059.tar.xz
glibc-34c2c09296bfb369df9973cf8a4098b6ec526059.zip
* sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
	* sysdeps/unix/sysv/linux/signalfd.c: New file.
	* sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
	* sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Versions')
-rw-r--r--sysdeps/unix/sysv/linux/Versions3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions
index 5413ced74c..eac69788b1 100644
--- a/sysdeps/unix/sysv/linux/Versions
+++ b/sysdeps/unix/sysv/linux/Versions
@@ -129,6 +129,9 @@ libc {
   GLIBC_2.6 {
     epoll_pwait; sync_file_range; sched_getcpu;
   }
+  GLIBC_2.7 {
+    signalfd;
+  }
   GLIBC_PRIVATE {
     # functions used in other libraries
     __syscall_rt_sigqueueinfo;