diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-05 20:32:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-05 20:32:30 +0000 |
commit | 6789aaaa979339534384a212e21e7731eaddf985 (patch) | |
tree | d36b34b772aae760bd521617a4514bab1f3e9db2 /sysdeps/unix/sysv/linux/Versions | |
parent | 8e351378b76880f861bdcda8fc11d5769e310a00 (diff) | |
download | glibc-6789aaaa979339534384a212e21e7731eaddf985.tar.gz glibc-6789aaaa979339534384a212e21e7731eaddf985.tar.xz glibc-6789aaaa979339534384a212e21e7731eaddf985.zip |
2007-10-04 Jakub Jelinek <jakub@redhat.com>
2007-10-03 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index eac69788b1..dbf2ae5901 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -130,7 +130,7 @@ libc { epoll_pwait; sync_file_range; sched_getcpu; } GLIBC_2.7 { - signalfd; + eventfd; eventfd_read; eventfd_write; signalfd; } GLIBC_PRIVATE { # functions used in other libraries |