Fix "auxiliary" typo
[deliverable/binutils-gdb.git] / gdb / xml-syscall.c
index a09ccb99b2a8382bfb7e87c0756bdd66e2fa2e47..d144f82fbf23165f7ba2fd2334aef9627cdf9b31 100644 (file)
@@ -1,7 +1,7 @@
 /* Functions that provide the mechanism to parse a syscall XML file
    and get its values.
 
-   Copyright (C) 2009-2018 Free Software Foundation, Inc.
+   Copyright (C) 2009-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -472,7 +472,7 @@ xml_list_syscalls_by_group (struct gdbarch *gdbarch, const char *group,
   if (groupdesc == NULL)
     return false;
 
-  for (const struct syscall_desc *sysdesc : groupdesc->syscalls)
+  for (const syscall_desc *sysdesc : groupdesc->syscalls)
     syscalls->push_back (sysdesc->number);
 
   return true;
This page took 0.023882 seconds and 4 git commands to generate.