From ca38dc17d85b09776a709c8ea7155c414df14073 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 11 Oct 2012 14:48:32 +0200 Subject: Avoid PLT references from __get_clockfreq on powerpc --- string/memmem.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'string/memmem.c') diff --git a/string/memmem.c b/string/memmem.c index 625c9cffda..06704cbb7a 100644 --- a/string/memmem.c +++ b/string/memmem.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,92,93,94,96,97,98,2000,2004,2008 Free Software Foundation, Inc. +/* Copyright (C) 1991-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -73,5 +73,6 @@ memmem (const void *haystack_start, size_t haystack_len, else return two_way_long_needle (haystack, haystack_len, needle, needle_len); } +libc_hidden_def (memmem) #undef LONG_NEEDLE_THRESHOLD -- cgit v1.2.1