summaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-10-13 22:17:29 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-10-13 22:17:29 +0100
commite6f7180af15d6d01205a2dac2f4f1e410f0ffc32 (patch)
treef9c5d98c2293cdb0a10635a330d2b873fd585f91 /compat.h
parentad5a561adbfb8241633e40ca9ff9d270522f96d8 (diff)
tmux no longer uses openat() so we can remove the compatibilty function.
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h6
1 files changed, 0 insertions, 6 deletions
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);