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:
authorChristopher Faylor <me@cgf.cx>2012-08-14 22:38:22 +0400
committerChristopher Faylor <me@cgf.cx>2012-08-14 22:38:22 +0400
commit0587c5ef4fe0ad3e2b4a41462419a2f2bfc32b60 (patch)
treef39fbf4598cfffff74bc8d47d7d5c6c97fe52cb8 /winsup/cygwin/errno.cc
parent04ea60440a421a972365670aefe8e389b015f436 (diff)
* errno.cc (errmap): Keep sorted.
Diffstat (limited to 'winsup/cygwin/errno.cc')
-rw-r--r--winsup/cygwin/errno.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/errno.cc b/winsup/cygwin/errno.cc
index 18173cb56..e71863d87 100644
--- a/winsup/cygwin/errno.cc
+++ b/winsup/cygwin/errno.cc
@@ -140,6 +140,7 @@ static NO_COPY struct
X (PIPE_LISTENING, ECOMM),
X (PIPE_NOT_CONNECTED, ECOMM),
X (POSSIBLE_DEADLOCK, EDEADLOCK),
+ X (PRIVILEGE_NOT_HELD, EPERM),
X (PROCESS_ABORTED, EFAULT),
X (PROC_NOT_FOUND, ESRCH),
X (REM_NOT_LIST, ENONET),
@@ -157,7 +158,6 @@ static NO_COPY struct
X (WAIT_NO_CHILDREN, ECHILD),
X (WORKING_SET_QUOTA, EAGAIN),
X (WRITE_PROTECT, EROFS),
- X (PRIVILEGE_NOT_HELD, EPERM),
{ 0, NULL, 0}
};