From 623d649ba852839ba4822934bad9f97c184bf3ab Mon Sep 17 00:00:00 2001 From: Arjun Date: Thu, 9 May 2024 20:47:08 +0530 Subject: Fix more non-prototype functions Add "void" designations to more function declarations and definitions not changed by commits 3ae9244cd021a75eba909d872a92c25db490714d and 4b9d7f7c107f01a61600fddcd8cde3812d0366a2. [ghudson@mit.edu: change additional functions; split into two commits; rewrote commit message] --- src/tests/threads/profread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/threads/profread.c') diff --git a/src/tests/threads/profread.c b/src/tests/threads/profread.c index be28ba4..69bdb05 100644 --- a/src/tests/threads/profread.c +++ b/src/tests/threads/profread.c @@ -59,7 +59,7 @@ static int do_pause; static void usage (void) __attribute__((noreturn)); static void -usage () +usage (void) { fprintf (stderr, "usage: %s [ options ]\n", prog); fprintf (stderr, "options:\n"); -- cgit v1.1