acadia-newlib/newlib/libc/posix
Jeff Johnston 6beeb24016 2000-08-27 Werner Almesberger <Werner.Almesberger@epfl.ch>
* libc/posix/scandir.c (DIRSIZ, scandir): use struct dirent.d_namlen
        only if _DIRENT_HAVE_D_NAMLEN is defined.
        (alphasort): aligned prototype with
        libc/sys/cygwin/sys/dirent.h and simplified function body.
        * libc/posix/telldir.c (telldir): changed "telldir" prototype to
        long telldir (DIR *) as mentioned in annex B of POSIX.1
2000-08-28 20:06:54 +00:00
..
Makefile.am import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
Makefile.in import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
closedir.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
creat.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
execl.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +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 import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
execve.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
execvp.c 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-24 18:51:09 +00:00
isatty.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
opendir.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
popen.c 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-24 22:32:38 +00:00
readdir.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
rewinddir.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
scandir.c 2000-08-27 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-28 20:06:54 +00:00
seekdir.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
telldir.c 2000-08-27 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-28 20:06:54 +00:00