From 9a744273ce875b8a67ba5ab883938c7e88910d6b Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 17 Sep 2008 13:10:36 +0100 Subject: mini-os: adding some missing posix function declarations Adding some missing posix function declarations, to get rid of some qemu-remote compile time warnings. Signed-off-by: Stefano Stabellini --- extras/mini-os/lib/sys.c | 1 + 1 file changed, 1 insertion(+) (limited to 'extras/mini-os/lib') diff --git a/extras/mini-os/lib/sys.c b/extras/mini-os/lib/sys.c index 4285449991..34e4fb6666 100644 --- a/extras/mini-os/lib/sys.c +++ b/extras/mini-os/lib/sys.c @@ -1322,6 +1322,7 @@ unsupported_function_crash(lockf); unsupported_function_crash(sysconf); unsupported_function(int, tcsetattr, -1); unsupported_function(int, tcgetattr, 0); +unsupported_function(int, poll, -1); /* Linuxish abi for the Caml runtime, don't support */ unsupported_function_log(struct dirent *, readdir64, NULL); -- cgit v1.2.3