commit | 2f332e937a549f7073a74ebeb66d0a4fe70040c9 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Wed Feb 05 15:43:04 2014 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed Feb 05 15:43:04 2014 +0000 |
tree | 30dc5fc37422fcbf4c39add55c9d332a718c4db4 | |
parent | 9aaf88c0004f0d9856947aad7d618fb84d5dba40 [diff] |
Cleanup inotify syscalls decoding * linux/inotify.h: New file. * file.c (inotify_modes, inotify_init_flags, sys_inotify_add_watch, sys_inotify_rm_watch, sys_inotify_init1): Move... * inotify.c: ... here. (inotify_modes): Rename to inotify_flags, convert to XLAT form. (inotify_init_flags): Convert to XLAT form. * Makefile.am (strace_SOURCES): Add inotify.c. (EXTRA_DIST): Add linux/inotify.h.