summaryrefslogtreecommitdiffstats
path: root/src/include/errno.h
diff options
context:
space:
mode:
authorMichael Brown2006-12-20 04:35:49 +0100
committerMichael Brown2006-12-20 04:35:49 +0100
commite5f0898f38549cfb13d5e32b8909bafa0d46ae4b (patch)
treed99afa653b0623b25a616444436b8b6ddc6db8f7 /src/include/errno.h
parentDifferentiate between ENOSPC and ENOMEM (diff)
downloadipxe-e5f0898f38549cfb13d5e32b8909bafa0d46ae4b.tar.gz
ipxe-e5f0898f38549cfb13d5e32b8909bafa0d46ae4b.tar.xz
ipxe-e5f0898f38549cfb13d5e32b8909bafa0d46ae4b.zip
Move strerror() prototype to string.h, where it belongs
Diffstat (limited to 'src/include/errno.h')
-rw-r--r--src/include/errno.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/errno.h b/src/include/errno.h
index 3273be7f..68966bd9 100644
--- a/src/include/errno.h
+++ b/src/include/errno.h
@@ -176,8 +176,6 @@
extern int errno;
-extern const char * strerror ( int errno );
-
struct errortab {
int errno;
const char *text;