acadia-newlib/newlib/libc/stdio
Jeff Johnston 3db40db7d8 2002-09-03 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/_types.h (_flock_t): Added.
        * libc/include/sys/lock.h (__lock_try_acquire): New interface.
        (__lock_try_acquire_recursive): Ditto.
        * libc/include/sys/reent.h (__sFILE, __sFILE64): Add new
        _lock field.
        * libc/stdio/findfp.c (std)[!__SINGLE_THREAD__]: Initialize _lock
        field.
        * libc/stdio/fopen.c (_fopen_r)[!__SINGLE_THREAD__]: Ditto.
        * libc/stdio64/fopen64.c (_fopen64_r)[!__SINGLE_THREAD__]: Ditto.
        * libc/sys/linux/include/time.h (struct timespec): Moved from
        <sys/types.h> and added check for __need_timespec flag so type
        can be defined by itself.
        * libc/sys/linux/sys/_types.h (_flock_t): New type.
        * libc/sys/linux/sys/types.h (struct timespec): Moved to
        <time.h>.
2002-09-03 19:40:36 +00:00
..
Makefile.am
Makefile.in
asprintf.c
clearerr.c
fclose.c
fcloseall.c 2002-07-22 Jeff Johnston <jjohnstn@redhat.com> 2002-07-22 23:53:50 +00:00
fdopen.c
feof.c
ferror.c
fflush.c
fgetc.c
fgetpos.c
fgets.c
fileno.c
findfp.c
fiprintf.c
flags.c
floatio.h
fopen.c
fprintf.c
fputc.c
fputs.c
fread.c * libc/include/sys/stdio.h: New file. 2002-05-08 00:12:49 +00:00
freopen.c
fscanf.c
fseek.c
fseeko.c
fsetpos.c
ftell.c
ftello.c 2002-07-04 Jeff Johnston <jjohnstn@redhat.com> 2002-07-04 19:33:54 +00:00
fvwrite.c
fvwrite.h
fwalk.c
fwrite.c
getc.c
getc_u.c
getchar.c
getchar_u.c
getdelim.c
getline.c
gets.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
getw.c
iprintf.c
local.h
makebuf.c
mktemp.c
perror.c
printf.c
putc.c
putc_u.c
putchar.c
putchar_u.c
puts.c * implement a new `struct _reent' that is significantly smaller. use this 2002-02-03 09:24:18 +00:00
putw.c
refill.c
remove.c
rename.c
rewind.c
rget.c
scanf.c
setbuf.c
setbuffer.c
setlinebuf.c
setvbuf.c
siprintf.c
snprintf.c
sprintf.c
sscanf.c
stdio.c
stdio.tex
tmpfile.c
tmpnam.c
ungetc.c
vasprintf.c
vfieeefp.h
vfprintf.c
vfscanf.c
vprintf.c
vscanf.c
vsnprintf.c
vsprintf.c
vsscanf.c
wbuf.c
wsetup.c