newlib-cygwin/newlib/libc/include/sys
Jeff Johnston d0bd3e6f56 2004-06-11 Antony King <antony.king@st.com>
* libc/include/sys/_types.h: Include <sys/lock.h> and change
        _flock_t to be of type _LOCK_RECURSIVE_T.
        * libc/include/sys/reent.h: (_REENT_INIT): Reformat.
        (_REENT_INIT_PTR): Ditto.  Use memset where appropriate.
        (_global_impure_ptr): New declaration.
        (_GLOBAL_REENT): Change to be _global_impure_ptr.
        * libc/include/sys/stdio.h: Include <sys/lock.h> and
        <sys/reent.h>.
        (_flockfile)[!_SINGLE_THREAD]: Add code for lock call.
        (_funlockfile)[!SINGLE_THREAD]: Ditto.
        * libc/reent/impure.c: Set _global_impure_ptr to _impure_ptr.
        * libc/stdio/fclose.c: Remove casting of fp lock to
        _LOCK_RECURSIVE_T.
        * libc/stdio/findfp.c: Ditto.
        * libc/stdio/fopen.c: Ditto.
        * libc/stdio/freopen.c: Ditto.
        * libc/stdio/vfprintf.c: Ditto.
        * libc/stdio64/fopen64.c: Ditto.
        * libc/stdlib/envlock.c: Add default stubs that use generic
        locking code.
        * libc/stdlib/mlock.c: Ditto.

        Jeff Johnston  <jjohnstn@redhat.com>
        * libc/sys/linux/sys/_types.h (__flock_mutex_t): New subtype.
        (_flock_t): Change to be a struct containing a single member
        named mutex which is of type __flock_mutex_t.
2004-06-11 20:37:10 +00:00
..
_types.h 2004-06-11 Antony King <antony.king@st.com> 2004-06-11 20:37:10 +00:00
cdefs.h * Makefile.am (LIB_OBJECTLISTS): Add 2002-06-20 19:51:40 +00:00
config.h * libc/ctype/ctype_.c: Remove checks for deprecated __CYGWIN32__. 2003-05-13 09:46:48 +00:00
dirent.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
errno.h * libc/include/sys/errno.h: Add EOVERFLOW. 2002-09-24 14:10:12 +00:00
fcntl.h * libc/include/sys/fcntl.h: Don't define struct flock when on 2003-12-01 17:27:01 +00:00
features.h * libc/include/sys/features.h: Add _POSIX_TIMERS define for __CYGWIN__. 2004-02-09 02:22:01 +00:00
file.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
lock.h 2002-09-03 Jeff Johnston <jjohnstn@redhat.com> 2002-09-03 19:40:36 +00:00
param.h 2004-05-07 Jeff Johnston <jjohnstn@redhat.com> 2004-05-07 20:29:24 +00:00
queue.h * Makefile.am (LIB_OBJECTLISTS): Add 2002-06-20 19:51:40 +00:00
reent.h 2004-06-11 Antony King <antony.king@st.com> 2004-06-11 20:37:10 +00:00
resource.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
sched.h 2000-12-11 Joel Sherrill <joel@OARcorp.com> 2000-12-12 01:24:09 +00:00
signal.h 2004-01-08 Joel Sherrill <joel@oarcorp.com> 2004-01-08 19:25:21 +00:00
stat.h 2003-12-05 Jeff Johnston <jjohnstn@redhat.com> 2003-12-05 21:09:13 +00:00
stdio.h 2004-06-11 Antony King <antony.king@st.com> 2004-06-11 20:37:10 +00:00
syslimits.h * libc/include/langinfo.h: New file. 2002-08-23 01:56:05 +00:00
time.h * libc/include/sys/time.h: Define timercmp and other macros for __CYGWIN__, 2001-04-21 03:22:47 +00:00
timeb.h import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
times.h 2000-12-04 Joel Sherrill <joel@OARcorp.com> 2000-12-04 18:47:07 +00:00
types.h 2003-07-02 Jeff Johnston <jjohnstn@redhat.com> 2003-07-02 20:32:07 +00:00
unistd.h * libc/include/sys/unistd.h (ttyname_r): Add missing comma. 2004-04-20 11:14:02 +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