about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-25 06:19:22 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-25 06:19:22 +0000
commit3857ca787c88f420b7ead5b52fd6495ae65083e4 (patch)
treeee61b34feec0b8f28c50bd882bc61774f9f9dac0 /nptl/ChangeLog
parent80d807799f5d0cadb9d7e28788b51e6930fb286c (diff)
downloadglibc-3857ca787c88f420b7ead5b52fd6495ae65083e4.tar.gz
glibc-3857ca787c88f420b7ead5b52fd6495ae65083e4.tar.xz
glibc-3857ca787c88f420b7ead5b52fd6495ae65083e4.zip
Update.
	* sem_open.c (sem_open): Fix handling of O_CREAT without O_EXCL.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 05aee28cb5..d8ccec38a2 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,7 @@
 2003-02-24  Ulrich Drepper  <drepper@redhat.com>
 
+	* sem_open.c (sem_open): Fix handling of O_CREAT without O_EXCL.
+
 	* tst-cond2.c: Fix sychronization with child.
 
 	* tst-rwlock8.c (reader_thread): Remove unused variable.