Revision 2e1e79da osdep.c

b/osdep.c
107 107
    return ret;
108 108
}
109 109

  
110
int qemu_close(int fd)
111
{
112
    return close(fd);
113
}
114

  
110 115
/*
111 116
 * A variant of write(2) which handles partial write.
112 117
 *

Also available in: Unified diff