Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libc / syscalls / sysclose.c
blob44ec36eb37cda2e84c43db5f752832d3a2c8c1b0
1 /* connector for close */
3 #include <reent.h>
4 #include <unistd.h>
6 int
7 close (int fd)
9 return _close_r (_REENT, fd);