newlib/newlib/libc/include/sys
Jeff Johnston 2d5862dee6 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch>
* libc/stdlib/mprec.c (ulp, b2d, d2b): changed a few expressions
        like  x << y-z  to the equivalent  x << (y-z).
        (d2b): changed if statements with assignment to perform the
        assignment prior to the if check.
        * libc/reent/reent.c: included stdlib.h for "_free_r" prototype.
        * libc/unix/getpass.c (getpass): moved "echo" assignment out of if.
        * libc/unix/ttyname.c: included string.h for "strcpy" prototype.
        * libc/unix/getcwd.c (ISDOT): added parentheses to clarify && and ||
        precedence.
        * libc/include/sys/unistd.h: added "vfork" prototype (for popen.c).
        Added "_execve" prototype (for execl.c, execle.c, execv.c, and
        execve.c).
        * libc/posix/popen.c (popen): added parentheses to clarify && and ||
        precedence.
        * libm/math/e_cosh.c (__ieee754_cosh): changed parentheses to
        clarify && and || precendence (and to remove pascalism).
        * libm/math/e_sinh.c (__ieee754_sinh): Ditto.
        * libm/math/s_infconst.c: added another pair of braces to all
        initializers for __infinity (need three: for __infinity[1] array,
        for union __dmath, and for i[2]).
2000-08-24 22:32:38 +00:00
..
_types.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
config.h * libc/include/sys/config.h: define __IMPORT appropriately 2000-08-01 20:51:51 +00:00
dirent.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
errno.h * libc/include/sys/config.h: define __IMPORT appropriately 2000-08-01 20:51:51 +00:00
fcntl.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
file.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
param.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
reent.h Tue Jun 20 14:30:00 2000 Jeff Johnston <jjohnstn@cygnus.com> 2000-06-20 18:34:57 +00:00
resource.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
signal.h * libc/include/ctype.h: __CYGWIN32__ -> __CYGWIN__ 2000-05-30 17:18:05 +00:00
stat-dj.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
stat.h * libc/include/ctype.h: __CYGWIN32__ -> __CYGWIN__ 2000-05-30 17:18:05 +00:00
time.h * libc/include/ctype.h: __CYGWIN32__ -> __CYGWIN__ 2000-05-30 17:18:05 +00:00
timeb.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
times.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
types.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
unistd.h 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch> 2000-08-24 22:32:38 +00:00
utime.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
wait.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00