From 1ff38eb338fef7591ce0e8ea63f24be5d99d6730 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 23 Apr 1996 18:28:02 +0000 Subject: (call_asyncs): Delete local decl; no longer static. --- term/users.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'term') diff --git a/term/users.c b/term/users.c index 9072809b..df38a064 100644 --- a/term/users.c +++ b/term/users.c @@ -61,8 +61,6 @@ int foreground_id; struct winsize window_size; -static void call_asyncs (void); - static int sigs_in_progress; static struct condition input_sig_wait = CONDITION_INITIALIZER; static int input_sig_wakeup; @@ -1784,7 +1782,7 @@ report_sig_end () } /* Call all the scheduled async I/O handlers */ -static void +void call_asyncs () { struct async_req *ar, *nxt, **prevp; -- cgit v1.2.3