diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-05 16:31:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-05 16:31:37 +0000 |
commit | 34c2c09296bfb369df9973cf8a4098b6ec526059 (patch) | |
tree | 935559d871ccc361aaf3fb8c0c27ba59eb4ccfcc /sysdeps/unix/sysv/linux/Versions | |
parent | 375d942968a95ec6c324d89922ee7a574c40630f (diff) | |
download | glibc-34c2c09296bfb369df9973cf8a4098b6ec526059.zip glibc-34c2c09296bfb369df9973cf8a4098b6ec526059.tar.gz glibc-34c2c09296bfb369df9973cf8a4098b6ec526059.tar.bz2 |
* 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/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index 5413ced..eac6978 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; |