From 9f341620c14e959d333fb26d8ec5e9f9dc5209d6 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 27 Jan 2006 21:16:02 +0000 Subject: use attribute_unused instead of hardcoded --- ldso/include/dl-string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/include/dl-string.h') diff --git a/ldso/include/dl-string.h b/ldso/include/dl-string.h index b3fdb5b20..e2d4d36ed 100644 --- a/ldso/include/dl-string.h +++ b/ldso/include/dl-string.h @@ -8,7 +8,7 @@ #ifndef _LINUX_STRING_H_ #define _LINUX_STRING_H_ -#include // for do_rem +#include /* for do_rem */ #include static size_t _dl_strlen(const char * str); -- cgit v1.2.3