History log of /external/strace/seccomp_fprog.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
42ceb0fd7f153daab55763b47d1cd23ed630fd47 08-Aug-2016 Dmitry V. Levin <ldv@altlinux.org> Change #include guard trailing part comments

* defs.h: Change comment of the trailing part of #include guard.
* flock.h: Likewise.
* gcc_compat.h: Likewise.
* ipc_defs.h: Likewise.
* kernel_types.h: Likewise.
* mpers_type.h: Likewise.
* msghdr.h: Likewise.
* printsiginfo.h: Likewise.
* ptrace.h: Likewise.
* regs.h: Likewise.
* seccomp_fprog.h: Likewise.
* sigevent.h: Likewise.
* statfs.h: Likewise.
* xlat.h: Likewise.
/external/strace/seccomp_fprog.h
18907920bb11dc0325821021885b808ff1bbc363 07-Aug-2016 Eugene Syromyatnikov <evgsyr@gmail.com> Unify usage of #include guards

This commit is an attempt to unify usage of include guards (in top-level
headers, at least). As a side note, different files with *.h extension
have different semantics: for example, printargs.h is included multiple
times in order to generate slightly varying code depending on values of
macro definitions - maybe it's better to change extension of such files
to something like *.inc.

* defs.h: Add #include guard.
* flock.h: Likewise.
* ipc_defs.h: Likewise.
* mpers_type.h: Likewise.
* printsiginfo.h: Likewise.
* ptrace.h: Likewise.
* regs.h: Likewise.
* seccomp_fprog.h: Likewise.
* gcc_compat.h: Rename the macro used for #include guard.
* msghdr.h: Likewise.
* sigevent.h: Likewise.
* kernel_types.h: Comment the trailing part of #include guard.
* xlat.h: Add missing macro definition for #include guard.
/external/strace/seccomp_fprog.h
7a12974e9537c4ebaecada2a56f97dfa201f03db 19-Sep-2015 Dmitry V. Levin <ldv@altlinux.org> Convert parser of seccomp filter program to new mpers infrastructure

* seccomp_fprog.h: New file.
* fetch_seccomp_fprog.c: New file.
* Makefile.am (strace_SOURCES): Add them.
* seccomp.c: Include "seccomp_fprog.h".
(print_seccomp_filter): Use fetch_seccomp_fprog.
/external/strace/seccomp_fprog.h