summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/wcspbrk.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-16 14:34:47 +0000
committerru <ru@FreeBSD.org>2001-05-16 14:34:47 +0000
commit6560bf44e92e4d136ec44a5e9744caec257046fc (patch)
tree17d51232e76b29a32100ee3a50d2d23a1b2deef8 /lib/libc/string/wcspbrk.c
parentb9f33f3993fb48e463c0875a9841beca42165a64 (diff)
downloadFreeBSD-src-6560bf44e92e4d136ec44a5e9744caec257046fc.zip
FreeBSD-src-6560bf44e92e4d136ec44a5e9744caec257046fc.tar.gz
Unbreak world; _DIAGASSERT macro is not available in FreeBSD.
Diffstat (limited to 'lib/libc/string/wcspbrk.c')
-rw-r--r--lib/libc/string/wcspbrk.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/string/wcspbrk.c b/lib/libc/string/wcspbrk.c
index 488d418..8c3e066 100644
--- a/lib/libc/string/wcspbrk.c
+++ b/lib/libc/string/wcspbrk.c
@@ -46,9 +46,6 @@ wcspbrk(s, set)
const wchar_t *p;
const wchar_t *q;
- _DIAGASSERT(s != NULL);
- _DIAGASSERT(set != NULL);
-
p = s;
while (*p) {
q = set;
OpenPOWER on IntegriCloud