*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / xml-syscall.c
index 105b265385d2a7dec562fbcded61e0e64a0fd896..751de7f42cb8ec0c08c98d5aeb85c5194b98be91 100644 (file)
@@ -1,7 +1,7 @@
 /* Functions that provide the mechanism to parse a syscall XML file
    and get its values.
 
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -151,7 +151,7 @@ free_syscalls_info (void *arg)
   xfree (sysinfo);
 }
 
-struct cleanup *
+static struct cleanup *
 make_cleanup_free_syscalls_info (struct syscalls_info *sysinfo)
 {
   return make_cleanup (free_syscalls_info, sysinfo);
This page took 0.023979 seconds and 4 git commands to generate.