From f9b4231a673d75dd6404ac5df8a47adc04437e6b Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 28 May 2008 09:30:48 +0100 Subject: stubdom: make the build more generic by moving as many stubdom parts into stubdom/ as possible. That also permits to build all of ioemu, c and caml stubdoms at the same time. Signed-off-by: Samuel Thibault --- extras/mini-os/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'extras/mini-os/main.c') diff --git a/extras/mini-os/main.c b/extras/mini-os/main.c index 1851469c3e..74904bbf1e 100644 --- a/extras/mini-os/main.c +++ b/extras/mini-os/main.c @@ -4,7 +4,6 @@ * Samuel Thibault , October 2007 */ -#ifdef HAVE_LIBC #include #include #include @@ -180,4 +179,3 @@ int app_main(start_info_t *si) main_thread = create_thread("main", call_main, si); return 0; } -#endif -- cgit v1.2.3