Merge branch 'iso-9660' into block-io
[lunaix-os.git] / lunaix-os / kernel / tty / lxconsole.c
index ad3fc420af8520413ee46e1036b5e1daa62c7e77..ae5701b5002f8f752032d3e3d6eee6712f610032 100644 (file)
@@ -27,9 +27,9 @@ console_flush();
 static waitq_t lx_reader;
 static volatile char ttychr;
 
-static pid_t fg_pgid = 0;
+static volatile pid_t fg_pgid = 0;
 
-inline void
+static inline void
 print_control_code(const char cntrl)
 {
     console_write_char('^');