commit | 7211480fee9000a6631698354387475065c539ea | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Dec 11 19:25:02 2014 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Dec 11 22:52:03 2014 +0000 |
tree | e051cf74706691af1bfad8774a7d756c4c6d0c11 | |
parent | 7be2318ad286bad093ff79858e54a40b7a65f208 [diff] [blame] |
process.c: move getgroups* and setgroups* parsers to a separate file * groups.c: New file. * Makefile.am (strace_SOURCES): Add it. * process.c: Move sys_setgroups, sys_getgroups, sys_setgroups32, sys_getgroups32, and related code to groups.c.
diff --git a/Makefile.am b/Makefile.am index c344338..52f7f46 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -39,6 +39,7 @@ get_robust_list.c \ getcpu.c \ getcwd.c \ + groups.c \ inotify.c \ io.c \ ioctl.c \