diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-08-11 12:41:48 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-08-11 12:41:48 -0700 |
commit | 10b3bedcb03386cc280113f552479793e4bac35f (patch) | |
tree | 9a83ffeb9970bb0cb7ead065f5668f5cd2847487 /ChangeLog | |
parent | c08fb0d7bba4015078406b28d3906ccc5fda9d5a (diff) | |
download | glibc-10b3bedcb03386cc280113f552479793e4bac35f.tar.gz glibc-10b3bedcb03386cc280113f552479793e4bac35f.tar.xz glibc-10b3bedcb03386cc280113f552479793e4bac35f.zip |
Add support for Linux fanotify_init and fanotify_mask syscalls.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 30b59e690f..f5a1a622c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2010-08-11 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): + Add sys/fanotify.h. + * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and + fanotify_mask for GLIBC_2.13. + * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for + fanotify_init and fanotify_mark. + * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. + * sysdeps/unix/sysv/linux/sys/fanotify.h: New file. + * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines): Add prlimit. * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and |