From: Roland McGrath Date: Tue, 29 Jun 2004 23:03:30 +0000 (+0000) Subject: * Banner: NPTL no longer has its own version number. X-Git-Tag: cvs/fedora-base~360 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78a9c83742c31dba525254c8bafcfc0b148861cb;p=thirdparty%2Fglibc.git * 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. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index ce72d2738ef..1b6f3d764cd 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2004-06-29 Roland McGrath + + * 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 * sysdeps/unix/sysv/linux/sh/pthread_once.S (__pthread_once):