summaryrefslogtreecommitdiff
path: root/lib/libc/gen/_warn.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
commitd6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch)
treeece253b876159b39c620e62b6c9b1174642e070e /lib/libc/gen/_warn.c
initial import of NetBSD tree
Diffstat (limited to 'lib/libc/gen/_warn.c')
-rw-r--r--lib/libc/gen/_warn.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libc/gen/_warn.c b/lib/libc/gen/_warn.c
new file mode 100644
index 00000000000..4e42eaf31bb
--- /dev/null
+++ b/lib/libc/gen/_warn.c
@@ -0,0 +1,10 @@
+/*
+ * J.T. Conklin, December 12, 1994
+ * Public Domain
+ */
+
+#include <sys/cdefs.h>
+
+#ifdef __indr_reference
+__indr_reference(_warn, warn);
+#endif