[PATCH] uml: remove os_isatty
authorJeff Dike <jdike@addtoit.com>
Mon, 10 Jul 2006 11:45:11 +0000 (04:45 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 10 Jul 2006 20:24:24 +0000 (13:24 -0700)
commit8e64d96aeb495709c13307e2d79f3ee37e96aa4e
tree41532136fdd081d561343be876d3068464821910
parentbfaafd7184f044c63cd937cb0ffb4334b4ec7635
[PATCH] uml: remove os_isatty

os_isatty can be made to disappear by moving maybe_sigio_broken from kernel to
user code.  This also lets write_sigio_workaround become static.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/include/os.h
arch/um/kernel/irq.c
arch/um/os-Linux/irq.c
arch/um/os-Linux/sigio.c
This page took 0.026082 seconds and 5 git commands to generate.