From: Jeff Dike Date: Sat, 10 Feb 2007 09:44:20 +0000 (-0800) Subject: [PATCH] uml: libc-dependent code should call libc directly X-Git-Tag: v2.6.21-rc1~274^2~396 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73c8f4441f07dd3b9d198ec0e97ce83138a6224c;p=pandora-kernel.git [PATCH] uml: libc-dependent code should call libc directly We shouldn't be using the os wrappers from os code - we can use libc directly. This patch replaces wrapper calls with libc calls. It turns out that os_sigio_async had only one caller, which was in startup.c, so that function is moved there and its name changed. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed