iPXE
core
errno.c
Go to the documentation of this file.
1
#include <
errno.h
>
2
3
FILE_LICENCE
( GPL2_OR_LATER_OR_UBDL );
4
FILE_SECBOOT
( PERMITTED );
5
6
/** @file
7
*
8
* Error codes
9
*
10
* This file provides the global variable #errno.
11
*
12
*/
13
14
/**
15
* Global "last error" number.
16
*
17
* This is valid only when a function has just returned indicating a
18
* failure.
19
*
20
*/
21
int
errno
;
errno
int errno
Global "last error" number.
Definition
errno.c:21
errno.h
Error codes.
FILE_LICENCE
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
Definition
compiler.h:896
FILE_SECBOOT
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
Definition
compiler.h:926
Generated by
1.14.0