Fix incorrect reference to source files
[deliverable/binutils-gdb.git] / gdb / xtensa-linux-nat.c
index d024408c0d866297a8a13891f8c06c77128043f3..836d3f80ee481602fdb6aff0763c72ef63fbeff4 100644 (file)
@@ -1,6 +1,6 @@
 /* Xtensa GNU/Linux native support.
 
-   Copyright (C) 2007-2015 Free Software Foundation, Inc.
+   Copyright (C) 2007-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -286,7 +286,7 @@ xtensa_linux_store_inferior_registers (struct target_ops *ops,
 /* Called by libthread_db.  */
 
 ps_err_e
-ps_get_thread_area (const struct ps_prochandle *ph,
+ps_get_thread_area (struct ps_prochandle *ph,
                     lwpid_t lwpid, int idx, void **base)
 {
   xtensa_elf_gregset_t regs;
This page took 0.024226 seconds and 4 git commands to generate.