X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemcasecmp.h;h=6e0af9126c649cfeebe4db5e9f5c555af06d9f57;hb=daf7f8c02242c535d596231e2f655109b97fa2bc;hp=d2e14ac15f383bd77051a3c821c07fe1072e1e71;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/lib/memcasecmp.h b/lib/memcasecmp.h index d2e14ac15..6e0af9126 100644 --- a/lib/memcasecmp.h +++ b/lib/memcasecmp.h @@ -1,6 +1,6 @@ /* Case-insensitive buffer comparator. - Copyright (C) 1996, 1998, 2003, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 1996, 1998, 2003, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,4 +19,4 @@ #include -int memcasecmp (const void *vs1, const void *vs2, size_t n); +int memcasecmp (const void *vs1, const void *vs2, size_t n) _GL_ATTRIBUTE_PURE;