annotate modules/fwriteerror @ 30188:351557079be5

EPIPE requires errno module.
author Bruno Haible <bruno@clisp.org>
date Sat, 27 Sep 2008 16:52:41 +0200
parents f85ffba5d0aa
children 1f14c6dd175d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24400
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Detect write error on a stream.
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/fwriteerror.h
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/fwriteerror.c
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
30188
351557079be5 EPIPE requires errno module.
Bruno Haible <bruno@clisp.org>
parents: 27480
diff changeset
9 errno
25511
6ba6ce3a21be (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 24942
diff changeset
10 stdbool
24400
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
27480
f85ffba5d0aa Move the module indicator macros to the module description.
Bruno Haible <bruno@clisp.org>
parents: 27102
diff changeset
13 gl_MODULE_INDICATOR([fwriteerror])
24400
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 lib_SOURCES += fwriteerror.h fwriteerror.c
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 Include:
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 "fwriteerror.h"
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
24942
c85b8fccd94e Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 24400
diff changeset
21 License:
c85b8fccd94e Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 24400
diff changeset
22 GPL
c85b8fccd94e Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 24400
diff changeset
23
24400
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Maintainer:
86d77ce4e528 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Bruno Haible