diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-27 21:16:02 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-27 21:16:02 +0000 |
commit | 9f341620c14e959d333fb26d8ec5e9f9dc5209d6 (patch) | |
tree | fd0d6c0d0284c7dc37c27d2e4fac850176962e39 /ldso/include | |
parent | df90f2d6d61c97c7e548789967691c90e0fb00e4 (diff) |
use attribute_unused instead of hardcoded
Diffstat (limited to 'ldso/include')
-rw-r--r-- | ldso/include/dl-string.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <dl-sysdep.h> // for do_rem +#include <dl-sysdep.h> /* for do_rem */ #include <features.h> static size_t _dl_strlen(const char * str); |