summaryrefslogtreecommitdiff
path: root/ptrace.h
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2016-08-07 22:02:46 +0000
committerDmitry V. Levin <ldv@altlinux.org>2016-08-07 22:02:46 +0000
commit42ceb0fd7f153daab55763b47d1cd23ed630fd47 (patch)
treef4c30692387ae2521ee2b38467cea7b9a391217c /ptrace.h
parent18907920bb11dc0325821021885b808ff1bbc363 (diff)
downloadstrace-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ptrace.h b/ptrace.h
index aba61b79c..0f3b02206 100644
--- a/ptrace.h
+++ b/ptrace.h
@@ -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 */