/* * * (c) 2004-2007 Laurent Vivier * */ #include #include #include "libmap.h" void map_close(map_t *map) { close(map->fd); free(map); }