diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-04 14:26:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-04 14:26:36 +0000 |
commit | fbb37d259d798875a5977a84840c81b06f49b641 (patch) | |
tree | 0b67bf42dd3d436e3f1530c37b1c8acb140fc21a /ChangeLog | |
parent | ce42435cab474eff0b7a8470d59bb484858a0863 (diff) | |
download | glibc-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |