newlib-cygwin/newlib/libc/search
Jeff Johnston 50558bf3bd 2002-09-19 Jeff Johnston <jjohnstn@redhat.com>
* libc/posix/opendir.c (opendir): Change code to check
        for HAVE_FCNTL before calling fcntl.
        * libc/search/hash.c (hash_open): Ditto.
        * libc/search/hash_page.c (open_tmp): Ditto.
        * libc/reent/Makefile.am: Add fcntlr.c.
        * libc/reent/Makefile.in: Regenerated.
        * libc/reent/fcntlr.c: New file.
        * libc/stdio/fdopen.c (_fdopen_r): Change to call _fcntl_r
        instead of _fcntl when HAVE_FCNTL flag is set.
        * libc/syscalls/sysfcntl.c (fcntl): Check for HAVE_FCNTL flag
        to see if _fcntl or _fcntl_r should be called.  If flag is not
        set, default to ENOSYS stub.
2002-09-19 21:28:52 +00:00
..
Makefile.am 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
Makefile.in 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
bsearch.c * Makefile.am (LIB_OBJECTLISTS): Add 2002-06-20 19:51:40 +00:00
db_local.h * libc/search/db_local.h: New file. 2002-06-24 23:05:08 +00:00
extern.h * Makefile.am (LIB_OBJECTLISTS): Add 2002-06-20 19:51:40 +00:00
hash.c 2002-09-19 Jeff Johnston <jjohnstn@redhat.com> 2002-09-19 21:28:52 +00:00
hash.h 2002-07-02 Chris Demetriou <cgd@broadcom.com> 2002-07-02 18:18:58 +00:00
hash_bigkey.c * libc/search/db_local.h: New file. 2002-06-24 23:05:08 +00:00
hash_buf.c * libc/search/db_local.h: New file. 2002-06-24 23:05:08 +00:00
hash_func.c * libc/search/db_local.h: New file. 2002-06-24 23:05:08 +00:00
hash_log2.c * libc/search/db_local.h: New file. 2002-06-24 23:05:08 +00:00
hash_page.c 2002-09-19 Jeff Johnston <jjohnstn@redhat.com> 2002-09-19 21:28:52 +00:00
hcreate.3 * Makefile.am (LIB_OBJECTLISTS): Add 2002-06-20 19:51:40 +00:00
hcreate.c * libc/search/hcreate.c: Remove advertising clause from license. 2002-07-03 00:33:58 +00:00
hcreate_r.c * libc/search/hcreate.c: Remove advertising clause from license. 2002-07-03 00:33:58 +00:00
page.h * Makefile.am (LIB_OBJECTLISTS): Add 2002-06-20 19:51:40 +00:00
qsort.c * Makefile.am (LIB_OBJECTLISTS): Add 2002-06-20 19:51:40 +00:00
tdelete.c * Makefile.am (LIB_OBJECTLISTS): Add 2002-06-20 19:51:40 +00:00
tdestroy.c * Makefile.am (LIB_OBJECTLISTS): Add 2002-06-20 19:51:40 +00:00
tfind.c * Makefile.am (LIB_OBJECTLISTS): Add 2002-06-20 19:51:40 +00:00
tsearch.3 * Makefile.am (LIB_OBJECTLISTS): Add 2002-06-20 19:51:40 +00:00
tsearch.c * Makefile.am (LIB_OBJECTLISTS): Add 2002-06-20 19:51:40 +00:00
twalk.c * Makefile.am (LIB_OBJECTLISTS): Add 2002-06-20 19:51:40 +00:00