diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-27 17:53:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-27 17:53:52 +0000 |
commit | 483e95d09b01e518808eb89de0140a8dc1ce1c2c (patch) | |
tree | 05182ed6bd1643342ff8b4757a674d17b5f941d1 /nptl/ChangeLog | |
parent | 7d7ff54cb9152548227f42e1cf7336447f48ec2a (diff) | |
download | glibc-483e95d09b01e518808eb89de0140a8dc1ce1c2c.tar.gz glibc-483e95d09b01e518808eb89de0140a8dc1ce1c2c.tar.xz glibc-483e95d09b01e518808eb89de0140a8dc1ce1c2c.zip |
Update.
* tst-cancel4.c (tf_msgrcv): Use IPC_PRIVATE in msgget call. (tf_msgsnd): Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 65cf4efb59..072b0094a0 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2003-06-27 Ulrich Drepper <drepper@redhat.com> + * tst-cancel4.c (tf_msgrcv): Use IPC_PRIVATE in msgget call. + (tf_msgsnd): Likewise. + * tst-cancel4.c (tf_msgrcv): Strengthen test against valid premature returns a bit more. |