diff options
author | Roland McGrath <roland@gnu.org> | 2004-06-29 23:03:30 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-06-29 23:03:30 +0000 |
commit | 78a9c83742c31dba525254c8bafcfc0b148861cb (patch) | |
tree | 1750da1d1dca78ef50c569071e38b28d52661cb4 /nptl | |
parent | 4f16d3b530955dd1cb7bcc78499f4b4aa957c9b7 (diff) | |
download | glibc-78a9c83742c31dba525254c8bafcfc0b148861cb.tar.gz glibc-78a9c83742c31dba525254c8bafcfc0b148861cb.tar.xz glibc-78a9c83742c31dba525254c8bafcfc0b148861cb.zip |
* Banner: NPTL no longer has its own version number.
* Makefile (nptl-version): Variable removed. * sysdeps/pthread/Makefile (CFLAGS-confstr.c): Set LIBPTHREAD_VERSION using $(version), the glibc version number.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index ce72d2738e..1b6f3d764c 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2004-06-29 Roland McGrath <roland@redhat.com> + + * Banner: NPTL no longer has its own version number. + * Makefile (nptl-version): Variable removed. + * sysdeps/pthread/Makefile (CFLAGS-confstr.c): Set LIBPTHREAD_VERSION + using $(version), the glibc version number. + 2004-06-29 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/unix/sysv/linux/sh/pthread_once.S (__pthread_once): |