X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffwritable.h;h=ab8db22a062c17b66fb274120e75ce09c04419aa;hb=77a0af5285e21031e00629d3bda125b9493923d6;hp=b5193376d3c552ba4680b8b6da7639f57b139d63;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/lib/fwritable.h b/lib/fwritable.h index b5193376d..ab8db22a0 100644 --- a/lib/fwritable.h +++ b/lib/fwritable.h @@ -1,5 +1,5 @@ /* Retrieve information about a FILE stream. - Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2007, 2009-2013 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 @@ -22,7 +22,7 @@ STREAM must not be wide-character oriented. The result doesn't change until the stream is closed or re-opened. */ -#if HAVE___FWRITABLE /* glibc >= 2.2, Solaris >= 7 */ +#if HAVE___FWRITABLE /* glibc >= 2.2, Solaris >= 7, musl libc */ # include # define fwritable(stream) (__fwritable (stream) != 0)