cuserid: support invocation with a null pointer argument
[musl.git] / src / unistd / posix_close.c
blob90f51a82e32d69921e6ddce5cb5c473d59bfc935
1 #include <unistd.h>
3 int posix_close(int fd, int flags)
5 return close(fd);