newlib-cygwin/newlib/libc/posix
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
closedir.c 2002-06-05 Jeff Johnston <jjohnstn@redhat.com> 2002-06-05 20:58:59 +00:00
creat.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
execl.c Only reference environ indirectly through a pointer 2000-11-22 18:26:10 +00:00
execle.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
execlp.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
execv.c Only reference environ indirectly through a pointer 2000-11-22 18:26:10 +00:00
execve.c 2000-08-30 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-30 18:34:53 +00:00
execvp.c * libc/posix/execvp.c: Remove obsolete CYGWIN32 considerations throughout. 2001-10-22 16:40:26 +00:00
isatty.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
opendir.c 2002-09-19 Jeff Johnston <jjohnstn@redhat.com> 2002-09-19 21:28:52 +00:00
popen.c * libc/stdio/popen.c (popen): Allow "rb", "rt", "wb", and "wt" arguments for 2002-08-04 19:01:56 +00:00
readdir.c 2002-06-05 Jeff Johnston <jjohnstn@redhat.com> 2002-06-05 20:58:59 +00:00
readdir_r.c 2002-06-05 Jeff Johnston <jjohnstn@redhat.com> 2002-06-05 20:58:59 +00:00
rewinddir.c 2002-06-05 Jeff Johnston <jjohnstn@redhat.com> 2002-06-05 20:58:59 +00:00
scandir.c 2002-06-05 Jeff Johnston <jjohnstn@redhat.com> 2002-06-05 20:58:59 +00:00
seekdir.c 2002-06-05 Jeff Johnston <jjohnstn@redhat.com> 2002-06-05 20:58:59 +00:00
telldir.c 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00