diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2013-09-08 07:11:33 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2013-09-08 07:11:33 +0000 |
commit | 45070312d433402354951f6965aea48262faec02 (patch) | |
tree | 0c5b6498c4d8af8bc8e763b86cb4945c98f00f1c /newlib/ChangeLog | |
parent | 3c654cd48ad636775e915d99e6c316fbbe8d221d (diff) | |
download | cygnal-45070312d433402354951f6965aea48262faec02.tar.gz cygnal-45070312d433402354951f6965aea48262faec02.tar.bz2 cygnal-45070312d433402354951f6965aea48262faec02.zip |
* libc/include/search.h (__compar_fn_t): Add typedef.
(tdelete, tfind, tsearch): Use it.
* libc/include/stdlib.h (__compar_fn_t): Add typedef.
(bsearch, qsort): Use it.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 25d30d08c..6e2389a0b 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,10 @@ +2013-09-08 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> + + * libc/include/search.h (__compar_fn_t): Add typedef. + (tdelete, tfind, tsearch): Use it. + * libc/include/stdlib.h (__compar_fn_t): Add typedef. + (bsearch, qsort): Use it. + 2013-08-19 Meador Inge <meadori@codesourcery.com> * libc/stdlib/__atexit.c (__register_exitproc): NULL-ify |