about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-28 07:32:19 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-28 07:32:19 +0000
commite6fb884634cded8d92da107d09354409ac1f52a5 (patch)
tree9770a3e6d44cde7c26b6f98b659e4937bc8a623b /nptl
parenta15698cb7ee2b6a76830de251b418c58ffa91802 (diff)
downloadglibc-e6fb884634cded8d92da107d09354409ac1f52a5.tar.gz
glibc-e6fb884634cded8d92da107d09354409ac1f52a5.tar.xz
glibc-e6fb884634cded8d92da107d09354409ac1f52a5.zip
Update.
	* stdio-common/bug14.c: Use official name for the locale.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 78e49c3413..8efb7a647d 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,8 @@
 2003-01-27  Ulrich Drepper  <drepper@redhat.com>
 
+	* Makefile (tests): Add tst-cleanup2.
+	* tst-cleanup2.c: New file.
+
 	* sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_region_start):
 	Interpret first parameter correctly.