summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/noophooks.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-10 02:41:39 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-10 02:41:39 +0000
commit10ab00663485d7ef2912ed17bc75a82003b322e1 (patch)
treef351a3ef454751818dd4c05cf971d017d97209c0 /libc/sysdeps/linux/common/noophooks.c
parentf8f1411ef08ec9ffa3a7766e1bafc93b266abdc5 (diff)
clean up warnings
Diffstat (limited to 'libc/sysdeps/linux/common/noophooks.c')
-rw-r--r--libc/sysdeps/linux/common/noophooks.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/noophooks.c b/libc/sysdeps/linux/common/noophooks.c
index 65e9fdd15..b8c33eeac 100644
--- a/libc/sysdeps/linux/common/noophooks.c
+++ b/libc/sysdeps/linux/common/noophooks.c
@@ -18,9 +18,10 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
-#include <features.h>
+#include <libc-internal.h>
-void __cyg_profile_func_enter (void *this_fn, void *call_site)
+void
+__cyg_profile_func_enter (attribute_unused void *this_fn, attribute_unused void *call_site)
{
}
strong_alias (__cyg_profile_func_enter, __cyg_profile_func_exit)