diff options
Diffstat (limited to 'src/lib/libc/string/memchr.c')
-rw-r--r-- | src/lib/libc/string/memchr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/string/memchr.c b/src/lib/libc/string/memchr.c index 4573e3ceb1..a6a4bd60d0 100644 --- a/src/lib/libc/string/memchr.c +++ b/src/lib/libc/string/memchr.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: memchr.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ | 1 | /* $OpenBSD: memchr.c,v 1.8 2015/08/31 02:53:57 guenther Exp $ */ |
2 | /*- | 2 | /*- |
3 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
4 | * All rights reserved. | 4 | * All rights reserved. |
@@ -46,3 +46,4 @@ memchr(const void *s, int c, size_t n) | |||
46 | } | 46 | } |
47 | return (NULL); | 47 | return (NULL); |
48 | } | 48 | } |
49 | DEF_STRONG(memchr); | ||