diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-05-25 13:40:20 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-25 13:40:20 -0700 |
commit | 3a097cc7a18309c864186c1b864b90889d2a45e9 (patch) | |
tree | 90867caf9bc281dee470b566c7a3188ce86d20c1 /nptl/ChangeLog | |
parent | 21708942c9b115a91dc03318a5f9e14328c5a71e (diff) | |
download | glibc-3a097cc7a18309c864186c1b864b90889d2a45e9.zip glibc-3a097cc7a18309c864186c1b864b90889d2a45e9.tar.gz glibc-3a097cc7a18309c864186c1b864b90889d2a45e9.tar.bz2 |
Add --enable-systemtap configuration to define static probe points.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index efeebca..ade0b18 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2012-05-24 Roland McGrath <roland@hack.frob.com> + + * pthread_create.c (start_thread): Define pthread_start LIBC_PROBE. + 2012-05-17 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h |