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:
Diffstat (limited to 'winsup/cygwin/pinfo.h')
-rw-r--r--winsup/cygwin/pinfo.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h
index 95e8d2617..b6b46e6b8 100644
--- a/winsup/cygwin/pinfo.h
+++ b/winsup/cygwin/pinfo.h
@@ -24,12 +24,11 @@ enum picom
{
PICOM_EXTRASTR = 0x80000000,
PICOM_CMDLINE = 1,
- PICOM_FIFO = PICOM_EXTRASTR | 2,
- PICOM_CWD = 3,
- PICOM_ROOT = 4,
- PICOM_FDS = 5,
- PICOM_FD = 6,
- PICOM_PIPE_FHANDLER = 7
+ PICOM_CWD = 2,
+ PICOM_ROOT = 3,
+ PICOM_FDS = 4,
+ PICOM_FD = 5,
+ PICOM_PIPE_FHANDLER = 6
};
#define EXITCODE_SET 0x8000000