repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git]
/
modules
/
fseterr
blob
7fa7ecd281429094adc23580bedde66b35db6849
1
Description:
2
Set the error indicator of a stream.
3
4
Files:
5
lib/fseterr.h
6
lib/fseterr.c
7
lib/stdio-impl.h
8
m4/fseterr.m4
9
10
Depends-on:
11
12
configure.ac:
13
gl_FUNC_FSETERR
14
if test $ac_cv_func___fseterr = no; then
15
AC_LIBOBJ([fseterr])
16
fi
17
18
Makefile.am:
19
20
Include:
21
"fseterr.h"
22
23
License:
24
LGPLv2+
25
26
Maintainer:
27
all