commit | a1235b3eb10086b8420f37bbb6c29436f55940ba | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Wed Apr 12 18:37:16 2017 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Apr 18 18:01:52 2017 +0200 |
tree | 5f8989b21d7d38ec00762fafd5266d6dbe5a5db9 | |
parent | fff0a2ca3a061c230b0e905e7586267a517538ac [diff] |
tty: split job control support into a file of its own This makes it easier for job control to become optional and/or usable independently from tty_io.c, as well as providing a nice purpose separation. No logical changes from this patch. Signed-off-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>