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
glob: merge from glibc with Zanella glob changes
[gnulib.git]
/
modules
/
safe-write
blob
5e90496209de15b27957c5195b6b43c35073195b
1
Description:
2
An interface to the write() function that retries after interrupts.
3
4
Files:
5
lib/safe-write.h
6
lib/safe-write.c
7
lib/safe-read.c
8
m4/safe-write.m4
9
m4/safe-read.m4
10
11
Depends-on:
12
ssize_t
13
write
14
15
configure.ac:
16
gl_PREREQ_SAFE_WRITE
17
18
Makefile.am:
19
lib_SOURCES += safe-write.c
20
21
Include:
22
"safe-write.h"
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
Jim Meyering