diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-08-23 14:33:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-08-23 14:33:08 +0000 |
commit | fd4af66481e49b3dca42ecb0eadf75dbeea09bfc (patch) | |
tree | 3f47737268d8ac5c39a198a6850aa3b2df061da9 /sysdeps/unix | |
parent | f9a906e786fbca1b0bdfe7d3842610ca87035958 (diff) | |
download | glibc-fd4af66481e49b3dca42ecb0eadf75dbeea09bfc.tar.gz glibc-fd4af66481e49b3dca42ecb0eadf75dbeea09bfc.tar.xz glibc-fd4af66481e49b3dca42ecb0eadf75dbeea09bfc.zip |
* sysdeps/unix/sysv/linux/Versions: Export Inotify_* syscalls.
Diffstat (limited to 'sysdeps/unix')
-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 980724e519..b34fd310a3 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -115,6 +115,9 @@ libc { GLIBC_2.3.4 { sched_getaffinity; sched_setaffinity; } + GLIBC_2.4 { + inotify_init; inotify_add_watch; inotify_rm_watch; + } GLIBC_PRIVATE { # functions used in other libraries __syscall_rt_sigqueueinfo; |