iPXE
errno.c
Go to the documentation of this file.
1#include <errno.h>
2
3FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
4FILE_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 */
int errno
Global "last error" number.
Definition errno.c:21
Error codes.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
Definition compiler.h:896
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
Definition compiler.h:926