/* ** Copyright 2001, Manuel J. Petit. All rights reserved. ** Distributed under the terms of the NewOS License. */ #include #include #include #include #include #include int close(int fd) { RETURN_AND_SET_ERRNO_TEST_CANCEL(_kern_close(fd)); }