diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2016-08-07 22:02:46 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2016-08-07 22:02:46 +0000 |
commit | 42ceb0fd7f153daab55763b47d1cd23ed630fd47 (patch) | |
tree | f4c30692387ae2521ee2b38467cea7b9a391217c /ptrace.h | |
parent | 18907920bb11dc0325821021885b808ff1bbc363 (diff) | |
download | strace-42ceb0fd7f153daab55763b47d1cd23ed630fd47.tar.gz |
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.
Diffstat (limited to 'ptrace.h')
-rw-r--r-- | ptrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,4 +176,4 @@ extern long ptrace(int, int, char *, long); # define PTRACE_POKEUSER PTRACE_POKEUSR #endif -#endif /* #ifndef STRACE_PTRACE_H */ +#endif /* !STRACE_PTRACE_H */ |