* 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>
|
||||
|
||||
* fhandler_socket.cc (fhandler_socket::recvfrom): Eliminate flags
|
||||
|
@ -346,8 +346,12 @@ gcvtf
|
||||
_gcvtf = gcvtf
|
||||
getc
|
||||
_getc = getc
|
||||
getc_unlocked
|
||||
_getc_unlocked = getc_unlocked
|
||||
getchar
|
||||
_getchar = getchar
|
||||
getchar_unlocked
|
||||
_getchar_unlocked = getchar_unlocked
|
||||
getcwd
|
||||
_getcwd = getcwd
|
||||
getdtablesize
|
||||
@ -609,8 +613,12 @@ printf
|
||||
_printf = printf
|
||||
putc
|
||||
_putc = putc
|
||||
putc_unlocked
|
||||
_putc_unlocked = putc_unlocked
|
||||
putchar
|
||||
_putchar = putchar
|
||||
putchar_unlocked
|
||||
_putchar_unlocked = putchar_unlocked
|
||||
puts
|
||||
_puts = puts
|
||||
putw
|
||||
|
@ -159,12 +159,14 @@ details. */
|
||||
malloc_stats
|
||||
59: getsid
|
||||
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 */
|
||||
|
||||
#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
|
||||
shared memory regions. It is incremented when incompatible
|
||||
|
Loading…
x
Reference in New Issue
Block a user