diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-12-20 03:35:49 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-12-20 03:35:49 +0000 |
commit | e5f0898f38549cfb13d5e32b8909bafa0d46ae4b (patch) | |
tree | d99afa653b0623b25a616444436b8b6ddc6db8f7 /src/include/errno.h | |
parent | 04da3556f97999ee80635634ccc789471853be9a (diff) | |
download | ipxe-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.h | 2 |
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; |