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

@ -253,9 +253,6 @@ endif
if NO_CFMAKERAW
nodist_tmux_SOURCES += compat/cfmakeraw.c
endif
if NO_OPENAT
nodist_tmux_SOURCES += compat/openat.c
endif
if NO_REALLOCARRAY
nodist_tmux_SOURCES += compat/reallocarray.c
endif