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:
authorEgor Duda <deo@logos-m.ru>2001-04-25 20:18:43 +0400
committerEgor Duda <deo@logos-m.ru>2001-04-25 20:18:43 +0400
commit86699e1555e3f8438e23530f1a0b49ff87330686 (patch)
treecdf01131fdc5b7723e6dcc2e20ad018e6fe29c46 /winsup/cygwin/cygwin.din
parentedc4bfd9da3792082055413387974f4224cb8120 (diff)
* cygwin.din: Export asctime_r, ctime_r, gmtime_r, localtime_r
* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 39
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r--winsup/cygwin/cygwin.din8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index b2ca79df0..a3e8127e8 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -32,6 +32,8 @@ alphasort
_alphasort = alphasort
asctime
_asctime = asctime
+asctime_r
+_asctime_r = asctime_r
asin
_asin = asin
asinf
@@ -119,6 +121,8 @@ creat
_creat = creat
ctime
_ctime = ctime
+ctime_r
+_ctime_r = ctime_r
cwait
_cwait = cwait
difftime
@@ -366,6 +370,8 @@ globfree
_globfree = globfree
gmtime
_gmtime = gmtime
+gmtime_r
+_gmtime_r = gmtime_r
h_errno DATA
hypot
_hypot = hypot
@@ -454,6 +460,8 @@ localeconv
_localeconv = localeconv
localtime
_localtime = localtime
+localtime_r
+_localtime_r = localtime_r
log
_log = log
log10