aboutsummaryrefslogtreecommitdiff
path: root/gdb/ctf.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ctf.c')
-rw-r--r--gdb/ctf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ctf.c b/gdb/ctf.c
index ba8190e..dcc4eb8 100644
--- a/gdb/ctf.c
+++ b/gdb/ctf.c
@@ -320,7 +320,7 @@ ctf_start (struct trace_file_writer *self, const char *dirname)
#ifdef S_IXGRP
| S_IXGRP
#endif
- | S_IROTH /* Defined in common/gdb_stat.h if not defined. */
+ | S_IROTH
#ifdef S_IXOTH
| S_IXOTH
#endif