]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] uml: libc-dependent code should call libc directly
authorJeff Dike <jdike@addtoit.com>
Sat, 10 Feb 2007 09:44:20 +0000 (01:44 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:23 +0000 (10:51 -0800)
commit8847b05c3c0f1a2cd2d055a3ede6251c2d9ecb38
tree88af71fd8d091cab9c8f05994202221f9f42e2d4
parent8da1eb3daea53dacd9910baed82161eb20d1478b
[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 <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/include/os.h
arch/um/os-Linux/file.c
arch/um/os-Linux/start_up.c