svn commit: trunk/uClibc/libc/sysdeps/linux/common

vapier at uclibc.org vapier at uclibc.org
Sat Dec 10 02:42:04 UTC 2005


Author: vapier
Date: 2005-12-09 18:41:39 -0800 (Fri, 09 Dec 2005)
New Revision: 12797

Log:
clean up warnings

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/noophooks.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/noophooks.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/noophooks.c	2005-12-10 02:34:57 UTC (rev 12796)
+++ trunk/uClibc/libc/sysdeps/linux/common/noophooks.c	2005-12-10 02:41:39 UTC (rev 12797)
@@ -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)




More information about the uClibc-cvs mailing list