From 2eeac71c8f4af60bf760ec6f0ad228c1cb4c0b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Courr=C3=A8ges-Anglas?= Date: Fri, 3 Jan 2014 00:25:56 +0100 Subject: FD_CLOEXEC is only used in set_close_on_exec(). --- src/ratpoison.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ratpoison.h') diff --git a/src/ratpoison.h b/src/ratpoison.h index f517b5d..a375957 100644 --- a/src/ratpoison.h +++ b/src/ratpoison.h @@ -33,11 +33,6 @@ #include #include -/* Some systems don't define the close-on-exec flag in fcntl.h */ -#ifndef FD_CLOEXEC -# define FD_CLOEXEC 1 -#endif - /* Helper macro for error and debug reporting. */ #define PRINT_LINE(type) printf (PACKAGE ":%s:%d: %s: ",__FILE__, __LINE__, #type) -- cgit v1.2.3