summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 /Makefile.am
parentad5a561adbfb8241633e40ca9ff9d270522f96d8 (diff)
tmux no longer uses openat() so we can remove the compatibilty function.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 1685c3dc..ee9a8795 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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