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
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2007-05-15 05:23:30 +0400
committerChristopher Faylor <me@cgf.cx>2007-05-15 05:23:30 +0400
commit22ed94e503650931d40970ab5dfb226f713e6876 (patch)
treea8a7512fa8c6afc30096afddf00111bffe0b34b9 /winsup
parent34507ce0266f09872e8cf183d8f839ea844ad83f (diff)
* cygwin.din (asnprintf, dprint, _Exit, vasnprintf, vdprintf): Export.
* include/cygwin/version.h: Bump API minor number.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/cygwin.din5
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
3 files changed, 12 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 3ab96d04e..de9d36a03 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+007-05-14 Eric Blake <ebb9@byu.net>
+
+ * cygwin.din (asnprintf, dprint, _Exit, vasnprintf, vdprintf): Export.
+ * include/cygwin/version.h: Bump API minor number.
+
2007-04-18 Brian Dessent <brian@dessent.net>
* cygwin.sc: Remove duplicated .debug_macinfo section.
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index bbb39eeaa..eb982f7be 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -112,6 +112,7 @@ asinh NOSIGFE
_asinh = asinh NOSIGFE
asinhf NOSIGFE
_asinhf = asinhf NOSIGFE
+asnprintf SIGFE
asprintf SIGFE
_asprintf = asprintf SIGFE
asprintf_r = _asprintf_r SIGFE
@@ -275,6 +276,7 @@ dn_expand = __dn_expand SIGFE
__dn_expand SIGFE
dn_skipname = __dn_skipname SIGFE
__dn_skipname SIGFE
+dprintf SIGFE
drand48 NOSIGFE
_drand48 = drand48 NOSIGFE
drem NOSIGFE
@@ -344,6 +346,7 @@ execvp SIGFE
_execvp = execvp SIGFE
exit = cygwin_exit SIGFE
_exit SIGFE
+_Exit SIGFE
exp NOSIGFE
_exp = exp NOSIGFE
exp2 NOSIGFE
@@ -1599,10 +1602,12 @@ utmpname SIGFE
_utmpname = utmpname SIGFE
utmpxname SIGFE
valloc SIGFE
+vasnprintf SIGFE
vasprintf SIGFE
_vasprintf = vasprintf SIGFE
vasprintf_r = _vasprintf_r SIGFE
_vasprintf_r SIGFE
+vdprintf SIGFE
verr SIGFE
verrx SIGFE
vfiprintf SIGFE
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 90f1bce00..bbee7428e 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -307,12 +307,13 @@ details. */
mq_send, mq_setattr, mq_timedreceive, mq_timedsend, mq_unlink.
166: Export sem_unlink.
167: Add st_birthtim to struct stat.
+ 168: Export asnprintf, dprintf, _Exit, vasnprintf, vdprintf.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 167
+#define CYGWIN_VERSION_API_MINOR 168
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible