Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2002-06-24 02:57:00 +0400
committercvs2svn <>2002-06-24 02:57:00 +0400
commit5f61154ea16c2a28fa17dc41ee2ba218239f4a1e (patch)
tree0b0d9eada3a6427c0c54d576bbc40695db998f94
parentbaa639e8ccd69d55b4c0eb71e9564b56130c5622 (diff)
This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-12-1'.cygwin-1-3-12-1
Sprout from cygwin-1-3-11-3 2002-06-23 22:56:59 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-11-3'.' Delete: winsup/cygwin/lib/_cygwin_S_IEXEC.cc
-rw-r--r--winsup/cygwin/lib/_cygwin_S_IEXEC.cc21
1 files changed, 0 insertions, 21 deletions
diff --git a/winsup/cygwin/lib/_cygwin_S_IEXEC.cc b/winsup/cygwin/lib/_cygwin_S_IEXEC.cc
deleted file mode 100644
index 371126073..000000000
--- 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 <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;
-};