/* This file is lisenced under LGPL * Copyright (C) 2002-2003, George Thanos * Yannis Mitsos */ #include /* We now need a declaration of the `errno' variable. */ extern int errno; # define __set_errno(val) ((errno) = (val)) _syscall2( int, kprintf, char *, msg, int, len)