summaryrefslogtreecommitdiff
path: root/gpxe/src/core/errno.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/core/errno.c')
-rw-r--r--gpxe/src/core/errno.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/gpxe/src/core/errno.c b/gpxe/src/core/errno.c
deleted file mode 100644
index b4f44cec..00000000
--- a/gpxe/src/core/errno.c
+++ /dev/null
@@ -1,18 +0,0 @@
-#include <errno.h>
-
-/** @file
- *
- * Error codes
- *
- * This file provides the global variable #errno.
- *
- */
-
-/**
- * Global "last error" number.
- *
- * This is valid only when a function has just returned indicating a
- * failure.
- *
- */
-int errno;