repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added netdev_nullify to natsemi_remove()
[gpxe.git]
/
src
/
core
/
errno.c
blob
b4f44cecf4e16bb7b32722a811281b70b217953a
1
#include <errno.h>
2
3
/** @file
4
*
5
* Error codes
6
*
7
* This file provides the global variable #errno.
8
*
9
*/
10
11
/**
12
* Global "last error" number.
13
*
14
* This is valid only when a function has just returned indicating a
15
* failure.
16
*
17
*/
18
int
errno
;