mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 08:16:08 +00:00
tmux no longer uses openat() so we can remove the compatibilty function.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user