diff options
| author | 2009-12-04 14:59:47 +0000 | |
|---|---|---|
| committer | 2009-12-04 14:59:47 +0000 | |
| commit | 5cb2faa6ede7ada9cb2bffc832c4ce60f53d6834 (patch) | |
| tree | 7b72b66081d042a41dc822575503133364857ce2 /include/linux/string.h | |
| parent | ARM: 5846/1: MAINTAINERS: Add arm Nomadik support (diff) | |
| parent | ARM: I-cache: flush executable mappings in flush_cache_range() (diff) | |
Merge branch 'pending-misc' (early part) into devel
Diffstat (limited to 'include/linux/string.h')
| -rw-r--r-- | include/linux/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/string.h b/include/linux/string.h index 489019ef1694..b8508868d5ad 100644 --- a/include/linux/string.h +++ b/include/linux/string.h @@ -62,7 +62,7 @@ extern char * strnchr(const char *, size_t, int); #ifndef __HAVE_ARCH_STRRCHR extern char * strrchr(const char *,int); #endif -extern char * strstrip(char *); +extern char * __must_check strstrip(char *); #ifndef __HAVE_ARCH_STRSTR extern char * strstr(const char *,const char *); #endif |
