summaryrefslogtreecommitdiffstats
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2005-08-29 06:25:06 +0000
committerUlrich Drepper <[email protected]>2005-08-29 06:25:06 +0000
commit6abe27be7178a891326f29337a7aa31aa3e5482d (patch)
tree5aab3d095cd0f5bc62d5e3f004023032a005c913 /lib/ChangeLog
parentc2c3b1ecbe235c4e04ddcbafe6f0f27dccd86d9b (diff)
Fix more EINTR handling problems. Add jump prediction.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 5b79d096..f7760f13 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-28 Ulrich Drepper <[email protected]>
+
+ * system.h: Define pwrite_retry, write_retry, and pread_retry.
+
2005-08-06 Ulrich Drepper <[email protected]>
* Makefile.am (xmalloc_CFLAGS): Define only if !GPROF.