projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a523e2e
)
corrected English in comment
author
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 20 Feb 2008 22:57:24 +0000
(22:57 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 20 Feb 2008 22:57:24 +0000
(22:57 -0000)
libbb/read.c
patch
|
blob
|
history
diff --git
a/libbb/read.c
b/libbb/read.c
index 2cd86b81b6a45ebf95558c0a742aac2771c9f6d8..640293b70bf53560e035f86a674dbcb4258c217a 100644
(file)
--- a/
libbb/read.c
+++ b/
libbb/read.c
@@
-54,7
+54,7
@@
ssize_t safe_read(int fd, void *buf, size_t count)
* So far I don't see any good solution, I can only propose
* that affected readers should be careful and use this routine,
* which detects EAGAIN and uses poll() to wait on the fd.
- * Thank
sfully, poll() doesn't give rat's ass
about O_NONBLOCK flag.
+ * Thank
fully, poll() doesn't care
about O_NONBLOCK flag.
*/
ssize_t nonblock_safe_read(int fd, void *buf, size_t count)
{