aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strchr.c
diff options
context:
space:
mode:
authorPeter Grehan <grehan@FreeBSD.org>2012-04-26 07:52:28 +0000
committerPeter Grehan <grehan@FreeBSD.org>2012-04-26 07:52:28 +0000
commit38f1b189cd839bd8aa122ae06cc084810ca1e395 (patch)
tree66e8b09d104ddfb3e858eb44c5eb480e59c57a35 /lib/libc/string/strchr.c
parent2a5bbbe3805c1e83265149c9d84307e051966a74 (diff)
parent8df7248cf34b3e46f257f55c3a901d612a101d67 (diff)
downloadsrc-38f1b189cd839bd8aa122ae06cc084810ca1e395.tar.gz
src-38f1b189cd839bd8aa122ae06cc084810ca1e395.zip
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c - Add API to allow vmm FPU state init/save/restore. FP stuff discussed with: kib
Notes
Notes: svn path=/projects/bhyve/; revision=234695
Diffstat (limited to 'lib/libc/string/strchr.c')
-rw-r--r--lib/libc/string/strchr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strchr.c b/lib/libc/string/strchr.c
index 481cb20711a8..1245f136b7ef 100644
--- a/lib/libc/string/strchr.c
+++ b/lib/libc/string/strchr.c
@@ -51,4 +51,4 @@ strchr(const char *p, int ch)
/* NOTREACHED */
}
-__strong_reference(strchr, index);
+__weak_reference(strchr, index);