tmux no longer uses openat() so we can remove the compatibilty function.

This commit is contained in:
Nicholas Marriott
2016-10-13 22:17:29 +01:00
parent ad5a561adb
commit e6f7180af1
4 changed files with 0 additions and 81 deletions

View File

@ -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);