From e6f7180af15d6d01205a2dac2f4f1e410f0ffc32 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 13 Oct 2016 22:17:29 +0100 Subject: tmux no longer uses openat() so we can remove the compatibilty function. --- compat.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'compat.h') diff --git a/compat.h b/compat.h index 12f99d13..f5275223 100644 --- a/compat.h +++ b/compat.h @@ -279,12 +279,6 @@ int unsetenv(const char *); void cfmakeraw(struct termios *); #endif -#ifndef HAVE_OPENAT -/* openat.c */ -#define AT_FDCWD -100 -int openat(int, const char *, int, ...); -#endif - #ifndef HAVE_REALLOCARRAY /* reallocarray.c */ void *reallocarray(void *, size_t, size_t); -- cgit v1.2.3