summaryrefslogtreecommitdiff
path: root/src/_forced/close.h
blob: 512a66bce4a8505004262fdc2070b44ddca2cb59 (plain)
1
2
3
4
5
6
#ifdef _POSIX_SOURCE
#include <unistd.h>
#else
#include "_syscall.h"
#define close(_fd)      __scall1(close, _fd)
#endif