Add reset_schedlock declaration in target.h.
authorJoel Brobecker <brobecker@gnat.com>
Mon, 17 May 2010 05:31:00 +0000 (05:31 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 17 May 2010 05:31:00 +0000 (05:31 +0000)
commit070abf125e052204c4e49f0939a9e8a4539453e9
tree9e6710441add16a9922ee1d86eefd1edcd5bca2f
parent6d53bf82fce9ddb0b77d75c892e98fead20c573a
Add reset_schedlock declaration in target.h.

This patches improves a couple of previous patches:
  - one that introduces reset_schedlock, but failed to add a declarationl;
  - one that was checked in to avoid a compilation failure due to that
    missing declaration.
It also improves the declaration itself to better conform to our coding
practices.  Same for the comments.

2010-05-17  Joel Brobecker  <brobecker@adacore.com>

        * target.h (reset_schedlock): Add declaration.
        * infrun.c (reset_schedlock): Add missing void in function profile.
        * target.c (target_mourn_inferior): Delete local declaration of
        reset_schedlock.  Style-fix in comment.
gdb/ChangeLog
gdb/infrun.c
gdb/target.c
gdb/target.h