* cygwin.din (getline): Export.

(getdelim): Export.
	* include/sys/stdio.h (getline): Replace macro with function prototype.
	(getdelim):  Likewise.
	* include/cygwin/version.h: Bump API minor number.
This commit is contained in:
Corinna Vinschen
2005-07-09 08:22:39 +00:00
parent 88540e248e
commit 4cc9a82e3e
4 changed files with 21 additions and 5 deletions

View File

@@ -260,12 +260,13 @@ details. */
131: Export inet_ntop, inet_pton.
132: Add GLOB_LIMIT flag to glob.
133: Export __getline, __getdelim.
134: 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 133
#define CYGWIN_VERSION_API_MINOR 134
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible