X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffreadable.h;h=286112510be8baea0a809229da6b9680d69ade1d;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=9a6c454f56db42cdbd7ac1f2f58850433629a9dd;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/freadable.h b/lib/freadable.h index 9a6c454f5..286112510 100644 --- a/lib/freadable.h +++ b/lib/freadable.h @@ -1,5 +1,5 @@ /* Retrieve information about a FILE stream. - Copyright (C) 2007, 2009-2012 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___FREADABLE /* glibc >= 2.2, Solaris >= 7 */ +#if HAVE___FREADABLE /* glibc >= 2.2, Solaris >= 7, musl libc */ # include # define freadable(stream) (__freadable (stream) != 0)