aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-07-30 01:48:28 +0000
committerKevin Buettner <kevinb@redhat.com>2000-07-30 01:48:28 +0000
commitfba45db2faf619e71856ee38ec63949c0ef6903e (patch)
tree107efc21d2b12f54d84b59e75251449e3d5fd096 /gdb/core-sol2.c
parentFix formatting (diff)
downloadbinutils-gdb-fba45db2faf619e71856ee38ec63949c0ef6903e.tar.gz
binutils-gdb-fba45db2faf619e71856ee38ec63949c0ef6903e.tar.bz2
binutils-gdb-fba45db2faf619e71856ee38ec63949c0ef6903e.zip
Protoization.
Diffstat (limited to 'gdb/core-sol2.c')
-rw-r--r--gdb/core-sol2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/core-sol2.c b/gdb/core-sol2.c
index 46b5eb6086c..4cf7d331356 100644
--- a/gdb/core-sol2.c
+++ b/gdb/core-sol2.c
@@ -133,7 +133,7 @@ static struct core_fns solaris_core_fns =
};
void
-_initialize_core_solaris ()
+_initialize_core_solaris (void)
{
add_core_fns (&solaris_core_fns);
}