about summary refs log tree commit diff
path: root/stdlib/tst-bsearch.c
Commit message (Collapse)AuthorAgeFilesLines
* Update.Andreas Jaeger2000-09-071-2/+53
| | | | | | | | | | | | * sysdeps/unix/sysv/linux/mips/syscalls.list: Add __syscall_fcntl. * sysdeps/mips/dl-machine.h (RESOLVE_GOTSYM): Fix calls to dl_lookup. (ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise. * sysdeps/unix/sysv/linux/mips/fcntl.c: New file. * stdlib/tst-bsearch.c (main): Add more test cases.
* Update.Ulrich Drepper2000-09-061-0/+84
* stdlib/Makefile (tests): Add tst-bsearch. * stdlib/tst-bsearch.c: New file.