Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-07-09 12:22:39 +0400
committerCorinna Vinschen <corinna@vinschen.de>2005-07-09 12:22:39 +0400
commit4cc9a82e3ef3e785c720133b737c3713e6582b62 (patch)
treed16d762d35404824bb3aed7ea8ea6cf926b5c2f7 /winsup/cygwin/cygwin.din
parent88540e248e68388fdea438e7b64e9e63f2ad5dcf (diff)
* 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.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r--winsup/cygwin/cygwin.din6
1 files changed, 4 insertions, 2 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index ca15a616b..3e550e23a 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -35,8 +35,6 @@ __eprintf SIGFE
__errno NOSIGFE
__fpclassifyd NOSIGFE
__fpclassifyf NOSIGFE
-__getline NOSIGFE
-__getdelim NOSIGFE
__getreent NOSIGFE
__infinity NOSIGFE
__main NOSIGFE
@@ -613,6 +611,8 @@ getchar_unlocked SIGFE
_getchar_unlocked = getchar_unlocked SIGFE
getcwd SIGFE
_getcwd = getcwd SIGFE
+__getdelim NOSIGFE
+getdelim = __getdelim NOSIGFE
getdomainname SIGFE
_getdomainname = getdomainname SIGFE
getdtablesize NOSIGFE
@@ -644,6 +644,8 @@ _getgroups = getgroups SIGFE
_getgroups32 = getgroups32 SIGFE
gethostid SIGFE
getitimer SIGFE
+__getline NOSIGFE
+getline = __getline NOSIGFE
getlogin_r NOSIGFE
getlogin NOSIGFE
_getlogin = getlogin NOSIGFE