]> sourceware.org Git - newlib-cygwin.git/commit - newlib/ChangeLog
2002-09-03 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Tue, 3 Sep 2002 19:40:36 +0000 (19:40 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Tue, 3 Sep 2002 19:40:36 +0000 (19:40 +0000)
commit3db40db7d83ca924a935680b1c210dd11f1f660d
tree23107e83a2372c0eac6bc5831e818d07679240ff
parent20fb0cc51373af49a4f89759ceb16c5933dfb989
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>.
newlib/ChangeLog
newlib/libc/include/sys/_types.h
newlib/libc/include/sys/lock.h
newlib/libc/include/sys/reent.h
newlib/libc/stdio/findfp.c
newlib/libc/stdio/fopen.c
newlib/libc/stdio64/fopen64.c
newlib/libc/sys/linux/include/time.h
newlib/libc/sys/linux/sys/_types.h [new file with mode: 0644]
newlib/libc/sys/linux/sys/types.h
This page took 0.030663 seconds and 5 git commands to generate.