OSDN Git Service

* lib/_cygwin_S_IEXEC.cc: Remove obsolete file.
authorcgf <cgf>
Mon, 24 Jun 2002 02:08:36 +0000 (02:08 +0000)
committercgf <cgf>
Mon, 24 Jun 2002 02:08:36 +0000 (02:08 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/lib/_cygwin_S_IEXEC.cc [deleted file]

index 24c2c8b..6f8222a 100644 (file)
@@ -1,5 +1,9 @@
 2002-06-23  Christopher Faylor  <cgf@redhat.com>
 
+       * lib/_cygwin_S_IEXEC.cc: Remove obsolete file.
+
+2002-06-23  Christopher Faylor  <cgf@redhat.com>
+
        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 (file)
index 3711260..0000000
+++ /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 <sys/stat.h>
-#include <sys/unistd.h>
-
-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;
-};