Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mon Mar 5 21:48:54 2001 J"orn Rennecke <amylaar@redhat.com> | Jeff Johnston | 2001-03-06 | 1 | -2/+2 |
| | | | | | | | | | | | | * libc/include/sys/config.h (_READ_WRITE_RETURN_TYPE): Define. For RTEMS, define to be ssize_t. Default to int if not defined. * libc/stdio/sscanf.c (eofread): Return _READ_WRITE_RETURN_TYPE. * libc/stdio/stdio.c (__sread, __swrite): Likewise. * libc/stdio/local.h (__sread, __swrite): Likewise. * libc/include/sys/reent.h (_read, _write): Likewise. * libc/include/sys/unistd.h (read, write, _read, _write): Likewise. * libc/syscalls/sysread.c (read): Likewise. * libc/syscalls/syswrite.c (write): Likewise. | ||||
* | * libc/stdio/stdio.c (__stextmode): new, see if file is text mode | DJ Delorie | 2000-05-23 | 1 | -0/+1 |
| | | | | | | | | | | | | (__sread): always read in binary mode (__swrite): always write in binary mode * libc/include/stdio.h: no getc/putc macros for cygwin; causes compatibility issues with different dll versions * libc/stdio/fopen.c: use __stextmode * libc/stdio/fdopen.c: ditto * libc/stdio/freopen.c: ditto * libc/stdio/findfp.c: set up __SCLE for std{in,out,err} * libc/stdio/local.h: declare __stextmode | ||||
* | import newlib-2000-02-17 snapshot | Christopher Faylor | 2000-02-17 | 1 | -0/+90 |