aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-04 14:26:36 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-04 14:26:36 +0000
commitfbb37d259d798875a5977a84840c81b06f49b641 (patch)
tree0b67bf42dd3d436e3f1530c37b1c8acb140fc21a /ChangeLog
parentce42435cab474eff0b7a8470d59bb484858a0863 (diff)
downloadglibc-fbb37d259d798875a5977a84840c81b06f49b641.tar
glibc-fbb37d259d798875a5977a84840c81b06f49b641.tar.gz
glibc-fbb37d259d798875a5977a84840c81b06f49b641.tar.bz2
glibc-fbb37d259d798875a5977a84840c81b06f49b641.zip
Update.
* gmon/gmon.c: Use only not-cancelable syscalls to write profiling data.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 598797fe9e..fbe0768e3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-09-04 Ulrich Drepper <drepper@redhat.com>
+ * gmon/gmon.c: Use only not-cancelable syscalls to write profiling
+ data.
+
* sysdeps/generic/utmp_file.c: Use not-cancelable syscalls all
over the place. It would be allowed to have these fucntions as
cancellation points but the cleanup would be ugly and a lot of