newlib/winsup/mingw/include
Chris Sutcliffe 08a0c88da5 2007-10-03 Bernd Becker <hugin@users.sourceforge.net>
* include/io.h (__finddata64_t, __wfinddata64_t): changed member 'size'
        from '_fsize_t' to '__int64' to be consistent with the other ...64
        structures and the value set there is 8 bytes not 4.  Add guard for both
        as the are only used by functions available from 6.1 on.

        * include/malloc.h (_HEAP_MAXREQ): Define.
        (_aligned_offset_recalloc): Define.
        (_aligned_recalloc()): Define.

        * include/math.h: fixed a typo in a comment.
        (atanhf): Fixed declaration.

        * include/wchar.h (__wfinddata64_t): changed member 'size' from '_fsize_t'
        to '__int64' to be consistent with the other ...64 structures and the value
        set there is 8 bytes not 4.  Added guard as this function is only used by
        functions available from 6.1 on.

        * include/sys/stat.h: some members of 'stat' were declared with types with
        a prefixed underscore, while the ones without the underscore should have
        been used.  Added guard to '__stat64' as it is only used by functions
        available from 6.1 on.  Added the wide character versions of the
        exec()/spawn() family for completion
        (_stati64): changed the type of the 'st_mode' member from 'unsigned int' to
        '_mode_t'

        * include/sys/timeb.h (timeb, _timb): changed the type of the 'time' member
        from 'long' to 'time_t'
        (__timeb64): moved declaration of structure directly before the declaration
        of the function '_ftime64()', so it is guarded as well

        * include/sys/utime.h (__utimbuf64): moved declaration of structure directly
        before the declaration of the functions using it, so it is guarded as well
2007-10-03 18:55:56 +00:00
..
sys 2007-10-03 Bernd Becker <hugin@users.sourceforge.net> 2007-10-03 18:55:56 +00:00
_mingw.h 2007-03-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2007-08-03 22:36:59 +00:00
assert.h *include/assert.h: Qualify all functions with __MINGW_NOTHROW. 2007-06-23 07:34:16 +00:00
complex.h * mingwex/complex/(cabsl.c cacosl.c cacoshl.c cargl.c casinl.c 2005-01-10 05:03:55 +00:00
conio.h *include/assert.h: Qualify all functions with __MINGW_NOTHROW. 2007-06-23 07:34:16 +00:00
ctype.h * msvcrt.def.in: Update comment. 2007-06-28 07:13:04 +00:00
dir.h
direct.h *include/assert.h: Qualify all functions with __MINGW_NOTHROW. 2007-06-23 07:34:16 +00:00
dirent.h *include/wctpe.h: Likewise. 2007-06-23 07:54:58 +00:00
dos.h *include/assert.h: Qualify all functions with __MINGW_NOTHROW. 2007-06-23 07:34:16 +00:00
errno.h *include/assert.h: Qualify all functions with __MINGW_NOTHROW. 2007-06-23 07:34:16 +00:00
excpt.h 2007-02-18 Aurimas Cernius <aurisc4@gmail.com> 2007-02-18 09:46:48 +00:00
fcntl.h * include/fcntl.h (_O_WTEXT, _O_U16TEXT, _O_U8TEXT) Define for 2007-07-19 09:25:32 +00:00
fenv.h *include/assert.h: Qualify all functions with __MINGW_NOTHROW. 2007-06-23 07:34:16 +00:00
float.h *include/assert.h: Qualify all functions with __MINGW_NOTHROW. 2007-06-23 07:34:16 +00:00
getopt.h
inttypes.h *include/assert.h: Qualify all functions with __MINGW_NOTHROW. 2007-06-23 07:34:16 +00:00
io.h 2007-10-03 Bernd Becker <hugin@users.sourceforge.net> 2007-10-03 18:55:56 +00:00
libgen.h *include/assert.h: Qualify all functions with __MINGW_NOTHROW. 2007-06-23 07:34:16 +00:00
limits.h * include/limits.h (SSIZE_MAX): Define. 2005-10-15 22:35:55 +00:00
locale.h *include/assert.h: Qualify all functions with __MINGW_NOTHROW. 2007-06-23 07:34:16 +00:00
malloc.h 2007-10-03 Bernd Becker <hugin@users.sourceforge.net> 2007-10-03 18:55:56 +00:00
math.h 2007-10-03 Bernd Becker <hugin@users.sourceforge.net> 2007-10-03 18:55:56 +00:00
mbctype.h *include/assert.h: Qualify all functions with __MINGW_NOTHROW. 2007-06-23 07:34:16 +00:00
mbstring.h *include/assert.h: Qualify all functions with __MINGW_NOTHROW. 2007-06-23 07:34:16 +00:00
mem.h
memory.h
process.h *include/assert.h: Qualify all functions with __MINGW_NOTHROW. 2007-06-23 07:34:16 +00:00
search.h Add POSIX binary tree search API. 2007-06-22 10:09:20 +00:00
setjmp.h *include/assert.h: Qualify all functions with __MINGW_NOTHROW. 2007-06-23 07:34:16 +00:00
share.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
signal.h *include/assert.h: Qualify all functions with __MINGW_NOTHROW. 2007-06-23 07:34:16 +00:00
stdint.h * include/stdint.h (intptr_t): Fix typo. 2007-05-08 03:19:28 +00:00
stdio.h Make snprintf() and vsnprintf() conform to C99. 2007-08-25 13:49:37 +00:00
stdlib.h * incude/wchar.h (_wsystem) Declare. 2007-07-12 09:38:17 +00:00
string.h *include/assert.h: Qualify all functions with __MINGW_NOTHROW. 2007-06-23 07:34:16 +00:00
strings.h
tchar.h * incude/wchar.h (_wsystem) Declare. 2007-07-12 09:38:17 +00:00
time.h *include/assert.h: Qualify all functions with __MINGW_NOTHROW. 2007-06-23 07:34:16 +00:00
unistd.h * include/stdio.h (SEEK_SET, SEEK_CUR, SEEK_END): Define 2007-01-19 03:21:09 +00:00
utime.h
values.h
varargs.h
wchar.h 2007-10-03 Bernd Becker <hugin@users.sourceforge.net> 2007-10-03 18:55:56 +00:00
wctype.h * msvcrt.def.in: Update comment. 2007-06-28 07:13:04 +00:00