summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-08-10 02:49:25 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-08-10 02:49:25 +0000
commitddbb4c7a5aad6c1a92dea9e6e278243d352238e5 (patch)
tree20cc0207ef09817949940aee4816d4b44fffc643 /include/string.h
parent92516c83e3d187cab7eb3b218ebe6541d1c12fec (diff)
Delete duplicate conditional
diff from frantisek holop (minusf (at) obiit.org)
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/string.h b/include/string.h
index ffb034acdd0..d6ff6c03497 100644
--- a/include/string.h
+++ b/include/string.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: string.h,v 1.28 2014/06/13 02:12:17 matthew Exp $ */
+/* $OpenBSD: string.h,v 1.29 2014/08/10 02:49:24 guenther Exp $ */
/* $NetBSD: string.h,v 1.6 1994/10/26 00:56:30 cgd Exp $ */
/*-
@@ -119,9 +119,6 @@ char *stpcpy(char *__restrict, const char *__restrict);
char *stpncpy(char *__restrict, const char *__restrict, size_t);
char *strndup(const char *, size_t);
size_t strnlen(const char *, size_t);
-#endif
-
-#if __POSIX_VISIBLE >= 200809
char *strsignal(int);
#endif