diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-08-17 06:17:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-08-17 06:17:34 +0000 |
commit | 87839111d86616f3a81849c5ebeed3a9962d48d3 (patch) | |
tree | fb46ec11e324ccb6e18887390891afe7ebe43bf6 /ChangeLog | |
parent | a757fda3e7167ffe8ff165d54a8592e83c9a102d (diff) | |
download | glibc-87839111d86616f3a81849c5ebeed3a9962d48d3.tar.gz glibc-87839111d86616f3a81849c5ebeed3a9962d48d3.tar.xz glibc-87839111d86616f3a81849c5ebeed3a9962d48d3.zip |
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
sys/inotify.h. * sysdeps/unix/sysv/linux/sys/inotify.h: New file. * sysdeps/unix/sysv/linux/syscalls.list: Add inotify syscalls.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4ef1bedabb..661d4ed222 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-08-16 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add + sys/inotify.h. + * sysdeps/unix/sysv/linux/sys/inotify.h: New file. + * sysdeps/unix/sysv/linux/syscalls.list: Add inotify syscalls. + * nscd/cache.c (prune_cache): Add more debug output. Only for debug level 3 and higher and very verbose. |