* errno.cc (errmap): Map ERROR_SXS_CANT_GEN_ACTCTX to ELIBBAD.

This commit is contained in:
Christopher Faylor 2012-08-13 19:33:17 +00:00
parent de522be6db
commit 2134b7a5b0
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-08-13 Christopher Faylor <me.cygwin2012@cgf.cx>
* errno.cc (errmap): Map ERROR_SXS_CANT_GEN_ACTCTX to ELIBBAD.
2012-08-09 Christopher Faylor <me.cygwin2012@cgf.cx>
* DevNotes: Add entry cgf-000014.

View File

@ -157,6 +157,7 @@ static NO_COPY struct
X (WORKING_SET_QUOTA, EAGAIN),
X (WRITE_PROTECT, EROFS),
X (PRIVILEGE_NOT_HELD, EPERM),
X (SXS_CANT_GEN_ACTCTX, ELIBBAD),
{ 0, NULL, 0}
};