summaryrefslogtreecommitdiff
path: root/term/main.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-20 00:58:40 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-20 00:58:40 +0000
commit564402d8f17c814e1a10c069b8d0d7ef5212ec28 (patch)
treee81d03725994257b436aa01a0bbbb0d8e6aa2fa7 /term/main.c
parent5711e07ca4186f3ce744d2d29ed57d9bc16a0ee0 (diff)
(main): Initialize input_path_lock.
Diffstat (limited to 'term/main.c')
-rw-r--r--term/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/term/main.c b/term/main.c
index 35633e96..899b34dd 100644
--- a/term/main.c
+++ b/term/main.c
@@ -172,6 +172,7 @@ main (int argc, char **argv)
bzero (&termstate, sizeof (termstate));
termflags = NO_CARRIER | NO_OWNER;
mutex_init (&global_lock);
+ mutex_init (&input_path_lock);
inputq = create_queue (256, 100, 300);
rawq = create_queue (256, 100, 300);