diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-24 04:12:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-24 04:12:51 +0000 |
commit | b5edfe6131a117b91ee5c104e475d5fd49285156 (patch) | |
tree | a8991995f7cd524d670e6f9672374e9c47a53ac3 | |
parent | 18ac1129d1a88a3441a7f955c782c77adb78ab0f (diff) | |
download | glibc-b5edfe6131a117b91ee5c104e475d5fd49285156.zip glibc-b5edfe6131a117b91ee5c104e475d5fd49285156.tar.gz glibc-b5edfe6131a117b91ee5c104e475d5fd49285156.tar.bz2 |
Update.
* sysdeps/pthread/pt-initfini.c (_init): We don't have to call
__gmon_start__ in the libpthread DSO.
-rw-r--r-- | linuxthreads/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index af46318..12e72b5 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +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. + * Makefile (libpthread-routines): Add ptclock_gettime and ptclock_settime. * internals.h: Don't use cpuclock-init.h definitions, use |