about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-20 10:10:59 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-20 10:10:59 +0000
commit12fd3c5f66b94059852514207952ddb682d03eb0 (patch)
treee0cbfe99c22db8f3e0d258ce850a9ed043760191
parentdf5803bf468808a0fceda1987ae88edff67619a8 (diff)
downloadglibc-12fd3c5f66b94059852514207952ddb682d03eb0.tar.gz
glibc-12fd3c5f66b94059852514207952ddb682d03eb0.tar.xz
glibc-12fd3c5f66b94059852514207952ddb682d03eb0.zip
Update.
	* pthreadP.h: Define dummy version of DEBUGGING_P.
-rw-r--r--nptl/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index fc30d8db0e..5cbc766398 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -13,7 +13,7 @@
 	* pthread_create.c (deallocate_tsd): Mark as internal_function.
 	Add some more __builtin_expect.
 
-	* pthreadP.h: Define dummy versio of DEBUGGING_P.
+	* pthreadP.h: Define dummy version of DEBUGGING_P.
 
 2003-02-17  Ulrich Drepper  <drepper@redhat.com>