* cygwin.din (__getline): Export.
(__getdelim): Export. * include/sys/stdio.h (getline): Define as __getline. (getdelim): Define as __getdelim. * include/cygwin/version.h: Bump API minor number.
This commit is contained in:
@ -259,12 +259,13 @@ details. */
|
||||
130: Export strtoimax, strtoumax, llabs, imaxabs, lldiv, imaxdiv.
|
||||
131: Export inet_ntop, inet_pton.
|
||||
132: Add GLOB_LIMIT flag to glob.
|
||||
133: Export __getline, __getdelim.
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 132
|
||||
#define CYGWIN_VERSION_API_MINOR 133
|
||||
|
||||
/* There is also a compatibity version number associated with the
|
||||
shared memory regions. It is incremented when incompatible
|
||||
|
Reference in New Issue
Block a user