]> sourceware.org Git - newlib-cygwin.git/commitdiff
* cygwin.din (asnprintf, dprint, _Exit, vasnprintf, vdprintf): Export.
authorChristopher Faylor <me@cgf.cx>
Tue, 15 May 2007 01:23:30 +0000 (01:23 +0000)
committerChristopher Faylor <me@cgf.cx>
Tue, 15 May 2007 01:23:30 +0000 (01:23 +0000)
* include/cygwin/version.h: Bump API minor number.

winsup/cygwin/ChangeLog
winsup/cygwin/cygwin.din
winsup/cygwin/include/cygwin/version.h

index 3ab96d04e2cf50882ee77c45f4ee71fa6f9912e6..de9d36a0380b3e182d3369dfe483a997dd081f5a 100644 (file)
@@ -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.
index bbb39eeaaedb0e2f1f801edb42eefa5b320306b8..eb982f7bebe3fee20571912cf4a6fec3435e709e 100644 (file)
@@ -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
index 90f1bce000513421851c4dea873a84234d33c2dd..bbee7428e89095e80cab446dbfc446b050727e71 100644 (file)
@@ -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
This page took 0.032856 seconds and 5 git commands to generate.