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:
authorChristopher Faylor <me@cgf.cx>2001-10-01 23:47:37 +0400
committerChristopher Faylor <me@cgf.cx>2001-10-01 23:47:37 +0400
commit47af76d8c8e9979c5ddd42f17573b22b75a03117 (patch)
tree5ee1c6729ea803b38f94689201d1b7eb8564088f /winsup/cygwin/cygwin.din
parent5665b0e1d06cf7df8403ff287c8d400ebd368c65 (diff)
* cygwin.din: export strtoll and strtoull
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r--winsup/cygwin/cygwin.din4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index 66ba82e03..9fa4d4e3f 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -789,8 +789,12 @@ strtok_r
_strtok_r = strtok_r
strtol
_strtol = strtol
+strtoll
+_strtoll = strtoll
strtoul
_strtoul = strtoul
+strtoull
+_strtoull = strtoull
strupr
_strupr = strupr
strxfrm