gdb.threads/pthreads.c, K&R -> ANSI function style
authorPedro Alves <pedro@palves.net>
Fri, 15 Sep 2023 18:54:40 +0000 (19:54 +0100)
committerPedro Alves <pedro@palves.net>
Wed, 27 Sep 2023 14:28:39 +0000 (15:28 +0100)
commit3c3aa8bfc21de6e3f03c09c3dbc28fdd252af74a
treeef7a8ae83d23585eadaa202067a81333759908fb
parenta4045fdf2e859a23b7817f6dd5b18a1f6d22fc49
gdb.threads/pthreads.c, K&R -> ANSI function style

gdb.threads/pthreads.c is declaring functions with old K&R style.
This commit converts them to ANSI style.

Approved-By: Tom Tromey <tom@tromey.com>
Change-Id: I1ce007c67bb4ab1e49248c014c7881e46634f8f8
gdb/testsuite/gdb.threads/pthreads.c