aboutsummaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
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);