diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-08-03 09:51:21 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-08-03 09:51:21 +0000 |
commit | 754980e49356c5c13f5bbe710afecc612b2db9fc (patch) | |
tree | cf5050b82209f11d6da2fe7eed2012247fd850a4 /ChangeLog | |
parent | cbf0489bcf3eebeeba595a514461057a4e2f1e8b (diff) | |
download | glibc-754980e49356c5c13f5bbe710afecc612b2db9fc.tar.gz glibc-754980e49356c5c13f5bbe710afecc612b2db9fc.tar.xz glibc-754980e49356c5c13f5bbe710afecc612b2db9fc.zip |
* rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
numbers. 2007-08-03 Jakub Jelinek <jakub@redhat.com> * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument numbers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 833ece1969..d31fc5a039 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-03 Jakub Jelinek <jakub@redhat.com> + + * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument + numbers. + 2007-08-02 Ulrich Drepper <drepper@redhat.com> * io/Makefile (aux): Add have_o_cloexec. |