]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/Include/errno.h
StdLib: Fix some build problems and obscure bugs.
[mirror_edk2.git] / StdLib / Include / errno.h
index db2eb3c71c0e4d1a71d9900207b03c464dec4dda..a819d0849cfdda844b91a9ff54356d1fb9854c00 100644 (file)
@@ -26,7 +26,7 @@
   All macro definitions in this list must begin with the letter 'E'\r
   and be followed by a digit or an uppercase letter.\r
 \r
-  Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials are licensed and made available under\r
   the terms and conditions of the BSD License that accompanies this distribution.\r
   The full text of the license may be found at\r
@@ -46,6 +46,7 @@ extern  RETURN_STATUS   EFIerrno;
 // Define error number in terms of the ENUM in <sys/errno.h>\r
 \r
 #define ERESTART          -1                      /* restart syscall */\r
+#define ESUCCESS          __ESUCCESS              /* No Problems */\r
 \r
 #define EMINERRORVAL      __EMINERRORVAL          /*  1   The lowest valid error value */\r
 \r