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.
This commit is contained in:
Дмитрий Левин 2016-08-07 22:02:46 +00:00
parent 18907920bb
commit 42ceb0fd7f
14 changed files with 14 additions and 14 deletions

2
defs.h
View File

@ -905,4 +905,4 @@ extern unsigned num_quals;
#define PRI__u64 PRI__64"u"
#define PRI__x64 PRI__64"x"
#endif /* #ifndef STRACE_DEFS_H */
#endif /* !STRACE_DEFS_H */

View File

@ -46,4 +46,4 @@ typedef struct __kernel_flock64 struct_kernel_flock64;
# error struct flock64 definition not found in <linux/fcntl.h>
#endif
#endif /* #ifndef STRACE_FLOCK_H */
#endif /* !STRACE_FLOCK_H */

View File

@ -76,4 +76,4 @@
# define ATTRIBUTE_ALLOC_SIZE(args) /* empty */
#endif
#endif /* #ifndef STRACE_GCC_COMPAT_H */
#endif /* !STRACE_GCC_COMPAT_H */

View File

@ -44,4 +44,4 @@
if ((arg) & IPC_64) tprints("IPC_64|"); \
printxval((flagset), (arg) &~ IPC_64, dflt)
#endif /* #ifndef STRACE_IPC_DEFS_H */
#endif /* !STRACE_IPC_DEFS_H */

View File

@ -54,4 +54,4 @@ typedef struct {
char d_name[1];
} kernel_dirent;
#endif /* #ifndef STRACE_KERNEL_TYPES_H */
#endif /* !STRACE_KERNEL_TYPES_H */

View File

@ -49,4 +49,4 @@
# endif
#endif
#endif /* #ifndef STRACE_MPERS_TYPE_H */
#endif /* !STRACE_MPERS_TYPE_H */

View File

@ -14,4 +14,4 @@ struct mmsghdr {
struct tcb;
extern void print_struct_msghdr(struct tcb *, const struct msghdr *, const int *, unsigned long);
#endif /* #ifndef STRACE_MSGHDR_H */
#endif /* !STRACE_MSGHDR_H */

View File

@ -3,4 +3,4 @@
extern void printsiginfo(const siginfo_t *);
#endif /* #ifndef STRACE_PRINTSIGINFO_H */
#endif /* !STRACE_PRINTSIGINFO_H */

View File

@ -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 */

2
regs.h
View File

@ -9,4 +9,4 @@
#include "arch_regs.h"
#endif /* #ifndef STRACE_REGS_H */
#endif /* !STRACE_REGS_H */

View File

@ -6,4 +6,4 @@ struct seccomp_fprog {
unsigned long filter;
};
#endif /* #ifndef STRACE_SECCOMP_FPROG_H */
#endif /* !STRACE_SECCOMP_FPROG_H */

View File

@ -44,4 +44,4 @@ typedef struct {
} sigev_un;
} struct_sigevent;
#endif /* #ifndef STRACE_SIGEVENT_H */
#endif /* !STRACE_SIGEVENT_H */

View File

@ -42,4 +42,4 @@ struct strace_statfs {
unsigned long long f_flags;
};
#endif /* STRACE_STATFS_H */
#endif /* !STRACE_STATFS_H */

2
xlat.h
View File

@ -14,4 +14,4 @@ struct xlat {
# define XLAT_TYPE_PAIR(type, val, str) { (type)(val), str }
# define XLAT_END { 0, 0 }
#endif /* #ifndef STRACE_XLAT_H */
#endif /* !STRACE_XLAT_H */