mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
Kevin Cernekee's approval is in http://lists.gnu.org/archive/html/bug-gnulib/2016-11/msg00090.html. * modules/fseterr (License): Change to LGPLv2+. * modules/mbchar (License): Likewise. * modules/mbiter (License): Likewise. * modules/mbsnlen (License): Likewise. * modules/wcwidth (License): Likewise.
28 lines
299 B
Plaintext
28 lines
299 B
Plaintext
Description:
|
|
Set the error indicator of a stream.
|
|
|
|
Files:
|
|
lib/fseterr.h
|
|
lib/fseterr.c
|
|
lib/stdio-impl.h
|
|
m4/fseterr.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_FUNC_FSETERR
|
|
if test $ac_cv_func___fseterr = no; then
|
|
AC_LIBOBJ([fseterr])
|
|
fi
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"fseterr.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|