acadia-newlib/newlib/libc/unix
Jeff Johnston 0888fedd86 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch>
* libc/stdio/stdio.c (__swrite): declare "oldmode" only if it's
        used later (ifdef __SCLE)
        * libc/stdio/vfscanf.c (__svfscanf): declare "state" only if it's
        used later (ifdef MB_CAPABLE)
        * libc/string/memset.c (memset): removed unused variables "count"
        and "unaligned_addr"
        * libc/locale/locale.c (_setlocale_r): declare "lc_ctype" and
        "last_lc_ctype" only of they're used later (ifdef MB_CAPABLE)
        * libc/unix/getpwent.c (getpwnam): removed unused variables "uid"
        and "gid"
2000-08-24 16:25:36 +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
getcwd.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
getlogin.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
getpass.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
getpwent.c 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-24 16:25:36 +00:00
getut.c * libc/unix/getut.c (utmpname): added _CONST to reflect common use 2000-08-22 19:04:49 +00:00
sigset.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
ttyname.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00