summaryrefslogtreecommitdiff
path: root/lib/libc/gen/_warnx.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/_warnx.c')
-rw-r--r--lib/libc/gen/_warnx.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/libc/gen/_warnx.c b/lib/libc/gen/_warnx.c
deleted file mode 100644
index 2b6cb9beb49..00000000000
--- a/lib/libc/gen/_warnx.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * J.T. Conklin, December 12, 1994
- * Public Domain
- */
-
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: _warnx.c,v 1.3 1996/08/19 08:21:38 tholo Exp $";
-#endif /* LIBC_SCCS and not lint */
-
-#include <sys/cdefs.h>
-
-#ifdef __indr_reference
-__indr_reference(_warnx, warnx);
-#else
-
-#define _warnx warnx
-#define rcsid _rcsid
-#include "warnx.c"
-
-#endif