From a0385e03ffc23d3f6227e98a3e6198bc4451b4cf Mon Sep 17 00:00:00 2001 From: cgf Date: Mon, 24 Jun 2002 02:08:36 +0000 Subject: [PATCH] * lib/_cygwin_S_IEXEC.cc: Remove obsolete file. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/lib/_cygwin_S_IEXEC.cc | 21 --------------------- 2 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 winsup/cygwin/lib/_cygwin_S_IEXEC.cc diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 24c2c8b8ee..6f8222a1dd 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2002-06-23 Christopher Faylor + * lib/_cygwin_S_IEXEC.cc: Remove obsolete file. + +2002-06-23 Christopher Faylor + Use cygwin_{shm,ipc}.h instead of /sys/{shm,ipc}.h throughout. * sys/ipc.h: Remove. * sys/shm.h: Remove. diff --git a/winsup/cygwin/lib/_cygwin_S_IEXEC.cc b/winsup/cygwin/lib/_cygwin_S_IEXEC.cc deleted file mode 100644 index 371126073a..0000000000 --- a/winsup/cygwin/lib/_cygwin_S_IEXEC.cc +++ /dev/null @@ -1,21 +0,0 @@ -/* _cygwin_S_IEXEC.cc: stat helper stuff - - Copyright 2001 Red Hat, Inc. - -This file is part of Cygwin. - -This software is a copyrighted work licensed under the terms of the -Cygwin license. Please consult the file "CYGWIN_LICENSE" for -details. */ - -extern "C" { -#include "winsup.h" -#include -#include - -unsigned _cygwin_S_IEXEC = S_IEXEC; -unsigned _cygwin_S_IXUSR = S_IXUSR; -unsigned _cygwin_S_IXGRP = S_IXGRP; -unsigned _cygwin_S_IXOTH = S_IXOTH; -unsigned _cygwin_X_OK = X_OK; -}; -- 2.11.0