about summary refs log tree commit diff
path: root/include/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/err.h')
-rw-r--r--include/err.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/err.h b/include/err.h
deleted file mode 100644
index 382855938e..0000000000
--- a/include/err.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _ERR_H
-#include <misc/err.h>
-
-# ifndef _ISOMAC
-
-libc_hidden_proto (warn)
-libc_hidden_proto (warnx)
-libc_hidden_proto (vwarn)
-libc_hidden_proto (vwarnx)
-libc_hidden_proto (verr)
-libc_hidden_proto (verrx)
-
-# endif /* !_ISOMAC */
-#endif /* err.h */