diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-23 18:28:02 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-23 18:28:02 +0000 |
commit | 1ff38eb338fef7591ce0e8ea63f24be5d99d6730 (patch) | |
tree | 08bff90a57651b939e216581e80166b8d9639011 /term/users.c | |
parent | 5204309990cb2f209d6a52151f0113a183c20bb4 (diff) |
(call_asyncs): Delete local decl; no longer static.
Diffstat (limited to 'term/users.c')
-rw-r--r-- | term/users.c | 4 |
1 files changed, 1 insertions, 3 deletions
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; |