summaryrefslogtreecommitdiffstats
path: root/include/errno.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:30 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:30 +0200
commitf9a07ee39b8c3a16ba5a3ed1d34d419f38b34eda (patch)
tree2d91e38c0eaae563d9476585cc298aaaf073778a /include/errno.h
parentd8c247e00dfeec16ea90125fdaa62d38339271aa (diff)
downloadbarebox-f9a07ee39b8c3a16ba5a3ed1d34d419f38b34eda.tar.gz
barebox-f9a07ee39b8c3a16ba5a3ed1d34d419f38b34eda.tar.xz
svn_rev_181
add perror function (which does not do much yet)
Diffstat (limited to 'include/errno.h')
-rw-r--r--include/errno.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/errno.h b/include/errno.h
new file mode 100644
index 0000000000..aee5c78fff
--- /dev/null
+++ b/include/errno.h
@@ -0,0 +1,6 @@
+#ifndef __ERRNO_H
+#define __ERRNO_H
+
+void perror(const char *s, int errno);
+
+#endif /* __ERRNO_H */