From 5416d443cb4cb787474800bf4eb963482009a675 Mon Sep 17 00:00:00 2001 From: sf-exg Date: Tue, 30 Mar 2010 09:42:46 +0000 Subject: [PATCH] Remove unused fallback. --- src/rxvt.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/rxvt.h b/src/rxvt.h index a8cd77c6..63a7f05f 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -114,10 +114,6 @@ typedef char *XPointer; # define STDERR_FILENO 2 #endif -#if !defined (EACCESS) && defined(EAGAIN) -# define EACCESS EAGAIN -#endif - #ifndef EXIT_SUCCESS /* missing from */ # define EXIT_SUCCESS 0 /* exit function success */ # define EXIT_FAILURE 1 /* exit function failure */ -- 2.34.1