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:
parent
18907920bb
commit
42ceb0fd7f
2
defs.h
2
defs.h
@ -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 */
|
||||
|
2
flock.h
2
flock.h
@ -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 */
|
||||
|
@ -76,4 +76,4 @@
|
||||
# define ATTRIBUTE_ALLOC_SIZE(args) /* empty */
|
||||
#endif
|
||||
|
||||
#endif /* #ifndef STRACE_GCC_COMPAT_H */
|
||||
#endif /* !STRACE_GCC_COMPAT_H */
|
||||
|
@ -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 */
|
||||
|
@ -54,4 +54,4 @@ typedef struct {
|
||||
char d_name[1];
|
||||
} kernel_dirent;
|
||||
|
||||
#endif /* #ifndef STRACE_KERNEL_TYPES_H */
|
||||
#endif /* !STRACE_KERNEL_TYPES_H */
|
||||
|
@ -49,4 +49,4 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#endif /* #ifndef STRACE_MPERS_TYPE_H */
|
||||
#endif /* !STRACE_MPERS_TYPE_H */
|
||||
|
2
msghdr.h
2
msghdr.h
@ -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 */
|
||||
|
@ -3,4 +3,4 @@
|
||||
|
||||
extern void printsiginfo(const siginfo_t *);
|
||||
|
||||
#endif /* #ifndef STRACE_PRINTSIGINFO_H */
|
||||
#endif /* !STRACE_PRINTSIGINFO_H */
|
||||
|
2
ptrace.h
2
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 */
|
||||
|
2
regs.h
2
regs.h
@ -9,4 +9,4 @@
|
||||
|
||||
#include "arch_regs.h"
|
||||
|
||||
#endif /* #ifndef STRACE_REGS_H */
|
||||
#endif /* !STRACE_REGS_H */
|
||||
|
@ -6,4 +6,4 @@ struct seccomp_fprog {
|
||||
unsigned long filter;
|
||||
};
|
||||
|
||||
#endif /* #ifndef STRACE_SECCOMP_FPROG_H */
|
||||
#endif /* !STRACE_SECCOMP_FPROG_H */
|
||||
|
@ -44,4 +44,4 @@ typedef struct {
|
||||
} sigev_un;
|
||||
} struct_sigevent;
|
||||
|
||||
#endif /* #ifndef STRACE_SIGEVENT_H */
|
||||
#endif /* !STRACE_SIGEVENT_H */
|
||||
|
2
statfs.h
2
statfs.h
@ -42,4 +42,4 @@ struct strace_statfs {
|
||||
unsigned long long f_flags;
|
||||
};
|
||||
|
||||
#endif /* STRACE_STATFS_H */
|
||||
#endif /* !STRACE_STATFS_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user