diff options
Diffstat (limited to 'devel/got/files/openbsd-compat/openbsd-compat.h')
-rw-r--r-- | devel/got/files/openbsd-compat/openbsd-compat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/got/files/openbsd-compat/openbsd-compat.h b/devel/got/files/openbsd-compat/openbsd-compat.h index 8f48c6469e4b..6fc91966fef1 100644 --- a/devel/got/files/openbsd-compat/openbsd-compat.h +++ b/devel/got/files/openbsd-compat/openbsd-compat.h @@ -22,9 +22,6 @@ void *recallocarray(void *, size_t, size_t, size_t); */ int getdtablecount(void); -/* void -> int */ -#define closefrom(fd) (closefrom(fd), 0) - #define pledge(promises, execpromises) 0 #define unveil(path, permissions) 0 |