X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ffwritable.h;h=ab8db22a062c17b66fb274120e75ce09c04419aa;hb=9a52d861868c8d787c66b75753a747e5c1ebedc6;hp=a9681367f9e4e7343598e259f49f5584297f902a;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/lib/fwritable.h b/lib/fwritable.h index a9681367f..ab8db22a0 100644 --- a/lib/fwritable.h +++ b/lib/fwritable.h @@ -1,5 +1,5 @@ /* Retrieve information about a FILE stream. - Copyright (C) 2007, 2009-2011 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)