https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7de1be0472a001573f80f94c1da89531175c830c
commit 7de1be0472a001573f80f94c1da89531175c830c Author: Corinna Vinschen <cori...@vinschen.de> Date: Wed Aug 3 15:39:14 2022 +0200 Cygwin: drop unused CYGWIN_VERSION_CHECK_FOR_S_IEXEC macro Signed-off-by: Corinna Vinschen <cori...@vinschen.de> Diff: --- winsup/cygwin/include/cygwin/version.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 393c96c30..8b9cbd7f3 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -34,9 +34,6 @@ details. */ #define CYGWIN_VERSION_USER_API_VERSION_COMBINED \ CYGWIN_VERSION_PER_PROCESS_API_VERSION_COMBINED (user_data) -#define CYGWIN_VERSION_CHECK_FOR_S_IEXEC \ - (CYGWIN_VERSION_USER_API_VERSION_COMBINED >= 36) - #define CYGWIN_VERSION_CHECK_FOR_OLD_O_NONBLOCK \ (CYGWIN_VERSION_USER_API_VERSION_COMBINED <= 28)