* cygwin.din: Export getc_unlocked, getchar_unlocked,
putc_unlocked, putchar_unlocked functions. * include/cygwin/version.h: Bump api minor.
This commit is contained in:
parent
9114ed2c29
commit
75d01d9e3b
@ -1,3 +1,9 @@
|
|||||||
|
2002-08-27 Nicholas Wourms <nwourms@netscape.net>
|
||||||
|
|
||||||
|
* cygwin.din: Export getc_unlocked, getchar_unlocked,
|
||||||
|
putc_unlocked, putchar_unlocked functions.
|
||||||
|
* include/cygwin/version.h: Bump api minor.
|
||||||
|
|
||||||
2002-08-28 Corinna Vinschen <corinna@vinschen.de>
|
2002-08-28 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler_socket.cc (fhandler_socket::recvfrom): Eliminate flags
|
* fhandler_socket.cc (fhandler_socket::recvfrom): Eliminate flags
|
||||||
|
@ -346,8 +346,12 @@ gcvtf
|
|||||||
_gcvtf = gcvtf
|
_gcvtf = gcvtf
|
||||||
getc
|
getc
|
||||||
_getc = getc
|
_getc = getc
|
||||||
|
getc_unlocked
|
||||||
|
_getc_unlocked = getc_unlocked
|
||||||
getchar
|
getchar
|
||||||
_getchar = getchar
|
_getchar = getchar
|
||||||
|
getchar_unlocked
|
||||||
|
_getchar_unlocked = getchar_unlocked
|
||||||
getcwd
|
getcwd
|
||||||
_getcwd = getcwd
|
_getcwd = getcwd
|
||||||
getdtablesize
|
getdtablesize
|
||||||
@ -609,8 +613,12 @@ printf
|
|||||||
_printf = printf
|
_printf = printf
|
||||||
putc
|
putc
|
||||||
_putc = putc
|
_putc = putc
|
||||||
|
putc_unlocked
|
||||||
|
_putc_unlocked = putc_unlocked
|
||||||
putchar
|
putchar
|
||||||
_putchar = putchar
|
_putchar = putchar
|
||||||
|
putchar_unlocked
|
||||||
|
_putchar_unlocked = putchar_unlocked
|
||||||
puts
|
puts
|
||||||
_puts = puts
|
_puts = puts
|
||||||
putw
|
putw
|
||||||
|
@ -159,12 +159,14 @@ details. */
|
|||||||
malloc_stats
|
malloc_stats
|
||||||
59: getsid
|
59: getsid
|
||||||
60: MSG_NOSIGNAL
|
60: MSG_NOSIGNAL
|
||||||
|
61: Export getc_unlocked, getchar_unlocked, putc_unlocked,
|
||||||
|
putchar_unlocked
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_API_MAJOR 0
|
#define CYGWIN_VERSION_API_MAJOR 0
|
||||||
#define CYGWIN_VERSION_API_MINOR 60
|
#define CYGWIN_VERSION_API_MINOR 61
|
||||||
|
|
||||||
/* There is also a compatibity version number associated with the
|
/* There is also a compatibity version number associated with the
|
||||||
shared memory regions. It is incremented when incompatible
|
shared memory regions. It is incremented when incompatible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user