X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffwriting.h;h=c4a913a62e71562d2ffb1ddcbfd79af129807806;hb=1276a2c5f24c0c932426aca9c899fa524d2443f2;hp=a90999f0dbe91f608ef6b6aa3550e9d840772b86;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/fwriting.h b/lib/fwriting.h index a90999f0d..c4a913a62 100644 --- a/lib/fwriting.h +++ b/lib/fwriting.h @@ -1,5 +1,5 @@ /* Retrieve information about a FILE stream. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2009-2014 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 @@ -33,7 +33,7 @@ STREAM must not be wide-character oriented. */ -#if HAVE___FWRITING /* glibc >= 2.2, Solaris >= 7 */ +#if HAVE___FWRITING /* glibc >= 2.2, Solaris >= 7, musl libc */ # include # define fwriting(stream) (__fwriting (stream) != 0)