aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-24 04:40:38 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-24 04:40:38 +0000
commit7e9463020bc7ef69f66eb4bb27c1a1e065cdc90c (patch)
tree77c79091d1a1b27f9e59687c6a734e0da0b001ff /linuxthreads/ChangeLog
parentb5edfe6131a117b91ee5c104e475d5fd49285156 (diff)
downloadglibc-7e9463020bc7ef69f66eb4bb27c1a1e065cdc90c.tar
glibc-7e9463020bc7ef69f66eb4bb27c1a1e065cdc90c.tar.gz
glibc-7e9463020bc7ef69f66eb4bb27c1a1e065cdc90c.tar.bz2
glibc-7e9463020bc7ef69f66eb4bb27c1a1e065cdc90c.zip
Update.
* sysdeps/unix/sysv/linux/ia64/pt-initfini.c (_init): We don't have to call __gmon_start__ in the libpthread DSO. * sysdeps/pthread/pt-initfini.c (_init): Likewise.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 12e72b5686..c4676e9f7f 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,7 +1,8 @@
2001-04-23 Ulrich Drepper <drepper@redhat.com>
- * sysdeps/pthread/pt-initfini.c (_init): We don't have to call
- __gmon_start__ in the libpthread DSO.
+ * sysdeps/unix/sysv/linux/ia64/pt-initfini.c (_init): We don't
+ have to call __gmon_start__ in the libpthread DSO.
+ * sysdeps/pthread/pt-initfini.c (_init): Likewise.
* Makefile (libpthread-routines): Add ptclock_gettime and
ptclock_settime.