projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
836e045
)
Support non-blocking pipe I/O and SIGPIPE in pwrite().
author
Bruno Haible
<bruno@clisp.org>
Thu, 14 Apr 2011 00:14:45 +0000
(
02:14
+0200)
committer
Bruno Haible
<bruno@clisp.org>
Thu, 14 Apr 2011 00:14:45 +0000
(
02:14
+0200)
* modules/pwrite (Depends-on): Add 'write'.
ChangeLog
patch
|
blob
|
history
modules/pwrite
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index d01c6652c2b2aba336bdffac31fb8d5fa38d1127..9d3809de038e2742a17c902df3752798f495645e 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2011-04-13 Bruno Haible <bruno@clisp.org>
+
+ Support non-blocking pipe I/O and SIGPIPE in pwrite().
+ * modules/pwrite (Depends-on): Add 'write'.
+
2011-04-13 Bruno Haible <bruno@clisp.org>
Support non-blocking pipe I/O in write() on native Windows.
diff --git
a/modules/pwrite
b/modules/pwrite
index b6511a20999b7b88131a929bb1fb7ad0d0354b7d..077036474da9e2462ca6bf1110233ce2f0ed7c8a 100644
(file)
--- a/
modules/pwrite
+++ b/
modules/pwrite
@@
-9,6
+9,7
@@
Depends-on:
extensions
lseek
unistd
+write
configure.ac:
gl_FUNC_PWRITE