diff options
Diffstat (limited to 'lib/libc/string/strrchr.c')
-rw-r--r-- | lib/libc/string/strrchr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/strrchr.c b/lib/libc/string/strrchr.c index 181f56ea698..93755721443 100644 --- a/lib/libc/string/strrchr.c +++ b/lib/libc/string/strrchr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strrchr.c,v 1.2 2015/05/15 22:29:37 millert Exp $ */ +/* $OpenBSD: strrchr.c,v 1.3 2015/08/31 02:53:57 guenther Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. @@ -45,3 +45,4 @@ strrchr(const char *p, int ch) } /* NOTREACHED */ } +DEF_STRONG(strrchr); |