mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
Agreed to in http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00055.html * modules/freading (License): Relax LGPL version. Signed-off-by: Eric Blake <eblake@redhat.com>
27 lines
322 B
Plaintext
27 lines
322 B
Plaintext
Description:
|
|
freading() function: Determine whether a FILE stream is currently doing reading.
|
|
|
|
Files:
|
|
lib/freading.h
|
|
lib/freading.c
|
|
lib/stdio-impl.h
|
|
m4/freading.m4
|
|
|
|
Depends-on:
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_FUNC_FREADING
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += freading.c
|
|
|
|
Include:
|
|
"freading.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Eric Blake
|