aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/errno.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2006-12-20 03:35:49 +0000
committerMichael Brown <mcb30@etherboot.org>2006-12-20 03:35:49 +0000
commite5f0898f38549cfb13d5e32b8909bafa0d46ae4b (patch)
treed99afa653b0623b25a616444436b8b6ddc6db8f7 /src/include/errno.h
parent04da3556f97999ee80635634ccc789471853be9a (diff)
downloadipxe-e5f0898f38549cfb13d5e32b8909bafa0d46ae4b.tar.gz
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 3273be7f2..68966bd96 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;