Add procfs_find_LDT_entry declaration (procfs.h).
authorJoel Brobecker <brobecker@gnat.com>
Thu, 27 Sep 2012 12:52:10 +0000 (12:52 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 27 Sep 2012 12:52:10 +0000 (12:52 +0000)
commitf00482b6037e39ffc01e0e58e8d97c151857c8c6
treeb7cf113a5da59bb00ff057e712c81c67258bb4ef
parent337c776f026643dd234f96204d6ed2387d45b6ba
Add procfs_find_LDT_entry declaration (procfs.h).

Add a declaration for procfs_find_LDT_entry in order to prevent
a compiler warning about this function missing one. This also
helps making sure that declaration and definition remain consistent.

gdb/ChangeLog:

        * procfs.h (procfs_find_LDT_entry): Add declaration.
        * sol-thread.c (ps_lgetLDT): Delete local declaration of
        function procfs_find_LDT_entry.
gdb/ChangeLog
gdb/procfs.h
gdb/sol-thread.c