]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Main/errno.c
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / StdLib / LibC / Main / errno.c
diff --git a/StdLib/LibC/Main/errno.c b/StdLib/LibC/Main/errno.c
deleted file mode 100644 (file)
index 48eb170..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/** @file\r
-  Instantiate errno as declared in <errno.h>.\r
-\r
-  Copyright (c) 2010, 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
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-**/\r
-\r
-int             errno     = 0;\r
-RETURN_STATUS   EFIerrno  = RETURN_SUCCESS;\r
-\r
-// This is required to keep VC++ happy if you use floating-point\r
-int _fltused  = 1;\r
-int __sse2_available = 0;   ///< Used by ftol2_sse\r