]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/Main/errno.c
Fix a bug about the iSCSI DHCP dependency issue.
[mirror_edk2.git] / StdLib / LibC / Main / errno.c
CommitLineData
2aa62f2b 1/** @file\r
2 Instantiate errno as declared in <errno.h>.\r
3\r
4 Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
5 This program and the accompanying materials are licensed and made available under\r
6 the terms and conditions of the BSD License that accompanies this distribution.\r
7 The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php.\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12**/\r
13\r
14int errno = 0;\r
15RETURN_STATUS EFIerrno = RETURN_SUCCESS;\r
16\r
17// This is required to keep VC++ happy if you use floating-point\r
18int _fltused = 1;\r
19int __sse2_available = 0; ///< Used by ftol2_sse\r